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

All Known Implementing Classes:
MetadataLocationObtainer
Enclosing class:
TabletLocatorImpl

public static interface TabletLocatorImpl.TabletLocationObtainer


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

Method Detail

lookupTablet

java.util.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

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


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