Uses of Class
org.apache.accumulo.core.client.TableNotFoundException

Packages that use TableNotFoundException
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.util   
org.apache.accumulo.core.util.shell   
 

Uses of TableNotFoundException in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that throw TableNotFoundException
 BatchDeleter Connector.createBatchDeleter(java.lang.String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)
          Factory method to create a BatchDeleter connected to Accumulo.
 BatchScanner Connector.createBatchScanner(java.lang.String tableName, Authorizations authorizations, int numQueryThreads)
          Factory method to create a BatchScanner connected to Accumulo.
 BatchWriter Connector.createBatchWriter(java.lang.String tableName, long maxMemory, long maxLatency, int maxWriteThreads)
          Factory method to create a BatchWriter connected to Accumulo.
 Scanner Connector.createScanner(java.lang.String tableName, Authorizations authorizations)
          Factory method to create a Scanner connected to Accumulo.
 void BatchDeleter.delete()
           
 BatchWriter MultiTableBatchWriter.getBatchWriter(java.lang.String table)
           
 

Uses of TableNotFoundException in org.apache.accumulo.core.client.admin
 

Methods in org.apache.accumulo.core.client.admin that throw TableNotFoundException
 void TableOperationsImpl.addAggregators(java.lang.String tableName, java.util.List<AggregatorConfiguration> aggregators)
           
 void TableOperations.addAggregators(java.lang.String tableName, java.util.List<AggregatorConfiguration> aggregators)
           
 void TableOperationsImpl.addSplits(java.lang.String tableName, java.util.SortedSet<org.apache.hadoop.io.Text> partitionKeys)
           
 void TableOperations.addSplits(java.lang.String tableName, java.util.SortedSet<org.apache.hadoop.io.Text> partitionKeys)
           
 void TableOperationsImpl.clearLocatorCache(java.lang.String tableName)
          Clears the tablet locator cache for a specified table
 void TableOperations.clearLocatorCache(java.lang.String tableName)
          Clears the tablet locator cache for a specified table
 void TableOperationsImpl.delete(java.lang.String tableName)
          Delete a table
 void TableOperations.delete(java.lang.String tableName)
          Delete a table
 java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.io.Text>> TableOperationsImpl.getLocalityGroups(java.lang.String tableName)
          Gets the locality groups currently set for a table.
 java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.io.Text>> TableOperations.getLocalityGroups(java.lang.String tableName)
          Gets the locality groups currently set for a table.
 java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.String>> TableOperationsImpl.getProperties(java.lang.String tableName)
          Gets properties of a table
 java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.String>> TableOperations.getProperties(java.lang.String tableName)
          Gets properties of a table
 java.util.Collection<org.apache.hadoop.io.Text> TableOperationsImpl.getSplits(java.lang.String tableName)
           
 java.util.Collection<org.apache.hadoop.io.Text> TableOperations.getSplits(java.lang.String tableName)
           
 java.util.Collection<org.apache.hadoop.io.Text> TableOperationsImpl.getSplits(java.lang.String tableName, int maxSplits)
           
 java.util.Collection<org.apache.hadoop.io.Text> TableOperations.getSplits(java.lang.String tableName, int maxSplits)
           
 void TableOperationsImpl.rename(java.lang.String oldTableName, java.lang.String newTableName)
          Rename a table
 void TableOperations.rename(java.lang.String oldTableName, java.lang.String newTableName)
          Rename a table
 void TableOperationsImpl.setLocalityGroups(java.lang.String tableName, java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.io.Text>> groups)
          Sets a tables locality groups.
 void TableOperations.setLocalityGroups(java.lang.String tableName, java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.io.Text>> groups)
          Sets a tables locality groups.
 java.util.Set<Range> TableOperationsImpl.splitRangeByTablets(java.lang.String tableName, Range range, int maxSplits)
           
 java.util.Set<Range> TableOperations.splitRangeByTablets(java.lang.String tableName, Range range, int maxSplits)
           
 

Uses of TableNotFoundException in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl that throw TableNotFoundException
protected  TabletLocator.TabletLocation TabletLocatorImpl._locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry, boolean lock)
           
 void TabletLocatorImpl.binMutations(java.util.List<Mutation> mutations, java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations, java.util.List<Mutation> failures)
           
abstract  void TabletLocator.binMutations(java.util.List<Mutation> mutations, java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations, java.util.List<Mutation> failures)
           
 void RootTabletLocator.binMutations(java.util.List<Mutation> mutations, java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations, java.util.List<Mutation> failures)
           
 java.util.List<Range> TabletLocatorImpl.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
