Uses of Interface
org.apache.accumulo.core.data.TabletId
Package
Description
-
Uses of TabletId in org.apache.accumulo.core.client
ModifierConstructorDescriptionMutationsRejectedException
(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. -
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. -
Uses of TabletId in org.apache.accumulo.core.data.constraints
-
Uses of TabletId in org.apache.accumulo.core.spi.balancer
Modifier and TypeMethodDescriptionTabletBalancer.BalanceParameters.currentMigrations()
protected Map<TabletId,
TabletServerId> GroupBalancer.getLocationProvider()
GroupBalancer.getPartitioner()
RegexGroupBalancer.getPartitioner()
BalancerEnvironment.listTabletLocations
(TableId tableId) Fetch the locations for each oftableId
's tablets from the metadata table.TabletBalancer.AssignmentParameters.unassignedTablets()
Modifier and TypeMethodDescriptionvoid
TabletBalancer.AssignmentParameters.addAssignment
(TabletId tabletId, TabletServerId tabletServerId) AssignstabletId
totabletServerId
.Modifier and TypeMethodDescriptionprotected boolean
GroupBalancer.shouldBalance
(SortedMap<TabletServerId, TServerStatus> current, Set<TabletId> migrations) -
Uses of TabletId in org.apache.accumulo.core.spi.balancer.data
ModifierConstructorDescriptionTabletMigration
(TabletId tabletId, TabletServerId oldTabletServer, TabletServerId newTabletServer) -
Uses of TabletId in org.apache.accumulo.core.spi.balancer.util
Modifier and TypeMethodDescriptionvoid
ThrottledBalancerProblemReporter.OutstandingMigrationsProblem.setMigrations
(Set<TabletId> migrations) -
Uses of TabletId in org.apache.accumulo.core.spi.scan
Modifier and TypeMethodDescriptionCollection<? extends ScanServerAttempt>
ScanServerSelector.SelectorParameters.getAttempts
(TabletId tabletId) ScanServerSelections.getScanServer
(TabletId tabletId) Modifier and TypeMethodDescriptionprotected int
ConfigurableScanServerHostSelector.selectServers
(ScanServerSelector.SelectorParameters params, ConfigurableScanServerSelector.Profile profile, List<String> orderedScanServers, Map<TabletId, String> serversToUse) protected int
ConfigurableScanServerSelector.selectServers
(ScanServerSelector.SelectorParameters params, ConfigurableScanServerSelector.Profile profile, List<String> orderedScanServers, Map<TabletId, String> serversToUse)
MutationsRejectedException(AccumuloClient, List, Map, Collection, int, Throwable)