public static enum ClientConfiguration.ClientProperty extends Enum<ClientConfiguration.ClientProperty>
Modifier and Type | Method and Description |
---|---|
org.apache.accumulo.core.conf.Property |
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.
|
String |
getDefaultValue() |
String |
getDescription() |
String |
getKey() |
static ClientConfiguration.ClientProperty |
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.
|
static ClientConfiguration.ClientProperty |
valueOf(String name)
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.
|
public static final ClientConfiguration.ClientProperty RPC_SSL_TRUSTSTORE_PATH
public static final ClientConfiguration.ClientProperty RPC_SSL_TRUSTSTORE_PASSWORD
public static final ClientConfiguration.ClientProperty RPC_SSL_TRUSTSTORE_TYPE
public static final ClientConfiguration.ClientProperty RPC_SSL_KEYSTORE_PATH
public static final ClientConfiguration.ClientProperty RPC_SSL_KEYSTORE_PASSWORD
public static final ClientConfiguration.ClientProperty RPC_SSL_KEYSTORE_TYPE
public static final ClientConfiguration.ClientProperty RPC_USE_JSSE
public static final ClientConfiguration.ClientProperty GENERAL_SECURITY_CREDENTIAL_PROVIDER_PATHS
public static final ClientConfiguration.ClientProperty INSTANCE_RPC_SSL_CLIENT_AUTH
public static final ClientConfiguration.ClientProperty INSTANCE_RPC_SSL_ENABLED
public static final ClientConfiguration.ClientProperty INSTANCE_ZK_HOST
public static final ClientConfiguration.ClientProperty INSTANCE_ZK_TIMEOUT
public static final ClientConfiguration.ClientProperty INSTANCE_NAME
public static final ClientConfiguration.ClientProperty INSTANCE_ID
public static final ClientConfiguration.ClientProperty TRACE_SPAN_RECEIVERS
public static final ClientConfiguration.ClientProperty TRACE_SPAN_RECEIVER_PREFIX
public static final ClientConfiguration.ClientProperty TRACE_ZK_PATH
public static final ClientConfiguration.ClientProperty INSTANCE_RPC_SASL_ENABLED
public static final ClientConfiguration.ClientProperty RPC_SASL_QOP
public static final ClientConfiguration.ClientProperty KERBEROS_SERVER_PRIMARY
public static ClientConfiguration.ClientProperty[] values()
for (ClientConfiguration.ClientProperty c : ClientConfiguration.ClientProperty.values()) System.out.println(c);
public static ClientConfiguration.ClientProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getKey()
public String getDefaultValue()
@Deprecated public org.apache.accumulo.core.conf.PropertyType getType()
public String getDescription()
@Deprecated public org.apache.accumulo.core.conf.Property getAccumuloProperty()
public static ClientConfiguration.ClientProperty getPropertyByKey(String key)
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.