Uses of Class
org.apache.cassandra.config.Converters
-
Packages that use Converters Package Description org.apache.cassandra.config -
-
Uses of Converters in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as Converters Modifier and Type Field Description 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 Converters Modifier and Type Method Description Convertersconverter()static ConvertersConverters. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Converters[]Converters. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.config with parameters of type Converters Constructor Description Replacement(java.lang.Class<?> parent, java.lang.String oldName, java.lang.Class<?> oldType, java.lang.String newName, Converters converter, boolean deprecated)
-