Uses of Enum Class
org.apache.cassandra.config.Converters
Packages that use Converters
-
Uses of Converters in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as ConvertersModifier and TypeFieldDescriptionfinal ConvertersReplacement.converterConverter to be used according to the old default unit which was provided as a suffix of the configuration parameterMethods in org.apache.cassandra.config that return ConvertersModifier and TypeMethodDescriptionstatic ConvertersReturns the enum constant of this class with the specified name.static Converters[]Converters.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.config with parameters of type ConvertersModifierConstructorDescriptionReplacement(Class<?> parent, String oldName, Class<?> oldType, String newName, Converters converter, boolean deprecated)