Uses of Class
org.apache.accumulo.core.client.ClientConfiguration
Packages that use ClientConfiguration
Package
Description
- 
Uses of ClientConfiguration in org.apache.accumulo.core.clientMethods in org.apache.accumulo.core.client that return ClientConfigurationModifier and TypeMethodDescriptionstatic ClientConfigurationClientConfiguration.create()Deprecated.Initializes an empty configuration object to be further configured with other methods on the class.static ClientConfigurationClientConfiguration.deserialize(String serializedConfig) Deprecated.static ClientConfigurationDeprecated.Initializes a configuration object from the contents of a configuration file.static ClientConfigurationDeprecated.Initializes a configuration object from the contents of a map.static ClientConfigurationClientConfiguration.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_TIMEOUTConstructors in org.apache.accumulo.core.client with parameters of type ClientConfiguration
- 
Uses of ClientConfiguration in org.apache.accumulo.core.client.mapredMethods in org.apache.accumulo.core.client.mapred that return ClientConfigurationModifier and TypeMethodDescriptionprotected static ClientConfigurationAbstractInputFormat.getClientConfiguration(org.apache.hadoop.mapred.JobConf job) Deprecated.Fetch the client configuration from the job.Methods in org.apache.accumulo.core.client.mapred with parameters of type ClientConfigurationModifier and TypeMethodDescriptionstatic voidAbstractInputFormat.setZooKeeperInstance(org.apache.hadoop.mapred.JobConf job, ClientConfiguration clientConfig) Deprecated.Configures aZooKeeperInstancefor this job.static voidAccumuloOutputFormat.setZooKeeperInstance(org.apache.hadoop.mapred.JobConf job, ClientConfiguration clientConfig) Deprecated.Configures aZooKeeperInstancefor this job.
- 
Uses of ClientConfiguration in org.apache.accumulo.core.client.mapreduceMethods in org.apache.accumulo.core.client.mapreduce that return ClientConfigurationModifier and TypeMethodDescriptionprotected static ClientConfigurationAbstractInputFormat.getClientConfiguration(org.apache.hadoop.mapreduce.JobContext job) Deprecated.Construct theClientConfigurationgiven the provided context.Methods in org.apache.accumulo.core.client.mapreduce with parameters of type ClientConfigurationModifier and TypeMethodDescriptionRangeInputSplit.getInstance(ClientConfiguration base) Deprecated.static voidAbstractInputFormat.setZooKeeperInstance(org.apache.hadoop.mapreduce.Job job, ClientConfiguration clientConfig) Deprecated.Configures aZooKeeperInstancefor this job.static voidAccumuloOutputFormat.setZooKeeperInstance(org.apache.hadoop.mapreduce.Job job, ClientConfiguration clientConfig) Deprecated.Configures aZooKeeperInstancefor this job.
- 
Uses of ClientConfiguration in org.apache.accumulo.miniclusterMethods in org.apache.accumulo.minicluster that return ClientConfiguration
MiniAccumuloCluster.getClientProperties()