Uses of Class
org.apache.accumulo.core.clientImpl.TabletLocator.TabletLocation
-
Packages that use TabletLocator.TabletLocation Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.metadata -
-
Uses of TabletLocator.TabletLocation in org.apache.accumulo.core.clientImpl
Fields in org.apache.accumulo.core.clientImpl with type parameters of type TabletLocator.TabletLocation Modifier and Type Field Description protected TreeMap<org.apache.hadoop.io.Text,TabletLocator.TabletLocation>TabletLocatorImpl. metaCacheMethods in org.apache.accumulo.core.clientImpl that return TabletLocator.TabletLocation Modifier and Type Method Description protected TabletLocator.TabletLocationTabletLocatorImpl. _locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry, boolean lock, org.apache.accumulo.core.clientImpl.TabletLocatorImpl.LockCheckerSession lcSession)protected TabletLocator.TabletLocationRootTabletLocator. getRootTabletLocation(ClientContext context)TabletLocator.TabletLocationRootTabletLocator. locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)TabletLocator.TabletLocationSyncingTabletLocator. locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)abstract TabletLocator.TabletLocationTabletLocator. locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)TabletLocator.TabletLocationTabletLocatorImpl. locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)TabletLocator.TabletLocationTimeoutTabletLocator. locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)Methods in org.apache.accumulo.core.clientImpl that return types with arguments of type TabletLocator.TabletLocation Modifier and Type Method Description List<TabletLocator.TabletLocation>TabletLocator.TabletLocations. getLocations()List<TabletLocator.TabletLocation>TabletLocatorImpl.TabletLocationObtainer. lookupTablets(ClientContext context, String tserver, Map<KeyExtent,List<Range>> map, TabletLocator parent)Methods in org.apache.accumulo.core.clientImpl with parameters of type TabletLocator.TabletLocation Modifier and Type Method Description intTabletLocator.TabletLocation. compareTo(TabletLocator.TabletLocation o)TabletLocator.TabletLocationsTabletLocatorImpl.TabletLocationObtainer. lookupTablet(ClientContext context, TabletLocator.TabletLocation src, org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text stopRow, TabletLocator parent)Constructor parameters in org.apache.accumulo.core.clientImpl with type arguments of type TabletLocator.TabletLocation Constructor Description TabletLocations(List<TabletLocator.TabletLocation> locations, List<KeyExtent> locationless) -
Uses of TabletLocator.TabletLocation in org.apache.accumulo.core.metadata
Methods in org.apache.accumulo.core.metadata that return types with arguments of type TabletLocator.TabletLocation Modifier and Type Method Description List<TabletLocator.TabletLocation>MetadataLocationObtainer. lookupTablets(ClientContext context, String tserver, Map<KeyExtent,List<Range>> tabletsRanges, TabletLocator parent)Methods in org.apache.accumulo.core.metadata with parameters of type TabletLocator.TabletLocation 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)
-