Uses of Class
org.apache.accumulo.core.client.ClientConfiguration

Packages that use ClientConfiguration
org.apache.accumulo.core.cli   
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.mapred   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mapreduce.lib.impl This package exists to store common helpers for configuring MapReduce jobs in a single location. 
org.apache.accumulo.core.util.shell   
 

Uses of ClientConfiguration in org.apache.accumulo.core.cli
 

Fields in org.apache.accumulo.core.cli declared as ClientConfiguration
protected  ClientConfiguration ClientOpts.cachedClientConfig
           
 

Methods in org.apache.accumulo.core.cli that return ClientConfiguration
protected  ClientConfiguration ClientOpts.getClientConfiguration()
           
 

Uses of ClientConfiguration in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that return ClientConfiguration
static ClientConfiguration ClientConfiguration.deserialize(String serializedConfig)
           
static ClientConfiguration ClientConfiguration.loadDefault()
          Attempts to load a configuration file from the system.
 ClientConfiguration ClientConfiguration.with(ClientConfiguration.ClientProperty prop, String value)
          Same as setProperty(ClientProperty, String) but returns the ClientConfiguration for chaining purposes
 ClientConfiguration ClientConfiguration.withInstance(String instanceName)
          Same as with(ClientProperty, String) for ClientProperty.INSTANCE_NAME
 ClientConfiguration ClientConfiguration.withInstance(UUID instanceId)
          Same as with(ClientProperty, String) for ClientProperty.INSTANCE_ID
 ClientConfiguration ClientConfiguration.withKeystore(String path)
          Same as withKeystore(String, String, String) with password null and type null
 ClientConfiguration ClientConfiguration.withKeystore(String path, String password, String type)
          Same as with(ClientProperty, String) for ClientProperty.INSTANCE_RPC_SSL_CLIENT_AUTH, ClientProperty.RPC_SSL_KEYSTORE_PATH, ClientProperty.RPC_SSL_KEYSTORE_PASSWORD, and ClientProperty.RPC_SSL_KEYSTORE_TYPE
 ClientConfiguration ClientConfiguration.withSsl(boolean sslEnabled)
          Same as withSsl(boolean, boolean) with useJsseConfig set to false
 ClientConfiguration ClientConfiguration.withSsl(boolean sslEnabled, boolean useJsseConfig)
          Same as with(ClientProperty, String) for ClientProperty.INSTANCE_RPC_SSL_ENABLED and ClientProperty.RPC_USE_JSSE
 ClientConfiguration ClientConfiguration.withTruststore(String path)
          Same as withTruststore(String) with password null and type null
 ClientConfiguration ClientConfiguration.withTruststore(String path, String password, String type)
          Same as with(ClientProperty, String) for ClientProperty.RPC_SSL_TRUSTORE_PATH, ClientProperty.RPC_SSL_TRUSTORE_PASSWORD, and ClientProperty.RPC_SSL_TRUSTORE_TYPE
 ClientConfiguration ClientConfiguration.withZkHosts(String zooKeepers)
          Same as with(ClientProperty, String) for ClientProperty.INSTANCE_ZK_HOST
 ClientConfiguration ClientConfiguration.withZkTimeout(int timeout)
          Same as with(ClientProperty, String) for ClientProperty.INSTANCE_ZK_TIMEOUT
 

Uses of ClientConfiguration in org.apache.accumulo.core.client.mapred
 

Methods in org.apache.accumulo.core.client.mapred with parameters of type ClientConfiguration
static void AccumuloOutputFormat.setZooKeeperInstance(org.apache.hadoop.mapred.JobConf job, ClientConfiguration clientConfig)
          Configures a ZooKeeperInstance for this job.
static void AbstractInputFormat.setZooKeeperInstance(org.apache.hadoop.mapred.JobConf job, ClientConfiguration clientConfig)
          Configures a ZooKeeperInstance for this job.
 

Uses of ClientConfiguration in org.apache.accumulo.core.client.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce with parameters of type ClientConfiguration
static void AccumuloOutputFormat.setZooKeeperInstance(org.apache.hadoop.mapreduce.Job job, ClientConfiguration clientConfig)
          Configures a ZooKeeperInstance for this job.
static void AbstractInputFormat.setZooKeeperInstance(org.apache.hadoop.mapreduce.Job job, ClientConfiguration clientConfig)
          Configures a ZooKeeperInstance for this job.
 

Uses of ClientConfiguration in org.apache.accumulo.core.client.mapreduce.lib.impl
 

Methods in org.apache.accumulo.core.client.mapreduce.lib.impl with parameters of type ClientConfiguration
static void ConfiguratorBase.setZooKeeperInstance(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, ClientConfiguration clientConfig)
          Configures a ZooKeeperInstance for this job.
 

Uses of ClientConfiguration in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell that return ClientConfiguration
 ClientConfiguration ShellOptionsJC.getClientConfiguration()
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.