Uses of Interface
org.apache.accumulo.core.client.Instance
-
-
Uses of Instance in org.apache.accumulo.core.client
Classes in org.apache.accumulo.core.client that implement Instance Modifier and Type Class Description classZooKeeperInstanceDeprecated.since 2.0.0, UseAccumulo.newClient()insteadMethods in org.apache.accumulo.core.client that return Instance Modifier and Type Method Description abstract InstanceConnector. getInstance()Deprecated.Accessor method for internal instance object.Constructors in org.apache.accumulo.core.client with parameters of type Instance Constructor Description MutationsRejectedException(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
Methods in org.apache.accumulo.core.client.mapred that return Instance Modifier and Type Method Description protected static InstanceAbstractInputFormat. getInstance(org.apache.hadoop.mapred.JobConf job)Deprecated.Initializes an AccumuloInstancebased on the configuration.protected static InstanceAccumuloOutputFormat. getInstance(org.apache.hadoop.mapred.JobConf job)Deprecated.Initializes an AccumuloInstancebased on the configuration. -
Uses of Instance in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce that return Instance Modifier and Type Method Description protected static InstanceAbstractInputFormat. getInstance(org.apache.hadoop.mapreduce.JobContext job)Deprecated.Initializes an AccumuloInstancebased on the configuration.protected static InstanceAccumuloOutputFormat. getInstance(org.apache.hadoop.mapreduce.JobContext context)Deprecated.Initializes an AccumuloInstancebased on the configuration.InstanceRangeInputSplit. getInstance()Deprecated.since 1.7.0, use getInstance(ClientConfiguration) instead.InstanceRangeInputSplit. getInstance(ClientConfiguration base)Deprecated. -
Uses of Instance in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return Instance Modifier and Type Method Description InstanceClientContext. getDeprecatedInstance()Deprecated.since 2.0.0InstanceConnectorImpl. getInstance()Deprecated. -
Uses of Instance in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib that return Instance Modifier and Type Method Description static InstanceConfiguratorBase. getInstance(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)Initializes an Accumulo Instance based on the configuration.
-