Uses of Interface
org.apache.accumulo.core.client.Instance
Package
Description
-
Uses of Instance in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionabstract Instance
Connector.getInstance()
Deprecated.Accessor method for internal instance object.ModifierConstructorDescriptionMutationsRejectedException
(Instance instance, List<ConstraintViolationSummary> cvsList, Map<TabletId, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Deprecated.since 2.0.0, replaced byMutationsRejectedException(AccumuloClient, List, Map, Collection, int, Throwable)
TableOfflineException
(Instance instance, String tableId) Deprecated.since 2.0.0, replaced byTableOfflineException(String)
-
Uses of Instance in org.apache.accumulo.core.client.mapred
Modifier and TypeMethodDescriptionprotected static Instance
AbstractInputFormat.getInstance
(org.apache.hadoop.mapred.JobConf job) Deprecated.Initializes an AccumuloInstance
based on the configuration.protected static Instance
AccumuloOutputFormat.getInstance
(org.apache.hadoop.mapred.JobConf job) Deprecated.Initializes an AccumuloInstance
based on the configuration. -
Uses of Instance in org.apache.accumulo.core.client.mapreduce
Modifier and TypeMethodDescriptionprotected static Instance
AbstractInputFormat.getInstance
(org.apache.hadoop.mapreduce.JobContext job) Deprecated.Initializes an AccumuloInstance
based on the configuration.protected static Instance
AccumuloOutputFormat.getInstance
(org.apache.hadoop.mapreduce.JobContext context) Deprecated.Initializes an AccumuloInstance
based on the configuration.RangeInputSplit.getInstance()
Deprecated.since 1.7.0, use getInstance(ClientConfiguration) instead.RangeInputSplit.getInstance
(ClientConfiguration base) Deprecated. -
Uses of Instance in org.apache.accumulo.minicluster
Modifier and TypeClassDescriptionclass
Deprecated.since 2.0.0, UseMiniAccumuloCluster.getClientProperties(File)
instead
Accumulo.newClient()
instead