跳过导航链接
A B C D E F G H I K L M N O P R S T V W 

A

abort(String, Throwable) - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
add(Throwable, Row, ServerName) - 类 中的方法com.alipay.oceanbase.hbase.util.BatchError
 
afterCall() - 类 中的方法com.alipay.oceanbase.hbase.execute.ServerCallable
 
ALL_COLUMNS - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
ocenbase hbase model is consist of following columns K hbase row key Q hbase qualifier T hbase timeStamp V hbase value
append(Append) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
例如 key = "key", c1="a",在c1后面append,使c1="aaa" 原子操作
append(Append) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
append(Append) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 

B

batch(List<? extends Row>, Object[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
batch(List<? extends Row>, Object[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
batch(List<? extends Row>, Object[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
batchCallback(List<? extends Row>, Object[], Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
batchCallback(List<? extends Row>, Object[], Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
batchCallback(List<? extends Row>, Object[], Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R, Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R, Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R, Batch.Callback<R>) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
BatchError - com.alipay.oceanbase.hbase.util中的类
 
BatchError() - 类 的构造器com.alipay.oceanbase.hbase.util.BatchError
 
BUFFERED_PARAM_UNSET - 类 中的静态变量com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
buildObTableBatchOperation(List<Cell>, boolean, List<byte[]>) - 类 中的静态方法com.alipay.oceanbase.hbase.OHTable
 
buildObTableBatchOperationRequest(ObTableBatchOperation, String) - 类 中的静态方法com.alipay.oceanbase.hbase.OHTable
 
buildObTableOperation(Cell, boolean) - 类 中的静态方法com.alipay.oceanbase.hbase.OHTable
 

C

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
 

D

DaemonThreadFactory - com.alipay.oceanbase.hbase.thread中的类
 
DaemonThreadFactory(String) - 类 的构造器com.alipay.oceanbase.hbase.thread.DaemonThreadFactory
 
DEFAULT_HBASE_HTABLE_PRIVATE_THREADS_MAX - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
DEFAULT_HBASE_HTABLE_PUT_WRITE_BUFFER_CHECK - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
DEFAULT_HBASE_HTABLE_TEST_LOAD_SUFFIX - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
the default value of internal attribute of ohtable pool which specify the test load suffix
DEFAULT_HBASE_HTABLE_THREAD_KEEP_ALIVE_TIME - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
DEFAULT_SOCKET_TIMEOUT - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
delete(Delete) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
delete(List<Delete>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
delete(Delete) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
delete(List<Delete>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
delete(Delete) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
delete(List<Delete>) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
disableWriteBufferPeriodicFlush() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
reset the time parameters and cancel the timer (if exists)

E

endRow - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
 
endTime - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
 
equals(Object) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
exists(Get) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
Test for the existence of columns in the table, as specified in the Get.
exists(List<Get>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
exists(Get) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
exists(List<Get>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
exists(Get) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
exists(List<Get>) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
existsAll(List<Get>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
existsAll(List<Get>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
existsAll(List<Get>) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
extractFamilyFromQualifier(byte[]) - 类 中的静态方法com.alipay.oceanbase.hbase.util.OHBaseFuncUtils
 

F

FeatureNotSupportedException - com.alipay.oceanbase.hbase.exception中的异常错误
 
FeatureNotSupportedException() - 异常错误 的构造器com.alipay.oceanbase.hbase.exception.FeatureNotSupportedException
 
FeatureNotSupportedException(String) - 异常错误 的构造器com.alipay.oceanbase.hbase.exception.FeatureNotSupportedException
 
FeatureNotSupportedException(String, Throwable) - 异常错误 的构造器com.alipay.oceanbase.hbase.exception.FeatureNotSupportedException
 
FeatureNotSupportedException(Throwable) - 异常错误 的构造器com.alipay.oceanbase.hbase.exception.FeatureNotSupportedException
 
flush() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
Force to commit all operations
flushCommits() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 

G

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
 
get(Get) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
get(List<Get>) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getAdmin() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
getAutoFlush(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Gets the autoFlush flag for the specified tables in this pool.
getBufferedMutator(TableName) - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
getBufferedMutator(BufferedMutatorParams) - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
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
 
getConfiguration() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getConfiguration() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
 
getConfiguration() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
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
 
getDatabase() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getDeleteType(Cell.Type) - 类 中的静态方法com.alipay.oceanbase.hbase.OHTable
 
getDescriptor() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getDescriptor() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
getDescriptor() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getEndKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getEndKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
getEndKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getExecutedWriteBufferPeriodicFlushes() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
 
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
 
getFullUsername() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getLogger(String) - 类 中的静态方法com.alipay.oceanbase.hbase.util.TableHBaseLoggerFactory
 
getLogger(Class<?>) - 类 中的静态方法com.alipay.oceanbase.hbase.util.TableHBaseLoggerFactory
 
getMaxKeyValueSize() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getMetaOperationTimeout() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getName() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getName() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
getName() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getName() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
 
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
 
getOdpAddr() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
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
 
getOdpPort() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getOHConnectionConfiguration() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
getOperationTimeout() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getOperationTimeout() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
getOperationTimeout(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Gets the operation timeout for the specified tables in this pool.
getOperationTimeout() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getOperationTimeout() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
getOperationTimeout() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getOrCreateObTableClient(OHConnectionConfiguration) - 类 中的静态方法com.alipay.oceanbase.hbase.util.ObTableClientManager
 
getOrCreateObTableClient(ObTableClientManager.ObTableClientKey, int) - 类 中的静态方法com.alipay.oceanbase.hbase.util.ObTableClientManager
 
getOriginTableName() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
 
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
 
getParamUrl() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
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
 
getPassword() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getPool() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
 
getProperties() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
getProperties() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getReadRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getReadRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
getReadRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getRegionLocator(TableName) - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
getRpcConnectTimeout() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
getRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
getRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
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
 
getScanner(Scan) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getScanner(byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getScanner(byte[], byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getScannerCaching() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getScannerMaxResultSize() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getScanners(Scan) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getScanners(Scan) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
getScanners(Scan) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getStartEndKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getStartEndKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
getStartEndKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getStartKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getStartKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
getStartKeys() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
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
 
getSysPassword() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
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
 
getSysUsername() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
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.
getTable() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getTable(TableName) - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
getTable(TableName, ExecutorService) - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
getTableAttribute(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
 
getTableBuilder(TableName, ExecutorService) - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
getTableDescriptor() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getTableDescriptor() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
getTableDescriptor() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
getTableExtendAttribute(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
 
getTableName() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
getTableNameString() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
getTargetTableName(String, String, Configuration) - 类 中的静态方法com.alipay.oceanbase.hbase.OHTable
 
getWriteBufferPeriodicFlushTimeoutMs() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
 
getWriteBufferPeriodicFlushTimeoutMs() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getWriteBufferPeriodicFlushTimerTickMs() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
 
getWriteBufferPeriodicFlushTimerTickMs() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getWriteBufferSize(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Get the maximum size in bytes of the write buffer for the specified tables in this pool.
getWriteBufferSize() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
 
getWriteBufferSize() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
getWriteRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
getWriteRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
getWriteRpcTimeout() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
globalStartTime - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
 

H

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
 

I

increment(Increment) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
例如 key = "key", c2=1,在c2后面increment,在c2后面加2,变成 c2=3 原子操作
increment(Increment) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
increment(Increment) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
incrementColumnValue(byte[], byte[], byte[], long) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
直接通过 column 名进行 increment 操作
incrementColumnValue(byte[], byte[], byte[], long, Durability) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
incrementColumnValue(byte[], byte[], byte[], long) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
incrementColumnValue(byte[], byte[], byte[], long, Durability) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
incrementColumnValue(byte[], byte[], byte[], long) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
incrementColumnValue(byte[], byte[], byte[], long, Durability) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
init() - 接口 中的方法com.alipay.oceanbase.hbase.core.Lifecycle
initialize this resource, building any underlying resources.
init() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
Initial the OHTableClient, must be init before use.
isAborted() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
isClosed() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionImpl
 
isOdpMode() - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 

K

KeyDefiner - com.alipay.oceanbase.hbase.util中的类
 
KeyDefiner() - 类 的构造器com.alipay.oceanbase.hbase.util.KeyDefiner
 

L

LCD - 类 中的静态变量com.alipay.oceanbase.hbase.util.TableHBaseLoggerFactory
 
Lifecycle - com.alipay.oceanbase.hbase.core中的接口
 
lineCount - 类 中的变量com.alipay.oceanbase.hbase.result.ClientStreamScanner
 

M

makeException() - 类 中的方法com.alipay.oceanbase.hbase.util.BatchError
 
MAX_KEYVALUE_SIZE_DEFAULT - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
MAX_KEYVALUE_SIZE_KEY - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
mutate(Mutation) - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
Add the mutation into asyncWriteBuffer
mutate(List<? extends Mutation>) - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
Add all mutations in List into asyncWriteBuffer
mutateRow(RowMutations) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
mutateRow(RowMutations) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
mutateRow(RowMutations) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 

N

newThread(Runnable) - 类 中的方法com.alipay.oceanbase.hbase.thread.DaemonThreadFactory
Create a thread.
next() - 类 中的方法com.alipay.oceanbase.hbase.result.ClientStreamScanner
 
next(int) - 类 中的方法com.alipay.oceanbase.hbase.result.ClientStreamScanner
 

O

OB_TABLE_CLIENT_INSTANCE - 类 中的静态变量com.alipay.oceanbase.hbase.util.ObTableClientManager
 
OB_TABLE_CLIENT_LOCK - 类 中的静态变量com.alipay.oceanbase.hbase.util.ObTableClientManager
 
ObTableBuilderBase - com.alipay.oceanbase.hbase.util中的类
 
obTableClient - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
 
ObTableClientKey() - 类 的构造器com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
ObTableClientManager - com.alipay.oceanbase.hbase.util中的类
 
ObTableClientManager() - 类 的构造器com.alipay.oceanbase.hbase.util.ObTableClientManager
 
ObTableClientManager.ObTableClientKey - com.alipay.oceanbase.hbase.util中的类
 
OHBaseFuncUtils - com.alipay.oceanbase.hbase.util中的类
 
OHBaseFuncUtils() - 类 的构造器com.alipay.oceanbase.hbase.util.OHBaseFuncUtils
 
OHBufferedMutatorImpl - com.alipay.oceanbase.hbase.util中的类
 
OHBufferedMutatorImpl(OHConnectionImpl, BufferedMutatorParams) - 类 的构造器com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
 
OHConnectionConfiguration - com.alipay.oceanbase.hbase.util中的类
 
OHConnectionConfiguration(Configuration) - 类 的构造器com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
OHConnectionImpl - com.alipay.oceanbase.hbase.util中的类
 
OHConstants - com.alipay.oceanbase.hbase.constants中的类
extends HConstants
OHConstants() - 类 的构造器com.alipay.oceanbase.hbase.constants.OHConstants
 
OHTable - com.alipay.oceanbase.hbase中的类
 
OHTable(Configuration, String) - 类 的构造器com.alipay.oceanbase.hbase.OHTable
Creates an object to access a HBase table.
OHTable(Configuration, byte[]) - 类 的构造器com.alipay.oceanbase.hbase.OHTable
Creates an object to access a HBase table.
OHTable(Configuration, byte[], ExecutorService) - 类 的构造器com.alipay.oceanbase.hbase.OHTable
Creates an object to access a HBase table.
OHTable(byte[], ObTableClient, ExecutorService) - 类 的构造器com.alipay.oceanbase.hbase.OHTable
Creates an object to access a HBase table.
OHTable(TableName, Connection, OHConnectionConfiguration, ExecutorService) - 类 的构造器com.alipay.oceanbase.hbase.OHTable
 
OHTable(Connection, ObTableBuilderBase, OHConnectionConfiguration, ExecutorService) - 类 的构造器com.alipay.oceanbase.hbase.OHTable
 
OHTable.OHOpType - com.alipay.oceanbase.hbase中的枚举
 
OHTableClient - com.alipay.oceanbase.hbase中的类
 
OHTableClient(String, Configuration) - 类 的构造器com.alipay.oceanbase.hbase.OHTableClient
The constructor.
OHTableFactory - com.alipay.oceanbase.hbase.util中的类
Factory for creating HTable instances.
OHTableFactory(Configuration, OHTablePool) - 类 的构造器com.alipay.oceanbase.hbase.util.OHTableFactory
 
OHTableFactory(Configuration, OHTablePool, ExecutorService) - 类 的构造器com.alipay.oceanbase.hbase.util.OHTableFactory
 
OHTablePool - com.alipay.oceanbase.hbase中的类
 
OHTablePool() - 类 的构造器com.alipay.oceanbase.hbase.OHTablePool
Default Constructor.
OHTablePool(Configuration, int) - 类 的构造器com.alipay.oceanbase.hbase.OHTablePool
Constructor to set maximum versions and use the specified configuration.
OHTablePool(Configuration, int, OHTableFactory) - 类 的构造器com.alipay.oceanbase.hbase.OHTablePool
Constructor to set maximum versions and use the specified configuration and table factory.
OHTablePool(Configuration, int, PoolMap.PoolType) - 类 的构造器com.alipay.oceanbase.hbase.OHTablePool
Constructor to set maximum versions and use the specified configuration and pool type.
OHTablePool(Configuration, int, OHTableFactory, PoolMap.PoolType) - 类 的构造器com.alipay.oceanbase.hbase.OHTablePool
Constructor to set maximum versions and use the specified configuration, table factory and pool type.
OHTablePool(Configuration, int, OHTableFactory, ExecutorService, PoolMap.PoolType) - 类 的构造器com.alipay.oceanbase.hbase.OHTablePool
 
OHTablePool.PooledOHTable - com.alipay.oceanbase.hbase中的类
A proxy class that implements HTableInterface.close method to return the wrapped table back to the table pool
operationTimeout - 类 中的变量com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
OperationTimeoutException - com.alipay.oceanbase.hbase.exception中的异常错误
 
OperationTimeoutException(String) - 异常错误 的构造器com.alipay.oceanbase.hbase.exception.OperationTimeoutException
 

P

PooledOHTable(Table) - 类 的构造器com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
Preconditions - com.alipay.oceanbase.hbase.util中的类
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
put(Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
put(List<Put>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
put(Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
put(List<Put>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
put(Put) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
put(List<Put>) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
putTable(Table) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
已过时。 

R

readRpcTimeout - 类 中的变量com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
refreshTableEntry(String, boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
refreshTableEntry(String, boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
refreshTableEntry(String, String, boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
 
releaseHTableInterface(Table) - 类 中的方法com.alipay.oceanbase.hbase.util.OHTableFactory
 
renewLease() - 类 中的方法com.alipay.oceanbase.hbase.result.ClientStreamScanner
 
ROW_KEY_COLUMNS - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
ocenbase hbase model rowkey column is consist of following column K, Q, T hbase value
rpcTimeout - 类 中的变量com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 

S

scan - 类 中的变量com.alipay.oceanbase.hbase.result.ClientStreamScanner
 
ServerCallable<T> - com.alipay.oceanbase.hbase.execute中的类
 
ServerCallable(Configuration, ObTableClient, String, byte[], byte[], int) - 类 的构造器com.alipay.oceanbase.hbase.execute.ServerCallable
ServerCallable
setAutoFlush(String, boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
setAutoFlush(String, boolean, boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Sets the autoFlush flag for the specified tables in this pool.
setDatabase(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Sets the ODP database name for the specified tables in this pool.
setDatabase(String) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
setDatabase(String) - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
setFullUserName(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
setFullUserName(String) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
setOdpAddr(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Sets the ODP address for the specified tables in this pool.
setOdpAddr(String) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
setOdpMode(String, boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Sets the ODP mode for the specified tables in this pool.
setOdpMode(boolean) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
setOdpPort(String, int) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Sets the ODP port for the specified tables in this pool.
setOdpPort(int) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
setOperationTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
setOperationTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
setOperationTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
setOperationTimeout(String, int) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Sets the operation timeout for the specified tables in this pool.
setOperationTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
setOperationTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
 
setParamUrl(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
setParamUrl(String) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
setParamUrl(String) - 类 中的方法com.alipay.oceanbase.hbase.util.OHConnectionConfiguration
 
setPassword(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
setPassword(String) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
setProperties(Properties) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
setReadRpcTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
setRpcTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
setRpcTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
setRpcTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 
setRpcTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
setRpcTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
 
setRuntimeBatchExecutor(ExecutorService) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
setRuntimeBatchExecutor(ExecutorService) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
setRuntimeBatchExecutor(String, ExecutorService) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
 
setSysPassword(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
setSysPassword(String) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
setSysUserName(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
setSysUserName(String) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
setTableNameString(String) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
setWriteBufferPeriodicFlush(long, long) - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
set time for periodic flush timer
setWriteBufferSize(String, long) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Sets the size of the buffer in bytes for the specified tables in this pool.
setWriteRpcTimeout(int) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
shouldRetry(Throwable) - 类 中的方法com.alipay.oceanbase.hbase.execute.ServerCallable
 
size() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
Count the mutations which haven't been processed.
SOCKET_TIMEOUT - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
startRow - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
 

T

TABLE_HBASE_LOGGER_SPACE - 类 中的静态变量com.alipay.oceanbase.hbase.util.TableHBaseLoggerFactory
 
TableHBaseLoggerFactory - com.alipay.oceanbase.hbase.util中的类
 
TableHBaseLoggerFactory() - 类 的构造器com.alipay.oceanbase.hbase.util.TableHBaseLoggerFactory
 
tableName - 类 中的变量com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
tableNameString - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
 
testConnectWhileIdle() - 类 中的方法com.alipay.oceanbase.hbase.execute.ServerCallable
 
timeTriggerForWriteBufferPeriodicFlush() - 类 中的方法com.alipay.oceanbase.hbase.util.OHBufferedMutatorImpl
triggered to do periodic flush if reach the time limit
toParseableByteArray(Filter) - 类 中的静态方法com.alipay.oceanbase.hbase.filter.HBaseFilterUtils
 
toParseableByteArray(CompareFilter.CompareOp) - 类 中的静态方法com.alipay.oceanbase.hbase.filter.HBaseFilterUtils
 
toParseableByteArray(CompareOperator) - 类 中的静态方法com.alipay.oceanbase.hbase.filter.HBaseFilterUtils
 
toString() - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool.PooledOHTable
 

V

V_COLUMNS - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
ocenbase hbase model value column is consist of following column V hbase value
valueOf(String) - 枚举 中的静态方法com.alipay.oceanbase.hbase.OHTable.OHOpType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.alipay.oceanbase.hbase.OHTable.OHOpType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

withoutRetries() - 类 中的方法com.alipay.oceanbase.hbase.execute.ServerCallable
 
withoutRetries(boolean) - 类 中的方法com.alipay.oceanbase.hbase.execute.ServerCallable
Run this instance against the server once.
withRetries() - 类 中的方法com.alipay.oceanbase.hbase.execute.ServerCallable
Run this instance with retries, timed waits, and refinds of missing regions.
WRITE_BUFFER_SIZE_DEFAULT - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
WRITE_BUFFER_SIZE_KEY - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
writeBytesWithEscape(ByteArrayOutputStream, byte[]) - 类 中的静态方法com.alipay.oceanbase.hbase.filter.HBaseFilterUtils
 
writeRpcTimeout - 类 中的变量com.alipay.oceanbase.hbase.util.ObTableBuilderBase
 
A B C D E F G H I K L M N O P R S T V W 
跳过导航链接

Copyright © 2025. All rights reserved.