org.apache.accumulo.core.client.impl
Interface TabletLocatorImpl.TabletLocationObtainer

All Known Implementing Classes:
MetadataLocationObtainer
Enclosing class:
TabletLocatorImpl

public static interface TabletLocatorImpl.TabletLocationObtainer


Method Summary
 TabletLocator.TabletLocations lookupTablet(TabletLocator.TabletLocation src, org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text stopRow, TabletLocator parent, TCredentials credentials)
           
 List<TabletLocator.TabletLocation> lookupTablets(String tserver, Map<KeyExtent,List<Range>> map, TabletLocator parent, TCredentials credentials)
           
 

Method Detail

lookupTablet

TabletLocator.TabletLocations lookupTablet(TabletLocator.TabletLocation src,
                                           org.apache.hadoop.io.Text row,
                                           org.apache.hadoop.io.Text stopRow,
                                           TabletLocator parent,
                                           TCredentials credentials)
                                           throws AccumuloSecurityException,
                                                  AccumuloException
Returns:
null when unable to read information successfully
Throws:
AccumuloSecurityException
AccumuloException

lookupTablets

List<TabletLocator.TabletLocation> lookupTablets(String tserver,
                                                 Map<KeyExtent,List<Range>> map,
                                                 TabletLocator parent,
                                                 TCredentials credentials)
                                                 throws AccumuloSecurityException,
                                                        AccumuloException
Throws:
AccumuloSecurityException
AccumuloException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.