Uses of Interface
org.apache.accumulo.core.client.Instance
Packages that use Instance
Package
Description
Mock framework for Accumulo
-
Uses of Instance in org.apache.accumulo.core.client
Classes in org.apache.accumulo.core.client that implement InstanceModifier and TypeClassDescriptionclass
An implementation of instance that looks in zookeeper to find information needed to connect to an instance of accumulo.Methods in org.apache.accumulo.core.client that return InstanceModifier and TypeMethodDescriptionabstract Instance
Connector.getInstance()
Accessor method for internal instance object.Constructors in org.apache.accumulo.core.client with parameters of type InstanceModifierConstructorDescriptionMutationsRejectedException
(Instance instance, List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Deprecated.MutationsRejectedException
(Instance instance, List<ConstraintViolationSummary> cvsList, Map<TabletId, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) TableOfflineException
(Instance instance, String tableId) -
Uses of Instance in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred that return InstanceModifier and TypeMethodDescriptionprotected static Instance
AbstractInputFormat.getInstance
(org.apache.hadoop.mapred.JobConf job) Initializes an AccumuloInstance
based on the configuration.protected static Instance
AccumuloOutputFormat.getInstance
(org.apache.hadoop.mapred.JobConf job) Initializes an AccumuloInstance
based on the configuration. -
Uses of Instance in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce that return InstanceModifier and TypeMethodDescriptionprotected static Instance
AbstractInputFormat.getInstance
(org.apache.hadoop.mapreduce.JobContext context) Initializes an AccumuloInstance
based on the configuration.protected static Instance
AccumuloOutputFormat.getInstance
(org.apache.hadoop.mapreduce.JobContext context) Initializes an AccumuloInstance
based on the configuration.RangeInputSplit.getInstance()
Deprecated.since 1.7.0, use getInstance(ClientConfiguration) instead.RangeInputSplit.getInstance
(ClientConfiguration base) -
Uses of Instance in org.apache.accumulo.core.client.mapreduce.lib.util
Methods in org.apache.accumulo.core.client.mapreduce.lib.util that return InstanceModifier and TypeMethodDescriptionstatic Instance
ConfiguratorBase.getInstance
(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf) Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. -
Uses of Instance in org.apache.accumulo.core.client.mock
Classes in org.apache.accumulo.core.client.mock that implement InstanceModifier and TypeClassDescriptionclass
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.Methods in org.apache.accumulo.core.client.mock that return Instance -
Uses of Instance in org.apache.accumulo.minicluster
Classes in org.apache.accumulo.minicluster that implement Instance
MutationsRejectedException(Instance, List, Map, Collection, int, Throwable)