- 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[], byte[], Delete) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- checkAndPut(byte[], byte[], byte[], byte[], Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
例如当 key="key001", family = "family", c1="a" 时,才执行 put 操作,该命令是原子的
- checkAndPut(byte[], byte[], byte[], byte[], Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- 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.
- 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.
- ClientStreamScanner - com.alipay.oceanbase.hbase.result中的类
-
- ClientStreamScanner(ObTableClientQueryStreamResult, String, byte[], boolean) - 类 的构造器com.alipay.oceanbase.hbase.result.ClientStreamScanner
-
- ClientStreamScanner(ObTableClientQueryAsyncStreamResult, String, byte[], 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.result.ClientStreamScanner
-
- 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
-
- conf - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
-
- coprocessorExec(Class<T>, byte[], byte[], Batch.Call<T, R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- coprocessorExec(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- coprocessorExec(Class<T>, byte[], byte[], Batch.Call<T, R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- coprocessorExec(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- coprocessorProxy(Class<T>, byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- coprocessorProxy(Class<T>, byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- 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
-
- genPooledOHTableAttributeName(String, String) - 类 中的静态方法com.alipay.oceanbase.hbase.util.KeyDefiner
-
- get(Get) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- get(List<Get>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- get(Get) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- get(List<Get>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getAutoFlush(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the autoFlush flag for the specified tables in this pool.
- getClearBufferOnFail(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the flag of ClearBufferOnFail for the specified tables in this pool.
- getConfiguration() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- getConfiguration() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getDatabase(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the ODP database name for the specified tables in this pool.
- getDatabase() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- getEndKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- getEndKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getFullUserName(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the username for the specified table in this pool.
- getFullUserName() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- getKeyValueFromResult(AbstractQueryStreamResult, List<KeyValue>, boolean, byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- getLogger(String) - 类 中的静态方法com.alipay.oceanbase.hbase.util.TableHBaseLoggerFactory
-
- getLogger(Class<?>) - 类 中的静态方法com.alipay.oceanbase.hbase.util.TableHBaseLoggerFactory
-
- getOdpAddr(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the ODP address for the specified tables in this pool.
- getOdpAddr() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- getOdpMode(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the ODP mode for the specified tables in this pool.
- getOdpMode() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- getOdpPort(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the ODP port for the specified tables in this pool.
- getOdpPort() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- getOperationTimeout(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the operation timeout for the specified tables in this pool.
- getOrCreateObTableClient(Configuration) - 类 中的静态方法com.alipay.oceanbase.hbase.util.ObTableClientManager
-
- getOrCreateObTableClient(ObTableClientManager.ObTableClientKey) - 类 中的静态方法com.alipay.oceanbase.hbase.util.ObTableClientManager
-
- getParamUrl(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the param url for the specified table in this pool.
- getParamUrl() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- getPassword(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the password for the specified table in this pool.
- getPassword() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- getProperties() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- getRowOrBefore(byte[], byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
hbase的获取这个rowkey,没有的话就前一个rowkey,不支持
- getRowOrBefore(byte[], byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getRuntimeBatchExecutor(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
- getScanner(Scan) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- getScanner(byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- getScanner(byte[], byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- getScanner(Scan) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getScanner(byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getScanner(byte[], byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getStartEndKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- getStartEndKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getStartKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- getStartKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getSysPassword(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the sys user password for the specified table in this pool.
- getSysPassword() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- getSysUserName(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Gets the sys username for the specified table in this pool.
- getSysUserName() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- getTable(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Get a reference to the specified table from the pool.
- getTable(byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Get a reference to the specified table from the pool.
- getTableAttribute(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
- getTableDescriptor() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- getTableDescriptor() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getTableExtendAttribute(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
- getTableName() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
- getTableName() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getTableNameString() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getWriteBufferSize() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
-
Returns the maximum size in bytes of the write buffer for this HTable.
- getWriteBufferSize() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
-
- getWriteBufferSize(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
-
Get the maximum size in bytes of the write buffer for the specified tables
in this pool.
- globalStartTime - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
-
- hashCode() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
-
- HBASE_CLIENT_KEYVALUE_MAXSIZE - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
- HBASE_CLIENT_OPERATION_EXECUTE_IN_POOL - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
following constants are copied from hbase for compatibility
- HBASE_HTABLE_CLIENT_WRITE_BUFFER - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
-
- 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
-