Uses of Class
org.apache.accumulo.core.data.TableId
-
-
Uses of TableId in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client with parameters of type TableId Modifier and Type Method Description PluginEnvironment.ConfigurationPluginEnvironment. getConfiguration(TableId tableId)StringPluginEnvironment. getTableName(TableId tableId)Many Accumulo plugins are given table IDs as this is what Accumulo uses internally to identify tables.<T> TPluginEnvironment. 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
Methods in org.apache.accumulo.core.client.admin.compaction that return TableId Modifier and Type Method Description TableIdCompactionConfigurer.InitParamaters. getTableId()TableIdCompactionConfigurer.InputParameters. getTableId()TableIdCompactionSelector.InitParamaters. getTableId()TableIdCompactionSelector.SelectionParameters. getTableId() -
Uses of TableId in org.apache.accumulo.core.clientImpl
Fields in org.apache.accumulo.core.clientImpl declared as TableId Modifier and Type Field Description protected TableIdTabletLocatorImpl. tableIdMethods in org.apache.accumulo.core.clientImpl that return TableId Modifier and Type Method Description static TableIdTables. _getTableId(ClientContext context, String tableName)Lookup table ID in ZK.protected TableIdReplicationOperationsImpl. getTableId(AccumuloClient client, String tableName)static TableIdTables. getTableId(ClientContext context, String tableName)Lookup table ID in ZK.Methods in org.apache.accumulo.core.clientImpl that return types with arguments of type TableId Modifier and Type Method Description Map<TableId,String>TableMap. getIdtoNameMap()static Map<TableId,String>Tables. getIdToNameMap(ClientContext context)Map<String,TableId>TableMap. getNameToIdMap()static Map<String,TableId>Tables. getNameToIdMap(ClientContext context)static List<TableId>Namespaces. getTableIds(ClientContext context, NamespaceId namespaceId)Methods in org.apache.accumulo.core.clientImpl with parameters of type TableId Modifier and Type Method Description voidTabletServerBatchWriter. addMutation(TableId table, Iterator<Mutation> iterator)voidTabletServerBatchWriter. addMutation(TableId table, Mutation m)static booleanTables. exists(ClientContext context, TableId tableId)static TabletLocatorTabletLocator. getLocator(ClientContext context, TableId tableId)static NamespaceIdTables. getNamespaceId(ClientContext context, TableId tableId)Returns the namespace id for a given table ID.static StringTables. getPrintableTableInfoFromId(ClientContext context, TableId tableId)static StringTables. getTableName(ClientContext context, TableId tableId)static StringTables. getTableOfflineMsg(ClientContext context, TableId tableId)static TableStateTables. getTableState(ClientContext context, TableId tableId)static TableStateTables. getTableState(ClientContext context, TableId tableId, boolean clearCachedState)Get the current state of the table using the tableid.Constructors in org.apache.accumulo.core.clientImpl with parameters of type TableId Constructor Description BatchWriterImpl(ClientContext context, TableId tableId, BatchWriterConfig config)OfflineScanner(ClientContext context, TableId tableId, Authorizations authorizations)ScannerImpl(ClientContext context, TableId tableId, Authorizations authorizations)ScanState(ClientContext context, TableId tableId, Authorizations authorizations, Range range, SortedSet<Column> fetchedColumns, int size, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, boolean isolated, long readaheadThreshold, SamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)SyncingTabletLocator(ClientContext context, TableId tableId)TabletLocatorImpl(TableId tableId, TabletLocator parent, TabletLocatorImpl.TabletLocationObtainer tlo, TabletLocatorImpl.TabletServerLockChecker tslc)TabletServerBatchDeleter(ClientContext context, TableId tableId, Authorizations authorizations, int numQueryThreads, BatchWriterConfig bwConfig)TabletServerBatchReader(ClientContext context, Class<?> scopeClass, TableId tableId, Authorizations authorizations, int numQueryThreads)TabletServerBatchReader(ClientContext context, TableId tableId, Authorizations authorizations, int numQueryThreads)TabletServerBatchReaderIterator(ClientContext context, TableId tableId, Authorizations authorizations, ArrayList<Range> ranges, int numThreads, ExecutorService queryThreadPool, ScannerOptions scannerOptions, long timeout)TimeoutTabletLocator(long timeout, ClientContext context, TableId table)Writer(ClientContext context, TableId tableId) -
Uses of TableId in org.apache.accumulo.core.clientImpl.bulk
Methods in org.apache.accumulo.core.clientImpl.bulk with parameters of type TableId Modifier and Type Method Description static SortedMap<KeyExtent,Bulk.Files>BulkImport. computeFileToTabletMappings(org.apache.hadoop.fs.FileSystem fs, TableId tableId, org.apache.hadoop.fs.Path dirPath, Executor executor, ClientContext context)KeyExtentBulk.Mapping. getKeyExtent(TableId tableId)static LoadMappingIteratorBulkSerialize. getUpdatedLoadMapping(String bulkDir, TableId tableId, BulkSerialize.Input input)Read in both maps and change all the file names in the mapping to the new names.static LoadMappingIteratorBulkSerialize. readLoadMapping(String bulkDir, TableId tableId, BulkSerialize.Input input)Read Json array of Bulk.Mapping into LoadMappingIteratorKeyExtentBulk.Tablet. toKeyExtent(TableId tableId)static KeyExtentBulk. toKeyExtent(TableId tableId, Bulk.Tablet tablet) -
Uses of TableId in org.apache.accumulo.core.clientImpl.mapred
Constructors in org.apache.accumulo.core.clientImpl.mapred with parameters of type TableId Constructor Description BatchInputSplit(String table, TableId tableId, Collection<Range> ranges, String[] location)Deprecated. -
Uses of TableId in org.apache.accumulo.core.clientImpl.mapreduce
Constructors in org.apache.accumulo.core.clientImpl.mapreduce with parameters of type TableId Constructor Description BatchInputSplit(String table, TableId tableId, Collection<Range> ranges, String[] locations)Deprecated. -
Uses of TableId in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib with parameters of type TableId Modifier and Type Method Description static Map<String,Map<KeyExtent,List<Range>>>InputConfigurator. binOffline(TableId tableId, List<Range> ranges, ClientContext context) -
Uses of TableId in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return TableId Modifier and Type Method Description static TableIdTableId. of(String canonical)Get a TableId object for the provided canonical string. -
Uses of TableId in org.apache.accumulo.core.dataImpl
Methods in org.apache.accumulo.core.dataImpl that return TableId Modifier and Type Method Description TableIdKeyExtent. getTableId()Returns the extent's table idstatic TableIdKeyExtent. tableOfMetadataRow(org.apache.hadoop.io.Text row)Methods in org.apache.accumulo.core.dataImpl with parameters of type TableId Modifier and Type Method Description voidKeyExtent. setTableId(TableId tId)Sets the extents table idConstructors in org.apache.accumulo.core.dataImpl with parameters of type TableId Constructor Description KeyExtent(TableId table, org.apache.hadoop.io.Text endRow, org.apache.hadoop.io.Text prevEndRow) -
Uses of TableId in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators that return TableId Modifier and Type Method Description default TableIdIteratorEnvironment. getTableId()Return the table Id associated with this iterator. -
Uses of TableId in org.apache.accumulo.core.metadata
Fields in org.apache.accumulo.core.metadata declared as TableId Modifier and Type Field Description static TableIdMetadataTable. IDstatic TableIdRootTable. IDMethods in org.apache.accumulo.core.metadata that return TableId Modifier and Type Method Description abstract TableIdMetadataServicer. getServicedTableId()TableIdTabletFile. getTableId()Methods in org.apache.accumulo.core.metadata with parameters of type TableId Modifier and Type Method Description static MetadataServicerMetadataServicer. forTableId(ClientContext context, TableId tableId) -
Uses of TableId in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return TableId Modifier and Type Method Description static TableIdMetadataSchema.ReplicationSection. getTableId(Key k)Extract the table ID from the colfamTableIdTabletMetadata. getTableId()TableIdAmple.DataLevel. tableId()Methods in org.apache.accumulo.core.metadata.schema with parameters of type TableId Modifier and Type Method Description TabletsMetadata.TableRangeOptionsTabletsMetadata.TableOptions. forTable(TableId tableId)This method automatically determines where the metadata for the passed in table ID resides.static RangeMetadataSchema.TabletsSection. getRange(TableId tableId)static org.apache.hadoop.io.TextMetadataSchema.TabletsSection. getRow(TableId tableId, org.apache.hadoop.io.Text endRow)static Ample.DataLevelAmple.DataLevel. of(TableId tableId)default voidAmple. putGcCandidates(TableId tableId, Collection<StoredTabletFile> candidates) -
Uses of TableId in org.apache.accumulo.core.replication
Fields in org.apache.accumulo.core.replication declared as TableId Modifier and Type Field Description static TableIdReplicationTable. IDMethods in org.apache.accumulo.core.replication that return TableId Modifier and Type Method Description TableIdReplicationTarget. getSourceTableId()static TableIdReplicationSchema.StatusSection. getTableId(Key k)Extract the table ID from the key (inefficiently if called repeatedly)Methods in org.apache.accumulo.core.replication with parameters of type TableId Modifier and Type Method Description static MutationReplicationSchema.OrderSection. add(Mutation m, TableId tableId, Value v)Add a column update to the given mutation with the provided tableId and valuestatic MutationReplicationSchema.StatusSection. add(Mutation m, TableId tableId, Value v)voidReplicationTarget. setSourceTableId(TableId sourceTableId)Constructors in org.apache.accumulo.core.replication with parameters of type TableId Constructor Description ReplicationTarget(String peerName, String remoteIdentifier, TableId sourceTableId) -
Uses of TableId in org.apache.accumulo.core.spi.common
Methods in org.apache.accumulo.core.spi.common with parameters of type TableId Modifier and Type Method Description ServiceEnvironment.ConfigurationServiceEnvironment. getConfiguration(TableId tableId) -
Uses of TableId in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return TableId Modifier and Type Method Description TableIdCompactionDispatcher.InitParameters. getTableId()TableIdCompactionPlanner.PlanningParameters. getTableId() -
Uses of TableId in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return TableId Modifier and Type Method Description TableIdScanDispatcher.InitParameters. getTableId()TableIdScanInfo. getTableId() -
Uses of TableId in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util that return TableId Modifier and Type Method Description static TableIdByteBufferUtil. toTableId(ByteBuffer bytes)Methods in org.apache.accumulo.core.util with parameters of type TableId Modifier and Type Method Description static Map<String,Set<ByteSequence>>LocalityGroupUtil. getLocalityGroupsIgnoringErrors(AccumuloConfiguration acuconf, TableId tableId)
-