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