Uses of Class
org.apache.accumulo.core.conf.ClientProperty
-
Packages that use ClientProperty Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.conf -
-
Uses of ClientProperty in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl with parameters of type ClientProperty Modifier and Type Method Description void
ClientContext.ClientBuilderImpl. setProperty(ClientProperty property, CharSequence value)
void
ClientContext.ClientBuilderImpl. setProperty(ClientProperty property, Integer value)
void
ClientContext.ClientBuilderImpl. setProperty(ClientProperty property, Long value)
-
Uses of ClientProperty in org.apache.accumulo.core.conf
Methods in org.apache.accumulo.core.conf that return ClientProperty Modifier and Type Method Description static ClientProperty
ClientProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientProperty[]
ClientProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.conf with parameters of type ClientProperty Modifier and Type Method Description static void
ClientProperty. validateProperty(Properties properties, ClientProperty prop)
-