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 voidClientContext.ClientBuilderImpl. setProperty(ClientProperty property, CharSequence value)voidClientContext.ClientBuilderImpl. setProperty(ClientProperty property, Integer value)voidClientContext.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 ClientPropertyClientProperty. 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 voidClientProperty. validateProperty(Properties properties, ClientProperty prop)
-