Uses of Class
org.spf4j.avro.AvroDataSet.Feature
-
Packages that use AvroDataSet.Feature Package Description org.spf4j.avro -
-
Uses of AvroDataSet.Feature in org.spf4j.avro
Methods in org.spf4j.avro that return AvroDataSet.Feature Modifier and Type Method Description static AvroDataSet.FeatureAvroDataSet.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static AvroDataSet.Feature[]AvroDataSet.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spf4j.avro that return types with arguments of type AvroDataSet.Feature Modifier and Type Method Description default Set<AvroDataSet.Feature>AvroDataSet. getFeatures()
-