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

A

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
 

B

batch(List<? extends Row>, Object[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
batch(List<? extends Row>) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
batch(List<? extends Row>, Object[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
batch(List<? extends Row>) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 

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[], 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
 

D

DaemonThreadFactory - com.alipay.oceanbase.hbase.thread中的类
 
DaemonThreadFactory(String) - 类 的构造器com.alipay.oceanbase.hbase.thread.DaemonThreadFactory
 
DEFAULT_HBASE_CLIENT_KEYVALUE_MAXSIZE - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
DEFAULT_HBASE_HTABLE_CLIENT_WRITE_BUFFER - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
 
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
 
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
 

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(Get) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
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
 
flushCommits() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
flushCommits() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 

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
 
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
 

H

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
 

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
 
incrementColumnValue(byte[], byte[], byte[], long) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
直接通过 column 名进行 increment 操作
incrementColumnValue(byte[], byte[], byte[], long, boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
incrementColumnValue(byte[], byte[], byte[], long) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
incrementColumnValue(byte[], byte[], byte[], long, boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
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.
isAutoFlush() - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
isAutoFlush() - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 

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中的接口
 
lockRow(byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
lockRow(byte[]) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 

M

mutateRow(RowMutations) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
mutateRow(RowMutations) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 

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
 
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
 
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.
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, HTableInterfaceFactory) - 类 的构造器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, HTableInterfaceFactory, 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, HTableInterfaceFactory, ExecutorService, PoolMap.PoolType) - 类 的构造器com.alipay.oceanbase.hbase.OHTablePool
 
OperationTimeoutException - com.alipay.oceanbase.hbase.exception中的异常错误
 
OperationTimeoutException(String) - 异常错误 的构造器com.alipay.oceanbase.hbase.exception.OperationTimeoutException
 

P

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
 
putTable(HTableInterface) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
已过时。 

R

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
 

S

ServerCallable<T> - com.alipay.oceanbase.hbase.execute中的类
 
ServerCallable(Configuration, ObTableClient, String, byte[], byte[], int) - 类 的构造器com.alipay.oceanbase.hbase.execute.ServerCallable
ServerCallable
setAutoFlush(boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
setAutoFlush(boolean, boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
Turns 'auto-flush' on or off.
setAutoFlush(boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
setAutoFlush(boolean, boolean) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
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
 
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(String, int) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Sets the operation timeout for the specified tables in this pool.
setParamUrl(String, String) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
setParamUrl(String) - 类 中的方法com.alipay.oceanbase.hbase.util.ObTableClientManager.ObTableClientKey
 
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
 
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
 
setWriteBufferSize(long) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
Sets the size of the buffer in bytes.
setWriteBufferSize(long) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 
setWriteBufferSize(String, long) - 类 中的方法com.alipay.oceanbase.hbase.OHTablePool
Sets the size of the buffer in bytes for the specified tables in this pool.
shouldRetry(Throwable) - 类 中的方法com.alipay.oceanbase.hbase.execute.ServerCallable
 
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
 
tableNameString - 类 中的变量com.alipay.oceanbase.hbase.execute.ServerCallable
 
testConnectWhileIdle() - 类 中的方法com.alipay.oceanbase.hbase.execute.ServerCallable
 
toParseableString(Filter) - 类 中的静态方法com.alipay.oceanbase.hbase.filter.HBaseFilterUtils
 

U

unlockRow(RowLock) - 类 中的方法com.alipay.oceanbase.hbase.OHTable
 
unlockRow(RowLock) - 类 中的方法com.alipay.oceanbase.hbase.OHTableClient
 

V

V_COLUMNS - 类 中的静态变量com.alipay.oceanbase.hbase.constants.OHConstants
ocenbase hbase model value column is consist of following column V hbase value

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.
A B C D E F G H I K L M N O P R S T U V W 
跳过导航链接

Copyright © 2024. All rights reserved.