Uses of Class
org.apache.accumulo.core.clientImpl.TabletLocator
-
Packages that use TabletLocator Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.metadata -
-
Uses of TabletLocator in org.apache.accumulo.core.clientImpl
Subclasses of TabletLocator in org.apache.accumulo.core.clientImpl Modifier and Type Class Description classRootTabletLocatorclassSyncingTabletLocatorSyncs itself with the static collection of TabletLocators, so that when the server clears it, it will automatically get the most up-to-date version.classTabletLocatorImplclassTimeoutTabletLocatorThrows aTimedOutExceptionif the specified timeout duration elapses between two failed TabletLocator calls.Fields in org.apache.accumulo.core.clientImpl declared as TabletLocator Modifier and Type Field Description protected TabletLocatorTabletLocatorImpl. parentMethods in org.apache.accumulo.core.clientImpl that return TabletLocator Modifier and Type Method Description static TabletLocatorTabletLocator. getLocator(ClientContext context, TableId tableId)Methods in org.apache.accumulo.core.clientImpl with parameters of type TabletLocator Modifier and Type Method Description TabletLocator.TabletLocationsTabletLocatorImpl.TabletLocationObtainer. lookupTablet(ClientContext context, TabletLocator.TabletLocation src, org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text stopRow, TabletLocator parent)List<TabletLocator.TabletLocation>TabletLocatorImpl.TabletLocationObtainer. lookupTablets(ClientContext context, String tserver, Map<KeyExtent,List<Range>> map, TabletLocator parent)Constructors in org.apache.accumulo.core.clientImpl with parameters of type TabletLocator Constructor Description TabletLocatorImpl(TableId tableId, TabletLocator parent, TabletLocatorImpl.TabletLocationObtainer tlo, TabletLocatorImpl.TabletServerLockChecker tslc)Constructor parameters in org.apache.accumulo.core.clientImpl with type arguments of type TabletLocator Constructor Description SyncingTabletLocator(Callable<TabletLocator> getLocatorFunction) -
Uses of TabletLocator in org.apache.accumulo.core.metadata
Methods in org.apache.accumulo.core.metadata with parameters of type TabletLocator Modifier and Type Method Description TabletLocator.TabletLocationsMetadataLocationObtainer. lookupTablet(ClientContext context, TabletLocator.TabletLocation src, org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text stopRow, TabletLocator parent)List<TabletLocator.TabletLocation>MetadataLocationObtainer. lookupTablets(ClientContext context, String tserver, Map<KeyExtent,List<Range>> tabletsRanges, TabletLocator parent)
-