Uses of Class
org.apache.accumulo.core.client.ClientConfiguration
Package
Description
-
Uses of ClientConfiguration in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionstatic ClientConfiguration
ClientConfiguration.create()
Deprecated.Initializes an empty configuration object to be further configured with other methods on the class.static ClientConfiguration
ClientConfiguration.deserialize
(String serializedConfig) Deprecated.static ClientConfiguration
Deprecated.Initializes a configuration object from the contents of a configuration file.static ClientConfiguration
Deprecated.Initializes a configuration object from the contents of a map.static ClientConfiguration
ClientConfiguration.loadDefault()
Deprecated.Attempts to load a configuration file from the system using the default search paths.Deprecated.Same assetProperty(String, String)
but returns the ClientConfiguration for chaining purposesClientConfiguration.with
(ClientConfiguration.ClientProperty prop, String value) Deprecated.Same assetProperty(ClientProperty, String)
but returns the ClientConfiguration for chaining purposesClientConfiguration.withInstance
(String instanceName) Deprecated.Same aswith(ClientProperty, String)
for ClientProperty.INSTANCE_NAMEClientConfiguration.withInstance
(UUID instanceId) Deprecated.Same aswith(ClientProperty, String)
for ClientProperty.INSTANCE_IDClientConfiguration.withKeystore
(String path) Deprecated.Same aswithKeystore(String, String, String)
with password null and type nullClientConfiguration.withKeystore
(String path, String password, String type) Deprecated.Same aswith(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SSL_CLIENT_AUTH, ClientProperty.RPC_SSL_KEYSTORE_PATH, ClientProperty.RPC_SSL_KEYSTORE_PASSWORD, and ClientProperty.RPC_SSL_KEYSTORE_TYPEClientConfiguration.withSasl
(boolean saslEnabled) Deprecated.Same aswith(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SASL_ENABLED.Deprecated.Same aswith(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SASL_ENABLED and ClientProperty.GENERAL_KERBEROS_PRINCIPAL.ClientConfiguration.withSsl
(boolean sslEnabled) Deprecated.Same aswithSsl(boolean, boolean)
with useJsseConfig set to falseClientConfiguration.withSsl
(boolean sslEnabled, boolean useJsseConfig) Deprecated.Same aswith(ClientProperty, String)
for ClientProperty.INSTANCE_RPC_SSL_ENABLED and ClientProperty.RPC_USE_JSSEClientConfiguration.withTruststore
(String path) Deprecated.Same aswithTruststore(String, String, String)
with password null and type nullClientConfiguration.withTruststore
(String path, String password, String type) Deprecated.Same aswith(ClientProperty, String)
for ClientProperty.RPC_SSL_TRUSTORE_PATH, ClientProperty.RPC_SSL_TRUSTORE_PASSWORD, and ClientProperty.RPC_SSL_TRUSTORE_TYPEClientConfiguration.withZkHosts
(String zooKeepers) Deprecated.Same aswith(ClientProperty, String)
for ClientProperty.INSTANCE_ZK_HOSTClientConfiguration.withZkTimeout
(int timeout) Deprecated.Same aswith(ClientProperty, String)
for ClientProperty.INSTANCE_ZK_TIMEOUT -
Uses of ClientConfiguration in org.apache.accumulo.core.client.mapred
Modifier and TypeMethodDescriptionprotected static ClientConfiguration
AbstractInputFormat.getClientConfiguration
(org.apache.hadoop.mapred.JobConf job) Deprecated.Fetch the client configuration from the job.Modifier and TypeMethodDescriptionstatic void
AbstractInputFormat.setZooKeeperInstance
(org.apache.hadoop.mapred.JobConf job, ClientConfiguration clientConfig) Deprecated.Configures aZooKeeperInstance
for this job.static void
AccumuloOutputFormat.setZooKeeperInstance
(org.apache.hadoop.mapred.JobConf job, ClientConfiguration clientConfig) Deprecated.Configures aZooKeeperInstance
for this job. -
Uses of ClientConfiguration in org.apache.accumulo.core.client.mapreduce
Modifier and TypeMethodDescriptionprotected static ClientConfiguration
AbstractInputFormat.getClientConfiguration
(org.apache.hadoop.mapreduce.JobContext job) Deprecated.Construct theClientConfiguration
given the provided context.Modifier and TypeMethodDescriptionRangeInputSplit.getInstance
(ClientConfiguration base) Deprecated.static void
AbstractInputFormat.setZooKeeperInstance
(org.apache.hadoop.mapreduce.Job job, ClientConfiguration clientConfig) Deprecated.Configures aZooKeeperInstance
for this job.static void
AccumuloOutputFormat.setZooKeeperInstance
(org.apache.hadoop.mapreduce.Job job, ClientConfiguration clientConfig) Deprecated.Configures aZooKeeperInstance
for this job. -
Uses of ClientConfiguration in org.apache.accumulo.minicluster
MiniAccumuloCluster.getClientProperties()