org.apache.accumulo.core.client.mock
Class MockTabletLocator

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.TabletLocator
      extended by org.apache.accumulo.core.client.mock.impl.MockTabletLocator
          extended by org.apache.accumulo.core.client.mock.MockTabletLocator

Deprecated. since 1.6.0; not intended for public api and you should not use it.

@Deprecated
public class MockTabletLocator
extends MockTabletLocator


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.client.impl.TabletLocator
TabletLocator.TabletLocation, TabletLocator.TabletLocations, TabletLocator.TabletServerMutations<T extends Mutation>
 
Constructor Summary
MockTabletLocator()
          Deprecated.  
 
Method Summary
<T extends Mutation>
void
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.  
 
Methods inherited from class org.apache.accumulo.core.client.mock.impl.MockTabletLocator
binMutations, binRanges, invalidateCache, invalidateCache, invalidateCache, invalidateCache, locateTablet
 
Methods inherited from class org.apache.accumulo.core.client.impl.TabletLocator
clearLocators, getLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockTabletLocator

public MockTabletLocator()
Deprecated. 
Method Detail

locateTablet

public TabletLocator.TabletLocation locateTablet(org.apache.hadoop.io.Text row,
                                                 boolean skipRow,
                                                 boolean retry,
                                                 TCredentials credentials)
                                          throws AccumuloException,
                                                 AccumuloSecurityException,
                                                 TableNotFoundException
Deprecated. 
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException

binMutations

public <T extends Mutation> void binMutations(List<T> mutations,
                                              Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
                                              List<T> failures,
                                              TCredentials credentials)
                  throws AccumuloException,
                         AccumuloSecurityException,
                         TableNotFoundException
Deprecated. 
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException

binRanges

public List<Range> binRanges(List<Range> ranges,
                             Map<String,Map<KeyExtent,List<Range>>> binnedRanges,
                             TCredentials credentials)
                      throws AccumuloException,
                             AccumuloSecurityException,
                             TableNotFoundException
Deprecated. 
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException


Copyright © 2015 Apache Accumulo Project. All rights reserved.