Uses of Enum
org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
-
Uses of ClientConfiguration.ClientProperty in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionClientConfiguration.ClientProperty.getPropertyByKey
(String key) 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 TypeMethodDescriptionClientConfiguration.get
(ClientConfiguration.ClientProperty prop) Deprecated.Returns the value for prop, the default value if not present.ClientConfiguration.getAllPropertiesWithPrefix
(ClientConfiguration.ClientProperty property) Deprecated.Gets all properties under the given prefix in this configuration.void
ClientConfiguration.setProperty
(ClientConfiguration.ClientProperty prop, String value) Deprecated.Sets the value of property to valueClientConfiguration.with
(ClientConfiguration.ClientProperty prop, String value) Deprecated.Same asClientConfiguration.setProperty(ClientProperty, String)
but returns the ClientConfiguration for chaining purposes