public abstract static class HdfsState.Options extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
configKey |
protected FileNameFormat |
fileNameFormat |
protected org.apache.hadoop.fs.FileSystem |
fs |
protected String |
fsUrl |
protected org.apache.hadoop.conf.Configuration |
hdfsConfig |
protected int |
rotation |
protected ArrayList<RotationAction> |
rotationActions |
protected FileRotationPolicy |
rotationPolicy |
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
protected void |
rotateOutputFile() |
protected void |
rotateOutputFile(boolean doRotateAction) |
protected String fsUrl
protected String configKey
protected transient org.apache.hadoop.fs.FileSystem fs
protected FileRotationPolicy rotationPolicy
protected FileNameFormat fileNameFormat
protected int rotation
protected transient org.apache.hadoop.conf.Configuration hdfsConfig
protected ArrayList<RotationAction> rotationActions
protected void rotateOutputFile(boolean doRotateAction) throws IOException
IOException
protected void rotateOutputFile() throws IOException
IOException
Copyright © 2022 The Apache Software Foundation. All rights reserved.