Uses of Class
org.apache.accumulo.core.conf.PropertyType
-
Packages that use PropertyType Package Description org.apache.accumulo.core.conf -
-
Uses of PropertyType in org.apache.accumulo.core.conf
Methods in org.apache.accumulo.core.conf that return PropertyType Modifier and Type Method Description PropertyTypeClientProperty. getType()PropertyTypeProperty. getType()Gets the type of this property.static PropertyTypePropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyType[]PropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-