|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientConfiguration.ClientProperty | |
---|---|
org.apache.accumulo.core.client |
Uses of ClientConfiguration.ClientProperty in org.apache.accumulo.core.client |
---|
Methods in org.apache.accumulo.core.client that return ClientConfiguration.ClientProperty | |
---|---|
static ClientConfiguration.ClientProperty |
ClientConfiguration.ClientProperty.getPropertyByKey(String key)
|
static ClientConfiguration.ClientProperty |
ClientConfiguration.ClientProperty.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ClientConfiguration.ClientProperty[] |
ClientConfiguration.ClientProperty.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.accumulo.core.client with parameters of type ClientConfiguration.ClientProperty | |
---|---|
String |
ClientConfiguration.get(ClientConfiguration.ClientProperty prop)
Returns the value for prop, the default value if not present. |
void |
ClientConfiguration.setProperty(ClientConfiguration.ClientProperty prop,
String value)
Sets the value of property to value |
ClientConfiguration |
ClientConfiguration.with(ClientConfiguration.ClientProperty prop,
String value)
Same as ClientConfiguration.setProperty(ClientProperty, String) but returns the ClientConfiguration for chaining purposes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |