Uses of Class
org.apache.storm.hdfs.bolt.rotation.FileSizeRotationPolicy.Units
-
Packages that use FileSizeRotationPolicy.Units Package Description org.apache.storm.hdfs.bolt.rotation -
-
Uses of FileSizeRotationPolicy.Units in org.apache.storm.hdfs.bolt.rotation
Methods in org.apache.storm.hdfs.bolt.rotation that return FileSizeRotationPolicy.Units Modifier and Type Method Description static FileSizeRotationPolicy.Units
FileSizeRotationPolicy.Units. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileSizeRotationPolicy.Units[]
FileSizeRotationPolicy.Units. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.storm.hdfs.bolt.rotation with parameters of type FileSizeRotationPolicy.Units Constructor Description FileSizeRotationPolicy(float count, FileSizeRotationPolicy.Units units)
-