| Package | Description |
|---|---|
| org.apache.storm.hdfs.bolt | |
| org.apache.storm.hdfs.bolt.rotation |
| Modifier and Type | Field and Description |
|---|---|
protected FileRotationPolicy |
AbstractHdfsBolt.rotationPolicy |
| Modifier and Type | Method and Description |
|---|---|
HdfsBolt |
HdfsBolt.withRotationPolicy(FileRotationPolicy rotationPolicy) |
SequenceFileBolt |
SequenceFileBolt.withRotationPolicy(FileRotationPolicy rotationPolicy) |
AvroGenericRecordBolt |
AvroGenericRecordBolt.withRotationPolicy(FileRotationPolicy rotationPolicy) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSizeRotationPolicy
File rotation policy that will rotate files when a certain file size is reached.
|
class |
NoRotationPolicy
File rotation policy that will never rotate… Just one big file.
|
class |
TimedRotationPolicy |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.