- callTimeout - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
-
- checkAndDelete(byte[], byte[], byte[], byte[], Delete) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
例如当 key="key001", family = "family", c1="a" 时,才执行 delete 操作,该命令是原子的
- checkAndDelete(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Delete) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- checkAndDelete(byte[], byte[], byte[], byte[], Delete) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- checkAndDelete(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Delete) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- checkAndDelete(byte[], byte[], byte[], byte[], Delete) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
-
- checkAndDelete(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Delete) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
-
- checkAndMutate(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], RowMutations) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- checkAndMutate(byte[], byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- checkAndMutate(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], RowMutations) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- checkAndMutate(byte[], byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- checkAndMutate(byte[], byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
-
- checkAndMutate(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], RowMutations) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
-
- checkAndPut(byte[], byte[], byte[], byte[], Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
例如当 key="key001", family = "family", c1="a" 时,才执行 put 操作,该命令是原子的
- checkAndPut(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- checkAndPut(byte[], byte[], byte[], byte[], Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- checkAndPut(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- checkAndPut(byte[], byte[], byte[], byte[], Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
-
- checkAndPut(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
-
- checkArgument(boolean) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkArgument(boolean, Object) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkArgument(boolean, String, Object...) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkElementIndex(int, int) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures that index specifies a valid element in an array,
list or string of size size.
- checkElementIndex(int, int, String) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures that index specifies a valid element in an array,
list or string of size size.
- checkFamilyViolation(Collection<byte[]>, boolean) - 类 中的静态方法com.alipay.oceanbase.hbase.OHTable
-
- checkFamilyViolationForOneFamily(Collection<byte[]>) - 类 中的静态方法com.alipay.oceanbase.hbase.OHTable
-
- checkNotNull(T) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkNotNull(T, Object) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkNotNull(T, String, Object...) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkPositionIndex(int, int) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures that index specifies a valid position in an array,
list or string of size size.
- checkPositionIndex(int, int, String) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures that index specifies a valid position in an array,
list or string of size size.
- checkPositionIndexes(int, int, int) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures that start and end specify a valid positions
in an array, list or string of size size, and are in order.
- checkState(boolean) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling
instance, but not involving any parameters to the calling method.
- checkState(boolean, Object) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling
instance, but not involving any parameters to the calling method.
- checkState(boolean, String, Object...) - 类 中的静态方法com.alipay.oceanbase.hbase.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling
instance, but not involving any parameters to the calling method.
- clear() - 类 中的方法com.alipay.oceanbase.hbase.util.BatchError
-
- ClientStreamScanner - com.alipay.oceanbase.hbase.result中的类
-
- ClientStreamScanner(ObTableClientQueryStreamResult, String, Scan, boolean) - 类 的构造器com.alipay.oceanbase.hbase.result.ClientStreamScanner
-
- ClientStreamScanner(ObTableClientQueryAsyncStreamResult, String, Scan, boolean) - 类 的构造器com.alipay.oceanbase.hbase.result.ClientStreamScanner
-
- close() - 接口 中的方法com.alipay.oceanbase.hbase.core.Lifecycle
-
Closes this resource, relinquishing any underlying resources.
- close() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- close() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- close() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Closes all the HTable instances , belonging to all tables in the table
pool.
- close() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
-
Returns the actual table back to the pool
- close() - 类 中的方法com.alipay.oceanbase.hbase.result.ClientStreamScanner
-
- close() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
-
- close() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
-
- close() - 类 中的方法com.alipay.oceanbase.hbase.util.OHTableFactory
-
close the factory resources, example create table threadPool
- closeTablePool(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Closes all the HTable instances , belonging to the given table, in the
table pool.
- closeTablePool(byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
- com.alipay.oceanbase.hbase - 程序包 com.alipay.oceanbase.hbase
-
- com.alipay.oceanbase.hbase.constants - 程序包 com.alipay.oceanbase.hbase.constants
-
- com.alipay.oceanbase.hbase.core - 程序包 com.alipay.oceanbase.hbase.core
-
- com.alipay.oceanbase.hbase.exception - 程序包 com.alipay.oceanbase.hbase.exception
-
- com.alipay.oceanbase.hbase.execute - 程序包 com.alipay.oceanbase.hbase.execute
-
- com.alipay.oceanbase.hbase.filter - 程序包 com.alipay.oceanbase.hbase.filter
-
- com.alipay.oceanbase.hbase.result - 程序包 com.alipay.oceanbase.hbase.result
-
- com.alipay.oceanbase.hbase.thread - 程序包 com.alipay.oceanbase.hbase.thread
-
- com.alipay.oceanbase.hbase.util - 程序包 com.alipay.oceanbase.hbase.util
-
- compareByteArray(byte[], byte[]) - 类 中的静态方法com.alipay.oceanbase.hbase.OHTable
-
- conf - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
-
- coprocessorService(byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- coprocessorService(byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- coprocessorService(byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
-
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
-
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
-
- createDefaultThreadPoolExecutor(int, int, long) - 类 中的静态方法com.alipay.oceanbase.hbase.OHTable
-
创建默认的线程池
Using the "direct handoff" approach, new threads will only be created
if it is necessary and will grow unbounded.
- createHTable(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
- createHTableInterface(Configuration, byte[]) - 类 中的方法com.alipay.oceanbase.hbase.util.OHTableFactory
-
- hasErrors() - 类 中的方法com.alipay.oceanbase.hbase.util.BatchError
-
- hashCode() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- HBASE_CLIENT_OPERATION_EXECUTE_IN_POOL - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
following constants are copied from hbase for compatibility
- HBASE_HTABLE_POOL_AUTO_FLUSH - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
internal attribute of ohtable pool to optimize auto-flush attribute for each table
- HBASE_HTABLE_POOL_CLEAR_BUFFER_ON_FAIL - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
internal attribute of ohtable pool to optimize clear-buffer-on-fail attribute for each table
- HBASE_HTABLE_POOL_OPERATION_TIMEOUT - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
internal attribute of ohtable pool to optimize auto-flush attribute for each table
- HBASE_HTABLE_POOL_SEPERATOR - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
- HBASE_HTABLE_POOL_WRITE_BUFFER_SIZE - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
internal attribute of ohtable pool to optimize write-buffer-size attribute for each table
- HBASE_HTABLE_PRIVATE_THREADS_MAX - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
- HBASE_HTABLE_PUT_WRITE_BUFFER_CHECK - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
- HBASE_HTABLE_TEST_LOAD_ENABLE - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
internal attribute of ohtable pool which enable the test load
- HBASE_HTABLE_TEST_LOAD_SUFFIX - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
internal attribute of ohtable pool which specify the test load suffix
- HBASE_HTABLE_THREAD_KEEP_ALIVE_TIME - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
- HBASE_OCEANBASE_BATCH_EXECUTOR - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
ocenbase hbase connect server password
- HBASE_OCEANBASE_DATABASE - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
ocenbase hbase connect server database
- HBASE_OCEANBASE_FULL_USER_NAME - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
ocenbase hbase connect server username
- HBASE_OCEANBASE_ODP_ADDR - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
ocenbase hbase connect server ODP address
- HBASE_OCEANBASE_ODP_MODE - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
ocenbase hbase connect server ODP mode
- HBASE_OCEANBASE_ODP_PORT - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
ocenbase hbase connect server ODP port
- HBASE_OCEANBASE_PARAM_URL - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
ocenbase hbase root server http url
- HBASE_OCEANBASE_PASSWORD - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
ocenbase hbase connect server password
- HBASE_OCEANBASE_SYS_PASSWORD - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
oceanbase hbase connect server system password
- HBASE_OCEANBASE_SYS_USER_NAME - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
oceanbase hbase connect server system username
- HBaseFilterUtils - com.alipay.oceanbase.hbase.filter中的类
-
- HBaseFilterUtils() - 类 的构造器com.alipay.oceanbase.hbase.filter.HBaseFilterUtils
-