- tableExists(TableName) - Method in class com.alicloud.tablestore.hbase.TablestoreAdmin
-
- TablestoreAdmin - Class in com.alicloud.tablestore.hbase
-
- TablestoreAdmin(TablestoreConnection) - Constructor for class com.alicloud.tablestore.hbase.TablestoreAdmin
-
- TablestoreBufferedMutator - Class in com.alicloud.tablestore.hbase
-
- TablestoreBufferedMutator(TablestoreConnection, TableName) - Constructor for class com.alicloud.tablestore.hbase.TablestoreBufferedMutator
-
- TablestoreConnection - Class in com.alicloud.tablestore.hbase
-
- TablestoreConnection(Configuration) - Constructor for class com.alicloud.tablestore.hbase.TablestoreConnection
-
- TablestoreConnection(Configuration, boolean, ExecutorService, User) - Constructor for class com.alicloud.tablestore.hbase.TablestoreConnection
-
- TablestoreConnection(Configuration, ExecutorService, User) - Constructor for class com.alicloud.tablestore.hbase.TablestoreConnection
-
- TablestoreConnection(Configuration, ExecutorService, User, Map<String, byte[]>) - Constructor for class com.alicloud.tablestore.hbase.TablestoreConnection
-
- TablestoreRegionLocator - Class in com.alicloud.tablestore.hbase
-
- TablestoreRegionLocator(TablestoreConnection, TableName) - Constructor for class com.alicloud.tablestore.hbase.TablestoreRegionLocator
-
- TablestoreTable - Class in com.alicloud.tablestore.hbase
-
- TablestoreTable(TablestoreConnection, TableName) - Constructor for class com.alicloud.tablestore.hbase.TablestoreTable
-
- toHBaseDelete(ODelete, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
- toHBaseDeletes(List<ODelete>, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
- toHBasePut(OPut, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
Creates a Put (HBase) from a OPut (OTS)
- toHBasePuts(List<OPut>, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
Converts multiple OPuts (OTS) into a list of Puts (HBase).
- toHBaseResult(OResult, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
Create a Result (HBase) from a OResult (OTS)
- toHBaseResults(List<OResult>, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
Converts multiple OResults (OTS) into a list of Results
(HBase).
- toHbaseTableDescriptor(OTableDescriptor, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
- toOtsCondition(byte[], byte[], CompareFilter.CompareOp, byte[], ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
- toOtsDelete(Delete, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
Creates a ODelete (Tablestore) from a Delete (HBase).
- toOtsDeleteList(List<Delete>, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
Converts multiple Deletes (HBase) into a list of ODeletes
(OTS).
- toOtsGet(Get, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
Creates a OGet (OTS) from a Get (HBase).
- toOtsGets(List<Get>, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
Converts multiple Gets (HBase) into a list of OGets (OTS).
- toOtsPut(Put, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
Creates a OPut (OTS) from a Put (HBase)
- toOtsPuts(List<Put>, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
Converts multiple Puts (HBase) into a list of OPuts (OTS).
- toOtsScan(Scan, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
- toOtsUpdate(RowMutations, ColumnMapping) - Static method in class com.alicloud.tablestore.hbase.ElementConvertor
-
- truncateTable(TableName, boolean) - Method in class com.alicloud.tablestore.hbase.TablestoreAdmin
-
- truncateTableAsync(TableName, boolean) - Method in class com.alicloud.tablestore.hbase.TablestoreAdmin
-