Deprecated API
Contents
-
Packages Package Description org.apache.accumulo.core.client.mapreduce.lib.util since 1.6.0; This package was moved out of the public API.
-
Interfaces Interface Description org.apache.accumulo.core.conf.AccumuloConfiguration.PropertyFilter since 1.7.0; usePredicate
instead.org.apache.accumulo.core.iterators.aggregation.Aggregator since 1.4, replaced byCombiner
-
Enums Enum Description org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
-
Fields Field Description org.apache.accumulo.core.Constants.NO_AUTHS since 1.6.0; UseAuthorizations.EMPTY
instead
-
Constructors Constructor Description org.apache.accumulo.core.client.ClientConfiguration(String) since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API; useClientConfiguration.fromFile(File)
instead.org.apache.accumulo.core.client.MutationsRejectedException(List<ConstraintViolationSummary>, HashMap<KeyExtent, Set<SecurityErrorCode>>, Collection<String>, int, Throwable) org.apache.accumulo.core.client.security.tokens.KerberosToken(String, File, boolean) since 1.8.0, @see #KerberosToken(String, File)org.apache.accumulo.core.client.ZooKeeperInstance(String, String, int) since 1.6.0; UseZooKeeperInstance(ClientConfiguration)
instead.org.apache.accumulo.core.data.impl.TabletIdImpl(KeyExtent) org.apache.accumulo.core.data.Value(ByteBuffer, boolean) A copy of the bytes in the buffer is always made. UseValue(ByteBuffer)
instead.