abstract  java.util.List<Range> TabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 java.util.List<Range> RootTabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 BatchDeleter ConnectorImpl.createBatchDeleter(java.lang.String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)
           
 BatchScanner ConnectorImpl.createBatchScanner(java.lang.String tableName, Authorizations authorizations, int numQueryThreads)
           
 BatchWriter ConnectorImpl.createBatchWriter(java.lang.String tableName, long maxMemory, long maxLatency, int maxWriteThreads)
           
 Scanner ConnectorImpl.createScanner(java.lang.String tableName, Authorizations authorizations)
           
 void TabletServerBatchDeleter.delete()
           
 BatchWriter MultiTableBatchWriterImpl.getBatchWriter(java.lang.String tableName)
           
static java.lang.String Tables.getTableId(Instance instance, java.lang.String tableName)
           
static java.lang.String Tables.getTableName(Instance instance, java.lang.String tableId)
           
 TabletLocator.TabletLocation TabletLocatorImpl.locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
abstract  TabletLocator.TabletLocation TabletLocator.locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
 TabletLocator.TabletLocation RootTabletLocator.locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
static java.util.List<KeyValue> ThriftScanner.scan(Instance instance, AuthInfo credentials, ThriftScanner.ScanState scanState, int timeOut, AccumuloConfiguration conf)
           
 void Writer.update(Mutation m)
           
 

Constructors in org.apache.accumulo.core.client.impl that throw TableNotFoundException
TabletServerBatchDeleter(Instance instance, AuthInfo credentials, java.lang.String tableId, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)
           
 

Uses of TableNotFoundException in org.apache.accumulo.core.client.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce that throw TableNotFoundException
protected static TabletLocator AccumuloInputFormat.getTabletLocator(org.apache.hadoop.mapreduce.JobContext job)
           
 

Uses of TableNotFoundException in org.apache.accumulo.core.client.mock
 

Methods in org.apache.accumulo.core.client.mock that throw TableNotFoundException
 void MockTableOperations.addAggregators(java.lang.String tableName, java.util.List<AggregatorConfiguration> aggregators)
           
 void MockTableOperations.addSplits(java.lang.String tableName, java.util.SortedSet<org.apache.hadoop.io.Text> partitionKeys)
           
 void MockTabletLocator.binMutations(java.util.List<Mutation> mutations, java.util.Map<java.lang.String,TabletLocator.TabletServerMutations> binnedMutations, java.util.List<Mutation> failures)
           
 java.util.List<Range> MockTabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 void MockTableOperations.clearLocatorCache(java.lang.String tableName)
           
 BatchDeleter MockConnector.createBatchDeleter(java.lang.String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)
           
 BatchScanner MockConnector.createBatchScanner(java.lang.String tableName, Authorizations authorizations, int numQueryThreads)
           
 BatchWriter MockConnector.createBatchWriter(java.lang.String tableName, long maxMemory, long maxLatency, int maxWriteThreads)
           
 Scanner MockConnector.createScanner(java.lang.String tableName, Authorizations authorizations)
           
 void MockTableOperations.delete(java.lang.String tableName)
           
 BatchWriter MockMultiTableBatchWriter.getBatchWriter(java.lang.String table)
           
 java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.io.Text>> MockTableOperations.getLocalityGroups(java.lang.String tableName)
           
 java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.String>> MockTableOperations.getProperties(java.lang.String tableName)
           
 TabletLocator.TabletLocation MockTabletLocator.locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
 void MockTableOperations.rename(java.lang.String oldTableName, java.lang.String newTableName)
           
 void MockTableOperations.setLocalityGroups(java.lang.String tableName, java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.io.Text>> groups)
           
 java.util.Set<Range> MockTableOperations.splitRangeByTablets(java.lang.String tableName, Range range, int maxSplits)
           
 

Uses of TableNotFoundException in org.apache.accumulo.core.util
 

Methods in org.apache.accumulo.core.util that throw TableNotFoundException
static void MetadataTable.getEntries(Instance instance, AuthInfo credentials, java.lang.String table, boolean isTid, java.util.Map<KeyExtent,java.lang.String> locations, java.util.SortedSet<KeyExtent> tablets)
           
 

Uses of TableNotFoundException in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell that throw TableNotFoundException
 int Shell.CreateUserCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.DeleteIterCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.SetIterCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.SetScanIterCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.ConfigCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.ScanCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.DeleteManyCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.GrepCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.DeleteCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.AddSplitsCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.SelectCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.SelectrowCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.InsertCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.DeleteTableCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.CreateTableCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.RenameTableCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.TableCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.ImportDirectoryCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.GetSplitsCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.