org.apache.accumulo.core.client.impl
Class MetadataLocationObtainer

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.MetadataLocationObtainer
All Implemented Interfaces:
TabletLocatorImpl.TabletLocationObtainer

public class MetadataLocationObtainer
extends Object
implements 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>> tabletsRanges, TabletLocator parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

lookupTablet

public List<TabletLocator.TabletLocation> lookupTablet(TabletLocator.TabletLocation src,
                                                       org.apache.hadoop.io.Text row,
                                                       org.apache.hadoop.io.Text stopRow,
                                                       TabletLocator parent)
                                                throws AccumuloSecurityException,
                                                       AccumuloException
Specified by:
lookupTablet in interface TabletLocatorImpl.TabletLocationObtainer
Throws:
AccumuloSecurityException
AccumuloException

lookupTablets

public List<TabletLocator.TabletLocation> lookupTablets(String tserver,
                                                        Map<KeyExtent,List<Range>> tabletsRanges,
                                                        TabletLocator parent)
                                                 throws AccumuloSecurityException,
                                                        AccumuloException
Specified by:
lookupTablets in interface TabletLocatorImpl.TabletLocationObtainer
Throws:
AccumuloSecurityException
AccumuloException


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