Uses of Interface
org.apache.accumulo.core.data.TabletId
-
Packages that use TabletId Package Description org.apache.accumulo.core.client org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl org.apache.accumulo.core.dataImpl -
-
Uses of TabletId in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return types with arguments of type TabletId Modifier and Type Method Description Map<TabletId,Set<SecurityErrorCode>>MutationsRejectedException. getSecurityErrorCodes()Constructor parameters in org.apache.accumulo.core.client with type arguments of type TabletId Constructor Description MutationsRejectedException(AccumuloClient client, List<ConstraintViolationSummary> cvsList, Map<TabletId,Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)Creates Mutations rejected exceptionMutationsRejectedException(Instance instance, List<ConstraintViolationSummary> cvsList, Map<TabletId,Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)Deprecated.since 2.0.0, replaced byMutationsRejectedException(AccumuloClient, List, Map, Collection, int, Throwable) -
Uses of TabletId in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return TabletId Modifier and Type Method Description abstract TabletIdActiveCompaction. getTablet()abstract TabletIdActiveScan. getTablet()Methods in org.apache.accumulo.core.client.admin that return types with arguments of type TabletId Modifier and Type Method Description Map<Range,List<TabletId>>Locations. groupByRange()For all of the ranges passed toTableOperations.locate(String, java.util.Collection), return a map of the tablets each range overlaps.Map<TabletId,List<Range>>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 TabletId Modifier and Type Method Description StringLocations. getTabletLocation(TabletId tabletId)For anyTabletIdknown to this object, the method will return the tablet server location for that tablet. -
Uses of TabletId in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return TabletId Modifier and Type Method Description TabletIdActiveCompactionImpl. getTablet()TabletIdActiveScanImpl. getTablet() -
Uses of TabletId in org.apache.accumulo.core.dataImpl
Classes in org.apache.accumulo.core.dataImpl that implement TabletId Modifier and Type Class Description classTabletIdImplMethods in org.apache.accumulo.core.dataImpl with parameters of type TabletId Modifier and Type Method Description intTabletIdImpl. compareTo(TabletId o)
-