Uses of Interface
org.apache.accumulo.core.data.TabletId
-
Uses of TabletId in org.apache.accumulo.core.client
ModifierConstructorDescriptionMutationsRejectedException
(Instance instance, List<ConstraintViolationSummary> cvsList, Map<TabletId, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) -
Uses of TabletId in org.apache.accumulo.core.client.admin
Modifier and TypeMethodDescriptionabstract TabletId
ActiveCompaction.getTablet()
abstract TabletId
ActiveScan.getTablet()
Modifier and TypeMethodDescriptionLocations.groupByRange()
For all of the ranges passed toTableOperations.locate(String, java.util.Collection)
, return a map of the tablets each range overlaps.Locations.groupByTablet()
For all of the ranges passed toTableOperations.locate(String, java.util.Collection)
, return a map of the ranges each tablet overlaps.Modifier and TypeMethodDescriptionLocations.getTabletLocation
(TabletId tabletId) For anyTabletId
known to this object, the method will return the tablet server location for that tablet.