Uses of Interface
org.apache.accumulo.core.data.TabletId
Packages that use TabletId
-
Uses of TabletId in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return types with arguments of type TabletIdConstructor parameters in org.apache.accumulo.core.client with type arguments of type TabletIdModifierConstructorDescriptionMutationsRejectedException
(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
Methods in org.apache.accumulo.core.client.admin that return TabletIdModifier and TypeMethodDescriptionabstract TabletId
ActiveCompaction.getTablet()
abstract TabletId
ActiveScan.getTablet()
Methods in org.apache.accumulo.core.client.admin that return types with arguments of type TabletIdModifier 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.Methods in org.apache.accumulo.core.client.admin with parameters of type TabletIdModifier and TypeMethodDescriptionLocations.getTabletLocation
(TabletId tabletId) For anyTabletId
known to this object, the method will return the tablet server location for that tablet.