Uses of Interface
org.apache.accumulo.core.data.TabletId
Packages that use TabletId
Package
Description
-
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
(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
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. -
Uses of TabletId in org.apache.accumulo.core.data.constraints
Methods in org.apache.accumulo.core.data.constraints that return TabletId -
Uses of TabletId in org.apache.accumulo.core.spi.balancer
Methods in org.apache.accumulo.core.spi.balancer that return types with arguments of type TabletIdModifier 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()
Methods in org.apache.accumulo.core.spi.balancer with parameters of type TabletIdModifier and TypeMethodDescriptionvoid
TabletBalancer.AssignmentParameters.addAssignment
(TabletId tabletId, TabletServerId tabletServerId) AssignstabletId
totabletServerId
.Method parameters in org.apache.accumulo.core.spi.balancer with type arguments of type TabletIdModifier and TypeMethodDescriptionprotected boolean
GroupBalancer.shouldBalance
(SortedMap<TabletServerId, TServerStatus> current, Set<TabletId> migrations) -
Uses of TabletId in org.apache.accumulo.core.spi.balancer.data
Methods in org.apache.accumulo.core.spi.balancer.data that return TabletIdConstructors in org.apache.accumulo.core.spi.balancer.data with parameters of type TabletIdModifierConstructorDescriptionTabletMigration
(TabletId tabletId, TabletServerId oldTabletServer, TabletServerId newTabletServer) -
Uses of TabletId in org.apache.accumulo.core.spi.balancer.util
Method parameters in org.apache.accumulo.core.spi.balancer.util with type arguments of type TabletIdModifier and TypeMethodDescriptionvoid
ThrottledBalancerProblemReporter.OutstandingMigrationsProblem.setMigrations
(Set<TabletId> migrations) -
Uses of TabletId in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return types with arguments of type TabletIdMethods in org.apache.accumulo.core.spi.scan with parameters of type TabletIdModifier and TypeMethodDescriptionCollection<? extends ScanServerAttempt>
ScanServerSelector.SelectorParameters.getAttempts
(TabletId tabletId) ScanServerSelections.getScanServer
(TabletId tabletId) Method parameters in org.apache.accumulo.core.spi.scan with type arguments of type TabletIdModifier 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)