Uses of Class
org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Packages that use ClientConfiguration.ClientProperty Package Description 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 Modifier and Type Method Description static ClientConfiguration.ClientPropertyClientConfiguration.ClientProperty. getPropertyByKey(String key)static ClientConfiguration.ClientPropertyClientConfiguration.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 Modifier and Type Method Description StringClientConfiguration. get(ClientConfiguration.ClientProperty prop)Deprecated.Returns the value for prop, the default value if not present.Map<String,String>ClientConfiguration. getAllPropertiesWithPrefix(ClientConfiguration.ClientProperty property)Deprecated.Gets all properties under the given prefix in this configuration.voidClientConfiguration. setProperty(ClientConfiguration.ClientProperty prop, String value)Deprecated.Sets the value of property to valueClientConfigurationClientConfiguration. with(ClientConfiguration.ClientProperty prop, String value)Deprecated.Same asClientConfiguration.setProperty(ClientProperty, String)but returns the ClientConfiguration for chaining purposes
-