Uses of Interface
org.apache.accumulo.core.data.TabletId
Packages that use TabletId
Package
Description
This package provides a place for plugin interfaces related to executing compactions.
-
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 exception -
Uses of TabletId in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return TabletIdModifier and TypeMethodDescriptionabstract TabletIdActiveCompaction.getTablet()abstract TabletIdActiveScan.getTablet()TabletInformation.getTabletId()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 anyTabletIdknown to this object, the method will return the tablet server location for that tablet. -
Uses of TabletId in org.apache.accumulo.core.client.admin.compaction
Methods in org.apache.accumulo.core.client.admin.compaction that return TabletIdModifier and TypeMethodDescriptionCompactionConfigurer.InputParameters.getTabletId()Returns the tablet that is compacting.CompactionSelector.SelectionParameters.getTabletId() -
Uses of TabletId in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return TabletId -
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 TabletIdMethods 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 TypeMethodDescriptionvoidTabletBalancer.AssignmentParameters.addAssignment(TabletId tabletId, TabletServerId tabletServerId) AssignstabletIdtotabletServerId.Method parameters in org.apache.accumulo.core.spi.balancer with type arguments of type TabletIdModifier and TypeMethodDescriptionprotected booleanGroupBalancer.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 TypeMethodDescriptionvoidThrottledBalancerProblemReporter.OutstandingMigrationsProblem.setMigrations(Set<TabletId> migrations) -
Uses of TabletId in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return TabletId -
Uses of TabletId in org.apache.accumulo.core.spi.ondemand
Methods in org.apache.accumulo.core.spi.ondemand that return types with arguments of type TabletIdModifier and TypeMethodDescriptionOnDemandTabletUnloader.UnloaderParams.getLastAccessTimes()Returns the onDemand tablets that are currently online and the time that they were last accessed.Method parameters in org.apache.accumulo.core.spi.ondemand with type arguments of type TabletIdModifier and TypeMethodDescriptionvoidOnDemandTabletUnloader.UnloaderParams.setOnDemandTabletsToUnload(Set<TabletId> tablets) Called by the implementation to inform the TabletServer as to which onDemand tablets should be unloaded. -
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)