@InterfaceAudience.Private @InterfaceStability.Stable public abstract class LayeredHTable extends HTable
Table.CheckAndMutateBuilder| 限定符 | 构造器和说明 |
|---|---|
protected |
LayeredHTable(ClusterConnection connection,
org.apache.hadoop.hbase.client.TableBuilderBase builder,
RpcRetryingCallerFactory rpcCallerFactory,
RpcControllerFactory rpcControllerFactory,
ExecutorService pool)
Creates an object to access a HBase table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected ResultScanner |
getRawScanner(Scan scan) |
protected Result |
rawGet(Get get,
boolean checkExistenceOnly) |
Result[] |
rawGet(List<Get> gets) |
append, batch, batch, batchCallback, batchCoprocessorService, batchCoprocessorService, checkAndDelete, checkAndDelete, checkAndDelete, checkAndMutate, checkAndMutate, checkAndMutate, checkAndPut, checkAndPut, checkAndPut, clearRegionCache, close, coprocessorService, coprocessorService, coprocessorService, delete, delete, doBatchWithCallback, exists, exists, get, get, get, getConfiguration, getConnection, getDefaultExecutor, getDescriptor, getMaxKeyValueSize, getName, getOperationTimeout, getOperationTimeout, getReadRpcTimeout, getReadRpcTimeout, getRegionLocator, getRpcTimeout, getRpcTimeout, getScanner, getScanner, getScanner, getTableDescriptor, getWriteRpcTimeout, getWriteRpcTimeout, increment, incrementColumnValue, incrementColumnValue, isAliHBaseUEEnabled, mutateRow, processBatchCallback, put, put, setOperationTimeout, setReadRpcTimeout, setRpcTimeout, setWriteRpcTimeout, toString, validatePut, validatePut@InterfaceAudience.Private protected LayeredHTable(ClusterConnection connection, org.apache.hadoop.hbase.client.TableBuilderBase builder, RpcRetryingCallerFactory rpcCallerFactory, RpcControllerFactory rpcControllerFactory, ExecutorService pool)
ConnectionFactory class comment for how to
get a Table instance (use Table instead of LayeredHTable).connection - Connection to be used.builder - The table builderrpcCallerFactory - The RPC caller factoryrpcControllerFactory - The RPC controller factorypool - ExecutorService to be used.protected ResultScanner getRawScanner(Scan scan) throws IOException
IOExceptionprotected Result rawGet(Get get, boolean checkExistenceOnly) throws IOException
IOExceptionpublic Result[] rawGet(List<Get> gets) throws IOException
IOExceptionCopyright © 2007–2019. All rights reserved.