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