Uses of Class
org.apache.accumulo.core.client.TableNotFoundException
-
-
Uses of TableNotFoundException in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that throw TableNotFoundException Modifier and Type Method Description BatchDeleterAccumuloClient. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads)Factory method to create BatchDeleter.BatchDeleterAccumuloClient. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Factory method to create BatchDeleterabstract BatchDeleterConnector. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)Deprecated.since 1.5.0; UseConnector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)instead.abstract BatchDeleterConnector. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Deprecated.Factory method to create BatchDeleterBatchScannerAccumuloClient. createBatchScanner(String tableName)Factory method to create a BatchScanner with all of user's authorizations and the number of query threads configured when AccumuloClient was created.BatchScannerAccumuloClient. createBatchScanner(String tableName, Authorizations authorizations)Factory method to create a BatchScanner connected to Accumulo.BatchScannerAccumuloClient. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)Factory method to create a BatchScanner connected to Accumulo.abstract BatchScannerConnector. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)Deprecated.Factory method to create a BatchScanner connected to Accumulo.BatchWriterAccumuloClient. createBatchWriter(String tableName)Factory method to create a BatchWriter.BatchWriterAccumuloClient. createBatchWriter(String tableName, BatchWriterConfig config)Factory method to create a BatchWriter connected to Accumulo.abstract BatchWriterConnector. createBatchWriter(String tableName, long maxMemory, long maxLatency, int maxWriteThreads)Deprecated.since 1.5.0; UseConnector.createBatchWriter(String, BatchWriterConfig)instead.abstract BatchWriterConnector. createBatchWriter(String tableName, BatchWriterConfig config)Deprecated.Factory method to create a BatchWriter connected to Accumulo.ConditionalWriterAccumuloClient. createConditionalWriter(String tableName, ConditionalWriterConfig config)Factory method to create a ConditionalWriter connected to Accumulo.abstract ConditionalWriterConnector. createConditionalWriter(String tableName, ConditionalWriterConfig config)Deprecated.Factory method to create a ConditionalWriter connected to Accumulo.ScannerAccumuloClient. createScanner(String tableName)Factory method to create a Scanner with all of the user's authorizations.ScannerAccumuloClient. createScanner(String tableName, Authorizations authorizations)Factory method to create a Scanner connected to Accumulo.abstract ScannerConnector. createScanner(String tableName, Authorizations authorizations)Deprecated.Factory method to create a Scanner connected to Accumulo.voidBatchDeleter. delete()Deletes the ranges specified byBatchDeleter.setRanges(java.util.Collection<org.apache.accumulo.core.data.Range>).BatchWriterMultiTableBatchWriter. getBatchWriter(String table)Returns a BatchWriter for a particular table.StringPluginEnvironment. getTableName(TableId tableId)Many Accumulo plugins are given table IDs as this is what Accumulo uses internally to identify tables. -
Uses of TableNotFoundException in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that throw TableNotFoundException Modifier and Type Method Description intTableOperations. addConstraint(String tableName, String constraintClassName)Add a new constraint to a table.voidTableOperations. addSplits(String tableName, SortedSet<org.apache.hadoop.io.Text> partitionKeys)Ensures that tablets are split along a set of keys.default voidTableOperations. addSummarizers(String tableName, SummarizerConfiguration... summarizers)Enables summary generation for this table for future compactions.voidTableOperations. attachIterator(String tableName, IteratorSetting setting)Add an iterator to a table on all scopes.voidTableOperations. attachIterator(String tableName, IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes)Add an iterator to a table on the given scopes.voidTableOperations. cancelCompaction(String tableName)Cancels a user initiated major compaction of a table initiated withTableOperations.compact(String, Text, Text, boolean, boolean)orTableOperations.compact(String, Text, Text, List, boolean, boolean).voidTableOperations. checkIteratorConflicts(String tableName, IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes)Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for the specified scopes.voidTableOperations. clearLocatorCache(String tableName)Clears the tablet locator cache for a specified tablevoidTableOperations. clearSamplerConfiguration(String tableName)Clear all sampling configuration properties on the table.voidTableOperations. clone(String srcTableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)Clone a table from an existing table.voidTableOperations. clone(String srcTableName, String newTableName, CloneConfiguration config)Clone a table from an existing table.voidTableOperations. compact(String tableName, CompactionConfig config)Starts a full major compaction of the tablets in the range (start, end].voidTableOperations. compact(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end, boolean flush, boolean wait)Starts a full major compaction of the tablets in the range (start, end].voidTableOperations. compact(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end, List<IteratorSetting> iterators, boolean flush, boolean wait)Starts a full major compaction of the tablets in the range (start, end].voidTableOperations. delete(String tableName)Delete a tablevoidTableOperations. deleteRows(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end)Delete rows between (start, end]voidReplicationOperations. drain(String tableName)Waits for a table to be fully replicated, given the state of files pending replication for the provided table at the point in time which this method is invoked.voidReplicationOperations. drain(String tableName, Set<String> files)Given the provided set of files that are pending replication for a table, wait for those files to be fully replicated to all configured peers.voidTableOperations. exportTable(String tableName, String exportDir)Exports a table.static org.apache.hadoop.io.TextFindMax. findMax(Scanner scanner, org.apache.hadoop.io.Text start, boolean is, org.apache.hadoop.io.Text end, boolean ie)voidTableOperations. flush(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end, boolean wait)Flush a table's data that is currently in memory.List<DiskUsage>TableOperations. getDiskUsage(Set<String> tables)Gets the number of bytes being used in the files for a set of tablesIteratorSettingTableOperations. getIteratorSetting(String tableName, String name, IteratorUtil.IteratorScope scope)Get the settings for an iterator.Map<String,Set<org.apache.hadoop.io.Text>>TableOperations. getLocalityGroups(String tableName)Gets the locality groups currently set for a table.org.apache.hadoop.io.TextTableOperations. getMaxRow(String tableName, Authorizations auths, org.apache.hadoop.io.Text startRow, boolean startInclusive, org.apache.hadoop.io.Text endRow, boolean endInclusive)Finds the max row within a given range.Iterable<Map.Entry<String,String>>TableOperations. getProperties(String tableName)Gets properties of a table.SamplerConfigurationTableOperations. getSamplerConfiguration(String tableName)Reads the sampling configuration properties for a table.default Collection<org.apache.hadoop.io.Text>TableOperations. getSplits(String tableName)Deprecated.since 1.5.0; useTableOperations.listSplits(String)instead.default Collection<org.apache.hadoop.io.Text>TableOperations. getSplits(String tableName, int maxSplits)Deprecated.since 1.5.0; useTableOperations.listSplits(String, int)instead.abstract StringActiveCompaction. getTable()voidTableOperations. importDirectory(String tableName, String dir, String failureDir, boolean setTime)Deprecated.since 2.0.0 useTableOperations.importDirectory(String)instead.Map<String,Integer>TableOperations. listConstraints(String tableName)List constraints on a table with their assigned numbers.Map<String,EnumSet<IteratorUtil.IteratorScope>>TableOperations. listIterators(String tableName)Get a list of iterators for this table.Collection<org.apache.hadoop.io.Text>TableOperations. listSplits(String tableName)Collection<org.apache.hadoop.io.Text>TableOperations. listSplits(String tableName, int maxSplits)default List<SummarizerConfiguration>TableOperations. listSummarizers(String tableName)voidTableOperations.ImportOptions. load()Loads the files into the table.LocationsTableOperations. locate(String tableName, Collection<Range> ranges)Locates the tablet servers and tablets that would service a collections of ranges.voidTableOperations. merge(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end)Merge tablets between (start, end]voidTableOperations. offline(String tableName)Initiates taking a table offline, but does not wait for action to completevoidTableOperations. offline(String tableName, boolean wait)voidTableOperations. online(String tableName)Initiates bringing a table online, but does not wait for action to completevoidTableOperations. online(String tableName, boolean wait)Set<String>ReplicationOperations. referencedFiles(String tableName)Gets all of the referenced files for a table from the metadata table.voidTableOperations. removeIterator(String tableName, String name, EnumSet<IteratorUtil.IteratorScope> scopes)Remove an iterator from a table by name.default voidTableOperations. removeSummarizers(String tableName, Predicate<SummarizerConfiguration> predicate)Removes summary generation for this table for the matching summarizers.voidTableOperations. rename(String oldTableName, String newTableName)Rename a tableList<Summary>SummaryRetriever. retrieve()voidTableOperations. setLocalityGroups(String tableName, Map<String,Set<org.apache.hadoop.io.Text>> groups)Sets a table's locality groups.voidTableOperations. setSamplerConfiguration(String tableName, SamplerConfiguration samplerConfiguration)Set or update the sampler configuration for a table.Set<Range>TableOperations. splitRangeByTablets(String tableName, Range range, int maxSplits)booleanTableOperations. testClassLoad(String tableName, String className, String asTypeName)Test to see if the instance can load the given class as the given type. -
Uses of TableNotFoundException in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that throw TableNotFoundException Modifier and Type Method Description static TableIdTables. _getTableId(ClientContext context, String tableName)Lookup table ID in ZK.protected TabletLocator.TabletLocationTabletLocatorImpl. _locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry, boolean lock, org.apache.accumulo.core.clientImpl.TabletLocatorImpl.LockCheckerSession lcSession)intTableOperationsHelper. addConstraint(String tableName, String constraintClassName)intTableOperationsImpl. addConstraint(String tableName, String constraintClassName)voidTableOperationsImpl. addSplits(String tableName, SortedSet<org.apache.hadoop.io.Text> partitionKeys)voidTableOperationsImpl. addSummarizers(String tableName, SummarizerConfiguration... newConfigs)voidTableOperationsHelper. attachIterator(String tableName, IteratorSetting setting)voidTableOperationsHelper. attachIterator(String tableName, IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes)voidTableOperationsImpl. attachIterator(String tableName, IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes)<T extends Mutation>
voidSyncingTabletLocator. binMutations(ClientContext context, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)abstract <T extends Mutation>
voidTabletLocator. binMutations(ClientContext context, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)<T extends Mutation>
voidTabletLocatorImpl. binMutations(ClientContext context, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)<T extends Mutation>
voidTimeoutTabletLocator. binMutations(ClientContext context, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)List<Range>SyncingTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)abstract List<Range>TabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>TabletLocatorImpl. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>TimeoutTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)voidTableOperationsImpl. cancelCompaction(String tableName)voidTableOperationsHelper. checkIteratorConflicts(String tableName, IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes)voidTableOperationsImpl. clearLocatorCache(String tableName)voidTableOperationsImpl. clearSamplerConfiguration(String tableName)voidTableOperationsImpl. clone(String srcTableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)voidTableOperationsImpl. clone(String srcTableName, String newTableName, CloneConfiguration config)voidTableOperationsImpl. compact(String tableName, CompactionConfig config)voidTableOperationsImpl. compact(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end, boolean flush, boolean wait)voidTableOperationsImpl. compact(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end, List<IteratorSetting> iterators, boolean flush, boolean wait)BatchDeleterClientContext. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads)BatchDeleterClientContext. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)BatchDeleterConnectorImpl. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)Deprecated.BatchDeleterConnectorImpl. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Deprecated.BatchScannerClientContext. createBatchScanner(String tableName)BatchScannerClientContext. createBatchScanner(String tableName, Authorizations authorizations)BatchScannerClientContext. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)BatchScannerConnectorImpl. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)Deprecated.BatchWriterClientContext. createBatchWriter(String tableName)BatchWriterClientContext. createBatchWriter(String tableName, BatchWriterConfig config)BatchWriterConnectorImpl. createBatchWriter(String tableName, long maxMemory, long maxLatency, int maxWriteThreads)Deprecated.BatchWriterConnectorImpl. createBatchWriter(String tableName, BatchWriterConfig config)Deprecated.ConditionalWriterClientContext. createConditionalWriter(String tableName, ConditionalWriterConfig config)ConditionalWriterConnectorImpl. createConditionalWriter(String tableName, ConditionalWriterConfig config)Deprecated.ScannerClientContext. createScanner(String tableName)ScannerClientContext. createScanner(String tableName, Authorizations authorizations)ScannerConnectorImpl. createScanner(String tableName, Authorizations authorizations)Deprecated.voidTableOperationsImpl. delete(String tableName)voidTableOperationsImpl. deleteRows(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end)StringTableOperationsImpl. doBulkFateOperation(List<ByteBuffer> args, String tableName)voidReplicationOperationsImpl. drain(String tableName)voidReplicationOperationsImpl. drain(String tableName, Set<String> wals)static <T> TMasterClient. execute(ClientContext context, ClientExecReturn<T,MasterClientService.Client> exec)static voidMasterClient. executeGeneric(ClientContext context, ClientExec<MasterClientService.Client> exec)static voidMasterClient. executeTable(ClientContext context, ClientExec<MasterClientService.Client> exec)voidTableOperationsImpl. exportTable(String tableName, String exportDir)voidTableOperationsImpl. flush(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end, boolean wait)BatchWriterMultiTableBatchWriterImpl. getBatchWriter(String tableName)List<DiskUsage>TableOperationsImpl. getDiskUsage(Set<String> tableNames)IteratorSettingTableOperationsHelper. getIteratorSetting(String tableName, String name, IteratorUtil.IteratorScope scope)Map<String,Set<org.apache.hadoop.io.Text>>TableOperationsImpl. getLocalityGroups(String tableName)protected booleanReplicationOperationsImpl. getMasterDrain(TInfo tinfo, TCredentials rpcCreds, String tableName, Set<String> wals)org.apache.hadoop.io.TextTableOperationsImpl. getMaxRow(String tableName, Authorizations auths, org.apache.hadoop.io.Text startRow, boolean startInclusive, org.apache.hadoop.io.Text endRow, boolean endInclusive)static NamespaceIdTables. getNamespaceId(ClientContext context, TableId tableId)Returns the namespace id for a given table ID.Iterable<Map.Entry<String,String>>TableOperationsImpl. getProperties(String tableName)SamplerConfigurationTableOperationsImpl. getSamplerConfiguration(String tableName)StringActiveCompactionImpl. getTable()protected TableIdReplicationOperationsImpl. getTableId(AccumuloClient client, String tableName)static TableIdTables. getTableId(ClientContext context, String tableName)Lookup table ID in ZK.static StringTables. getTableName(ClientContext context, TableId tableId)voidTableOperationsImpl. importDirectory(String tableName, String dir, String failureDir, boolean setTime)Deprecated.Map<String,Integer>TableOperationsHelper. listConstraints(String tableName)Map<String,EnumSet<IteratorUtil.IteratorScope>>TableOperationsHelper. listIterators(String tableName)Collection<org.apache.hadoop.io.Text>TableOperationsImpl. listSplits(String tableName)Collection<org.apache.hadoop.io.Text>TableOperationsImpl. listSplits(String tableName, int maxSplits)List<SummarizerConfiguration>TableOperationsImpl. listSummarizers(String tableName)LocationsTableOperationsImpl. locate(String tableName, Collection<Range> ranges)TabletLocator.TabletLocationSyncingTabletLocator. locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)abstract TabletLocator.TabletLocationTabletLocator. locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)TabletLocator.TabletLocationTabletLocatorImpl. locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)TabletLocator.TabletLocationTimeoutTabletLocator. locateTablet(ClientContext context, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)voidTableOperationsImpl. merge(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end)voidTableOperationsImpl. offline(String tableName)voidTableOperationsImpl. offline(String tableName, boolean wait)voidTableOperationsImpl. online(String tableName)voidTableOperationsImpl. online(String tableName, boolean wait)Set<String>ReplicationOperationsImpl. referencedFiles(String tableName)voidTableOperationsHelper. removeIterator(String tableName, String name, EnumSet<IteratorUtil.IteratorScope> scopes)voidTableOperationsImpl. removeSummarizers(String tableName, Predicate<SummarizerConfiguration> predicate)voidTableOperationsImpl. rename(String oldTableName, String newTableName)static List<KeyValue>ThriftScanner. scan(ClientContext context, ThriftScanner.ScanState scanState, long timeOut)voidTableOperationsImpl. setLocalityGroups(String tableName, Map<String,Set<org.apache.hadoop.io.Text>> groups)voidTableOperationsImpl. setSamplerConfiguration(String tableName, SamplerConfiguration samplerConfiguration)Set<Range>TableOperationsImpl. splitRangeByTablets(String tableName, Range range, int maxSplits)booleanTableOperationsImpl. testClassLoad(String tableName, String className, String asTypeName)voidWriter. update(Mutation m) -
Uses of TableNotFoundException in org.apache.accumulo.core.clientImpl.bulk
Methods in org.apache.accumulo.core.clientImpl.bulk that throw TableNotFoundException Modifier and Type Method Description static List<KeyExtent>BulkImport. findOverlappingTablets(BulkImport.KeyExtentCache extentCache, FileSKVIterator reader)static List<KeyExtent>BulkImport. findOverlappingTablets(ClientContext context, BulkImport.KeyExtentCache extentCache, org.apache.hadoop.fs.Path file, org.apache.hadoop.fs.FileSystem fs, com.google.common.cache.Cache<String,Long> fileLenCache, CryptoService cs)voidBulkImport. load()KeyExtentBulkImport.KeyExtentCache. lookup(org.apache.hadoop.io.Text row) -
Uses of TableNotFoundException in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib that throw TableNotFoundException Modifier and Type Method Description static Map<String,Map<KeyExtent,List<Range>>>InputConfigurator. binOffline(TableId tableId, List<Range> ranges, ClientContext context) -
Uses of TableNotFoundException in org.apache.accumulo.core.metadata
Methods in org.apache.accumulo.core.metadata that throw TableNotFoundException Modifier and Type Method Description abstract voidMetadataServicer. getTabletLocations(SortedMap<KeyExtent,String> tablets)Populate the provided data structure with the known tablets for the table being serviced
-