Uses of Class
org.apache.accumulo.core.data.TableId
Packages that use TableId
Package
Description
This package provides a place for plugin interfaces related to executing compactions.
-
Uses of TableId in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client with parameters of type TableIdModifier 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.Constructors in org.apache.accumulo.core.client with parameters of type TableId -
Uses of TableId in org.apache.accumulo.core.client.admin.compaction
Methods in org.apache.accumulo.core.client.admin.compaction that return TableIdModifier and TypeMethodDescriptionCompactionConfigurer.InitParameters.getTableId()
CompactionConfigurer.InputParameters.getTableId()
CompactionSelector.InitParameters.getTableId()
CompactionSelector.SelectionParameters.getTableId()
-
Uses of TableId in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return TableId -
Uses of TableId in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators that return TableIdModifier and TypeMethodDescriptiondefault TableId
IteratorEnvironment.getTableId()
Return the table Id associated with this iterator. -
Uses of TableId in org.apache.accumulo.core.spi.balancer
Methods in org.apache.accumulo.core.spi.balancer that return types with arguments of type TableIdModifier and TypeMethodDescriptionBalancerEnvironment.getTableIdMap()
Many Accumulo plugins are given table IDs as this is what Accumulo uses internally to identify tables.Methods in org.apache.accumulo.core.spi.balancer with parameters of type TableIdModifier 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.Constructors in org.apache.accumulo.core.spi.balancer with parameters of type TableIdModifierConstructorDescriptionGroupBalancer
(TableId tableId) RegexGroupBalancer
(TableId tableId) SimpleLoadBalancer
(TableId table) -
Uses of TableId in org.apache.accumulo.core.spi.common
Methods in org.apache.accumulo.core.spi.common with parameters of type TableId -
Uses of TableId in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return TableIdModifier and TypeMethodDescriptionCompactionDispatcher.InitParameters.getTableId()
CompactionPlanner.PlanningParameters.getTableId()
-
Uses of TableId in org.apache.accumulo.core.spi.crypto
Methods in org.apache.accumulo.core.spi.crypto that return types with arguments of type TableIdModifier and TypeMethodDescriptionCryptoEnvironment.getTableId()
If in the TABLE scope, get the tableId. -
Uses of TableId in org.apache.accumulo.core.spi.fs
Methods in org.apache.accumulo.core.spi.fs that return types with arguments of type TableId -
Uses of TableId in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return TableIdModifier and TypeMethodDescriptionScanDispatcher.InitParameters.getTableId()
ScanInfo.getTableId()