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

All Known Implementing Classes:
MetadataLocationObtainer
Enclosing class:
TabletLocatorImpl

public static interface TabletLocatorImpl.TabletLocationObtainer


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

Method Detail

lookupTablet

List<TabletLocator.TabletLocation> lookupTablet(TabletLocator.TabletLocation src,
                                                org.apache.hadoop.io.Text row,
                                                org.apache.hadoop.io.Text stopRow,
                                                TabletLocator parent)
                                                throws AccumuloSecurityException,
                                                       AccumuloException
Throws:
AccumuloSecurityException
AccumuloException

lookupTablets

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


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.