Uses of Class
org.apache.storm.hdfs.bolt.HdfsBolt
-
Packages that use HdfsBolt Package Description org.apache.storm.hdfs.bolt -
-
Uses of HdfsBolt in org.apache.storm.hdfs.bolt
Methods in org.apache.storm.hdfs.bolt that return HdfsBolt Modifier and Type Method Description HdfsBolt
HdfsBolt. addRotationAction(RotationAction action)
HdfsBolt
HdfsBolt. withConfigKey(String configKey)
HdfsBolt
HdfsBolt. withFileNameFormat(FileNameFormat fileNameFormat)
HdfsBolt
HdfsBolt. withFsUrl(String fsUrl)
HdfsBolt
HdfsBolt. withMaxOpenFiles(int maxOpenFiles)
HdfsBolt
HdfsBolt. withPartitioner(Partitioner partitioner)
HdfsBolt
HdfsBolt. withRecordFormat(RecordFormat format)
HdfsBolt
HdfsBolt. withRetryCount(int fileRetryCount)
HdfsBolt
HdfsBolt. withRotationPolicy(FileRotationPolicy rotationPolicy)
HdfsBolt
HdfsBolt. withSyncPolicy(SyncPolicy syncPolicy)
HdfsBolt
HdfsBolt. withTickTupleIntervalSeconds(int interval)
-