public static class TestMultiTableInputFormatBase.MRSplitsConnection extends Object implements Connection
| Modifier and Type | Method and Description |
|---|---|
void |
abort(String why,
Throwable e) |
void |
close() |
Admin |
getAdmin() |
BufferedMutator |
getBufferedMutator(BufferedMutatorParams params) |
BufferedMutator |
getBufferedMutator(TableName tableName) |
org.apache.hadoop.conf.Configuration |
getConfiguration() |
RegionLocator |
getRegionLocator(TableName tableName) |
Table |
getTable(TableName tableName) |
TableBuilder |
getTableBuilder(TableName tableName,
ExecutorService pool) |
boolean |
isAborted() |
boolean |
isClosed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTablepublic org.apache.hadoop.conf.Configuration getConfiguration()
getConfiguration in interface Connectionpublic BufferedMutator getBufferedMutator(TableName tableName) throws IOException
getBufferedMutator in interface ConnectionIOExceptionpublic BufferedMutator getBufferedMutator(BufferedMutatorParams params) throws IOException
getBufferedMutator in interface ConnectionIOExceptionpublic RegionLocator getRegionLocator(TableName tableName) throws IOException
getRegionLocator in interface ConnectionIOExceptionpublic Admin getAdmin() throws IOException
getAdmin in interface ConnectionIOExceptionpublic Table getTable(TableName tableName) throws IOException
getTable in interface ConnectionIOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ConnectionIOExceptionpublic boolean isClosed()
isClosed in interface Connectionpublic TableBuilder getTableBuilder(TableName tableName, ExecutorService pool)
getTableBuilder in interface ConnectionCopyright © 2007–2019 Cloudera. All rights reserved.