Uses of Class
org.apache.accumulo.core.data.TableId
Package
Description
This package provides a place for plugin interfaces related to executing compactions.
-
Uses of TableId in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionPluginEnvironment.getConfiguration
(TableId tableId) PluginEnvironment.getTableName
(TableId tableId) Many Accumulo plugins are given table IDs as this is what Accumulo uses internally to identify tables.<T> T
PluginEnvironment.instantiate
(TableId tableId, String className, Class<T> base) Instantiate a class using Accumulo's per table classloader. -
Uses of TableId in org.apache.accumulo.core.client.admin.compaction
Modifier and TypeMethodDescriptionCompactionConfigurer.InitParameters.getTableId()
CompactionConfigurer.InputParameters.getTableId()
CompactionSelector.InitParameters.getTableId()
CompactionSelector.SelectionParameters.getTableId()
-
Uses of TableId in org.apache.accumulo.core.data
-
Uses of TableId in org.apache.accumulo.core.iterators
Modifier and TypeMethodDescriptiondefault TableId
IteratorEnvironment.getTableId()
Return the table Id associated with this iterator. -
Uses of TableId in org.apache.accumulo.core.spi.balancer
Modifier and TypeMethodDescriptionBalancerEnvironment.getTableIdMap()
Many Accumulo plugins are given table IDs as this is what Accumulo uses internally to identify tables.Modifier and TypeMethodDescriptionprotected TabletBalancer
TableLoadBalancer.getBalancerForTable
(TableId tableId) protected String
TableLoadBalancer.getLoadBalancerClassNameForTable
(TableId table) protected List<TabletStatistics>
HostRegexTableLoadBalancer.getOnlineTabletsForTable
(TabletServerId tabletServerId, TableId tableId) protected List<TabletStatistics>
SimpleLoadBalancer.getOnlineTabletsForTable
(TabletServerId tabletServerId, TableId tableId) boolean
BalancerEnvironment.isTableOnline
(TableId tableId) Accumulo plugins working with a table may need to know if the table is online or not before operating on it.BalancerEnvironment.listOnlineTabletsForTable
(TabletServerId tabletServerId, TableId tableId) Fetch the tablets for the given table by asking the tablet server.BalancerEnvironment.listTabletLocations
(TableId tableId) Fetch the locations for each oftableId
's tablets from the metadata table.BalancerEnvironment.tableContext
(TableId tableId) Retrieve the classloader context that is configured fortableId
, ornull
if none is configured.ModifierConstructorDescriptionGroupBalancer
(TableId tableId) RegexGroupBalancer
(TableId tableId) SimpleLoadBalancer
(TableId table) -
Uses of TableId in org.apache.accumulo.core.spi.common
-
Uses of TableId in org.apache.accumulo.core.spi.compaction
Modifier and TypeMethodDescriptionCompactionDispatcher.InitParameters.getTableId()
CompactionPlanner.PlanningParameters.getTableId()
-
Uses of TableId in org.apache.accumulo.core.spi.crypto
Modifier and TypeMethodDescriptionCryptoEnvironment.getTableId()
If in the TABLE scope, get the tableId. -
Uses of TableId in org.apache.accumulo.core.spi.fs
-
Uses of TableId in org.apache.accumulo.core.spi.scan
Modifier and TypeMethodDescriptionScanDispatcher.InitParameters.getTableId()
ScanInfo.getTableId()