Class HdfsState.Options

java.lang.Object
org.apache.storm.hdfs.trident.HdfsState.Options
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HdfsState.HdfsFileOptions, HdfsState.SequenceFileOptions
Enclosing class:
HdfsState

public abstract static class HdfsState.Options extends Object implements Serializable
See Also:
  • Field Details

    • fsUrl

      protected String fsUrl
    • configKey

      protected String configKey
    • fs

      protected transient org.apache.hadoop.fs.FileSystem fs
    • rotationPolicy

      protected FileRotationPolicy rotationPolicy
    • fileNameFormat

      protected FileNameFormat fileNameFormat
    • rotation

      protected int rotation
    • hdfsConfig

      protected transient org.apache.hadoop.conf.Configuration hdfsConfig
    • rotationActions

      protected ArrayList<RotationAction> rotationActions
  • Constructor Details

    • Options

      public Options()
  • Method Details