Package org.apache.accumulo.core.client
Enum ClientConfiguration.ClientProperty
java.lang.Object
java.lang.Enum<ClientConfiguration.ClientProperty>
org.apache.accumulo.core.client.ClientConfiguration.ClientProperty
- All Implemented Interfaces:
Serializable
,Comparable<ClientConfiguration.ClientProperty>
- Enclosing class:
- ClientConfiguration
public static enum ClientConfiguration.ClientProperty
extends Enum<ClientConfiguration.ClientProperty>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.accumulo.core.conf.Property
Deprecated.since 1.7.0 This method returns a type that is not part of the public API and not guaranteed to be stable.getKey()
getPropertyByKey
(String key) org.apache.accumulo.core.conf.PropertyType
getType()
Deprecated.since 1.7.0 This method returns a type that is not part of the public API and not guaranteed to be stable.Returns the enum constant of this type with the specified name.static ClientConfiguration.ClientProperty[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
RPC_SSL_TRUSTSTORE_PATH
-
RPC_SSL_TRUSTSTORE_PASSWORD
-
RPC_SSL_TRUSTSTORE_TYPE
-
RPC_SSL_KEYSTORE_PATH
-
RPC_SSL_KEYSTORE_PASSWORD
-
RPC_SSL_KEYSTORE_TYPE
-
RPC_USE_JSSE
-
GENERAL_SECURITY_CREDENTIAL_PROVIDER_PATHS
-
INSTANCE_RPC_SSL_CLIENT_AUTH
-
INSTANCE_RPC_SSL_ENABLED
-
INSTANCE_ZK_HOST
-
INSTANCE_ZK_TIMEOUT
-
INSTANCE_NAME
-
INSTANCE_ID
-
TRACE_SPAN_RECEIVERS
-
TRACE_SPAN_RECEIVER_PREFIX
-
TRACE_ZK_PATH
-
INSTANCE_RPC_SASL_ENABLED
- Since:
- 1.7.0
-
RPC_SASL_QOP
- Since:
- 1.7.0
-
KERBEROS_SERVER_PRIMARY
- Since:
- 1.7.0
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getKey
-
getDefaultValue
-
getType
Deprecated.since 1.7.0 This method returns a type that is not part of the public API and not guaranteed to be stable. -
getDescription
-
getAccumuloProperty
Deprecated.since 1.7.0 This method returns a type that is not part of the public API and not guaranteed to be stable. -
getPropertyByKey
-