@Deprecated public class MockTabletLocator extends org.apache.accumulo.core.client.mock.impl.MockTabletLocator
org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation, org.apache.accumulo.core.client.impl.TabletLocator.TabletLocations, org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations<T extends Mutation>
Constructor and Description |
---|
MockTabletLocator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T extends Mutation> |
binMutations(List<T> mutations,
Map<String,org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures,
org.apache.accumulo.core.security.thrift.TCredentials credentials)
Deprecated.
|
List<Range> |
binRanges(List<Range> ranges,
Map<String,Map<KeyExtent,List<Range>>> binnedRanges,
org.apache.accumulo.core.security.thrift.TCredentials credentials)
Deprecated.
|
org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation |
locateTablet(org.apache.hadoop.io.Text row,
boolean skipRow,
boolean retry,
org.apache.accumulo.core.security.thrift.TCredentials credentials)
Deprecated.
|
binMutations, binRanges, invalidateCache, invalidateCache, invalidateCache, invalidateCache, locateTablet
public org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry, org.apache.accumulo.core.security.thrift.TCredentials credentials) throws AccumuloException, AccumuloSecurityException, TableNotFoundException
public <T extends Mutation> void binMutations(List<T> mutations, Map<String,org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures, org.apache.accumulo.core.security.thrift.TCredentials credentials) throws AccumuloException, AccumuloSecurityException, TableNotFoundException
public List<Range> binRanges(List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges, org.apache.accumulo.core.security.thrift.TCredentials credentials) throws AccumuloException, AccumuloSecurityException, TableNotFoundException
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.