Serialized Form


Package org.apache.storm.hdfs.bolt

Class org.apache.storm.hdfs.bolt.AbstractHdfsBolt extends BaseRichBolt implements Serializable

Serialized Fields

rotationActions

ArrayList<E> rotationActions

currentFile

org.apache.hadoop.fs.Path currentFile

collector

OutputCollector collector

syncPolicy

SyncPolicy syncPolicy

rotationPolicy

FileRotationPolicy rotationPolicy

fileNameFormat

FileNameFormat fileNameFormat

rotation

int rotation

fsUrl

String fsUrl

configKey

String configKey

Class org.apache.storm.hdfs.bolt.HdfsBolt extends AbstractHdfsBolt implements Serializable

Serialized Fields

format

RecordFormat format

offset

long offset

Class org.apache.storm.hdfs.bolt.SequenceFileBolt extends AbstractHdfsBolt implements Serializable

Serialized Fields

format

SequenceFormat format

compressionType

org.apache.hadoop.io.SequenceFile.CompressionType compressionType

compressionCodec

String compressionCodec

Package org.apache.storm.hdfs.bolt.format

Class org.apache.storm.hdfs.bolt.format.DefaultFileNameFormat extends Object implements Serializable

Serialized Fields

componentId

String componentId

taskId

int taskId

path

String path

prefix

String prefix

extension

String extension

Class org.apache.storm.hdfs.bolt.format.DefaultSequenceFormat extends Object implements Serializable

Serialized Fields

keyField

String keyField

valueField

String valueField

Class org.apache.storm.hdfs.bolt.format.DelimitedRecordFormat extends Object implements Serializable

Serialized Fields

fieldDelimiter

String fieldDelimiter

recordDelimiter

String recordDelimiter

fields

Fields fields

Package org.apache.storm.hdfs.bolt.rotation

Class org.apache.storm.hdfs.bolt.rotation.FileSizeRotationPolicy extends Object implements Serializable

Serialized Fields

maxBytes

long maxBytes

lastOffset

long lastOffset

currentBytesWritten

long currentBytesWritten

Class org.apache.storm.hdfs.bolt.rotation.NoRotationPolicy extends Object implements Serializable

Class org.apache.storm.hdfs.bolt.rotation.TimedRotationPolicy extends Object implements Serializable

Serialized Fields

interval

long interval

Package org.apache.storm.hdfs.bolt.sync

Class org.apache.storm.hdfs.bolt.sync.CountSyncPolicy extends Object implements Serializable

Serialized Fields

count

int count

executeCount

int executeCount

Package org.apache.storm.hdfs.common.rotation

Class org.apache.storm.hdfs.common.rotation.MoveFileAction extends Object implements Serializable

Serialized Fields

destination

String destination

Package org.apache.storm.hdfs.trident

Class org.apache.storm.hdfs.trident.HdfsState.HdfsFileOptions extends HdfsState.Options implements Serializable

Serialized Fields

format

RecordFormat format

offset

long offset

Class org.apache.storm.hdfs.trident.HdfsState.Options extends Object implements Serializable

Serialized Fields

fsUrl

String fsUrl

configKey

String configKey

currentFile

org.apache.hadoop.fs.Path currentFile

rotationPolicy

FileRotationPolicy rotationPolicy

fileNameFormat

FileNameFormat fileNameFormat

rotation

int rotation

rotationActions

ArrayList<E> rotationActions

Class org.apache.storm.hdfs.trident.HdfsState.SequenceFileOptions extends HdfsState.Options implements Serializable

Serialized Fields

format

SequenceFormat format

compressionType

org.apache.hadoop.io.SequenceFile.CompressionType compressionType

compressionCodec

String compressionCodec

Class org.apache.storm.hdfs.trident.HdfsStateFactory extends Object implements Serializable

Serialized Fields

options

HdfsState.Options options

Class org.apache.storm.hdfs.trident.HdfsUpdater extends BaseStateUpdater<HdfsState> implements Serializable


Package org.apache.storm.hdfs.trident.format

Class org.apache.storm.hdfs.trident.format.DefaultFileNameFormat extends Object implements Serializable

Serialized Fields

partitionIndex

int partitionIndex

path

String path

prefix

String prefix

extension

String extension

Class org.apache.storm.hdfs.trident.format.DefaultSequenceFormat extends Object implements Serializable

Serialized Fields

keyField

String keyField

valueField

String valueField

Class org.apache.storm.hdfs.trident.format.DelimitedRecordFormat extends Object implements Serializable

Serialized Fields

fieldDelimiter

String fieldDelimiter

recordDelimiter

String recordDelimiter

fields

Fields fields

Package org.apache.storm.hdfs.trident.rotation

Class org.apache.storm.hdfs.trident.rotation.FileSizeRotationPolicy extends Object implements Serializable

Serialized Fields

maxBytes

long maxBytes

lastOffset

long lastOffset

currentBytesWritten

long currentBytesWritten

Class org.apache.storm.hdfs.trident.rotation.NoRotationPolicy extends Object implements Serializable

Class org.apache.storm.hdfs.trident.rotation.TimedRotationPolicy extends Object implements Serializable

Serialized Fields

interval

long interval

Package org.apache.storm.hdfs.trident.sync

Class org.apache.storm.hdfs.trident.sync.CountSyncPolicy extends Object implements Serializable

Serialized Fields

count

int count

executeCount

int executeCount



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.