Uses of Class
org.apache.druid.java.util.common.StringEncoding
-
Packages that use StringEncoding Package Description org.apache.druid.java.util.common -
-
Uses of StringEncoding in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common that return StringEncoding Modifier and Type Method Description static StringEncodingStringEncoding. fromString(String name)static StringEncodingStringEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static StringEncoding[]StringEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.
-