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 java.lang.Object
implements 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>> 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 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
Specified by:
lookupTablet in interface TabletLocatorImpl.TabletLocationObtainer
Throws:
AccumuloSecurityException
AccumuloException

lookupTablets

public java.util.List<TabletLocator.TabletLocation> lookupTablets(java.lang.String tserver,
                                                                  java.util.Map<KeyExtent,java.util.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.