org.apache.accumulo.core.client
public static enum ClientConfiguration.ClientProperty extends Enum<ClientConfiguration.ClientProperty>
Modifier and Type | Method and Description |
---|---|
Property |
getAccumuloProperty() |
String |
getDefaultValue() |
String |
getDescription() |
String |
getKey() |
static ClientConfiguration.ClientProperty |
getPropertyByKey(String key) |
PropertyType |
getType() |
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 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()
public PropertyType getType()
public String getDescription()
public Property getAccumuloProperty()
public static ClientConfiguration.ClientProperty getPropertyByKey(String key)
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.