Uses of Class
org.apache.accumulo.core.client.ClientConfiguration
-
-
Uses of ClientConfiguration in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return ClientConfiguration Modifier and Type Method Description static 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 ClientConfigurationClientConfiguration. fromFile(File file)Deprecated.Initializes a configuration object from the contents of a configuration file.static ClientConfigurationClientConfiguration. fromMap(Map<String,String> properties)Deprecated.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.ClientConfigurationClientConfiguration. with(String prop, String value)Deprecated.Same assetProperty(String, String)but returns the ClientConfiguration for chaining purposesClientConfigurationClientConfiguration. with(ClientConfiguration.ClientProperty prop, String value)Deprecated.Same assetProperty(ClientProperty, String)but returns the ClientConfiguration for chaining purposesClientConfigurationClientConfiguration. withInstance(String instanceName)Deprecated.Same aswith(ClientProperty, String)for ClientProperty.INSTANCE_NAMEClientConfigurationClientConfiguration. withInstance(UUID instanceId)Deprecated.Same aswith(ClientProperty, String)for ClientProperty.INSTANCE_IDClientConfigurationClientConfiguration. withKeystore(String path)Deprecated.Same aswithKeystore(String, String, String)with password null and type nullClientConfigurationClientConfiguration. 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_TYPEClientConfigurationClientConfiguration. withSasl(boolean saslEnabled)Deprecated.Same aswith(ClientProperty, String)for ClientProperty.INSTANCE_RPC_SASL_ENABLED.ClientConfigurationClientConfiguration. withSasl(boolean saslEnabled, String kerberosServerPrimary)Deprecated.Same aswith(ClientProperty, String)for ClientProperty.INSTANCE_RPC_SASL_ENABLED and ClientProperty.GENERAL_KERBEROS_PRINCIPAL.ClientConfigurationClientConfiguration. withSsl(boolean sslEnabled)Deprecated.Same aswithSsl(boolean, boolean)with useJsseConfig set to falseClientConfigurationClientConfiguration. withSsl(boolean sslEnabled, boolean useJsseConfig)Deprecated.Same aswith(ClientProperty, String)for ClientProperty.INSTANCE_RPC_SSL_ENABLED and ClientProperty.RPC_USE_JSSEClientConfigurationClientConfiguration. withTruststore(String path)Deprecated.Same aswithTruststore(String, String, String)with password null and type nullClientConfigurationClientConfiguration. 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_TYPEClientConfigurationClientConfiguration. withZkHosts(String zooKeepers)Deprecated.Same aswith(ClientProperty, String)for ClientProperty.INSTANCE_ZK_HOSTClientConfigurationClientConfiguration. withZkTimeout(int timeout)Deprecated.Same aswith(ClientProperty, String)for ClientProperty.INSTANCE_ZK_TIMEOUTConstructors in org.apache.accumulo.core.client with parameters of type ClientConfiguration Constructor Description ZooKeeperInstance(ClientConfiguration config)Deprecated. -
Uses of ClientConfiguration in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred that return ClientConfiguration Modifier and Type Method Description protected 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 ClientConfiguration Modifier and Type Method Description static 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.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce that return ClientConfiguration Modifier and Type Method Description protected 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 ClientConfiguration Modifier and Type Method Description InstanceRangeInputSplit. 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.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return ClientConfiguration Modifier and Type Method Description static ClientConfigurationClientConfConverter. toClientConf(Properties properties)static ClientConfigurationClientConfConverter. toClientConf(AccumuloConfiguration conf)Methods in org.apache.accumulo.core.clientImpl with parameters of type ClientConfiguration Modifier and Type Method Description static AccumuloConfigurationClientConfConverter. toAccumuloConf(ClientConfiguration config)A utility method for converting client configuration to a standard configuration object for use internally.static PropertiesClientConfConverter. toProperties(ClientConfiguration clientConf) -
Uses of ClientConfiguration in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib that return ClientConfiguration Modifier and Type Method Description static ClientConfigurationConfiguratorBase. getClientConfiguration(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)Obtain a ClientConfiguration based on the configuration.Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib with parameters of type ClientConfiguration Modifier and Type Method Description static voidConfiguratorBase. setZooKeeperInstance(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, ClientConfiguration clientConfig)Configures a ZooKeeperInstance for this job.
-