Package | Description |
---|---|
org.apache.accumulo.core.client |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
ClientConfiguration.get(ClientConfiguration.ClientProperty prop)
Returns the value for prop, the default value if not present.
|
Map<String,String> |
ClientConfiguration.getAllPropertiesWithPrefix(ClientConfiguration.ClientProperty property)
Gets all properties under the given prefix in this configuration.
|
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 |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.