public class TableStorageClient extends AbstractTableStorageBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Constructor and Description |
|---|
TableStorageClient(BceClientConfiguration config,
String instanceName)
Constructs a new TableStorage client.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteRowResponse |
batchDeleteRow(BatchDeleteRowRequest request)
Batch delete the rows of the table in tablestorage.
|
BatchGetRowResponse |
batchGetRow(BatchGetRowRequest request)
Batch get the rows of the table in tablestorage.
|
BatchPutRowResponse |
batchPutRow(BatchPutRowRequest request)
Batch put the rows to the table in tablestorage.
|
CreateTableResponse |
createTable(CreateTableRequest request)
Create table in tablestorage.
|
DeleteRowResponse |
deleteRow(DeleteRowRequest request)
Delete the row of the table in tablestorage.
|
DropTableResponse |
dropTable(DropTableRequest request)
Drop table in tablestorage.
|
GetRowResponse |
getRow(GetRowRequest request)
Get the row of the table in tablestorage.
|
ListKeyRangesResponse |
listKeyRanges(ListKeyRangesRequest request)
List key range in table from tablestorage.
|
ListTablesResponse |
listTables(ListTablesRequest request)
List tables from tablestorage.
|
PutRowResponse |
putRow(PutRowRequest request)
Put the row to the table in tablestorage.
|
ScanResponse |
scan(ScanRequest request)
Scan the rows of table in tablestorage.
|
ShowTableResponse |
showTable(ShowTableRequest request)
Show the table named tableName from tablestorage.
|
TableState |
showTableState(String tableName)
Show the state of the table named tableName from tablestorage.
|
UpdateTableResponse |
updateTable(UpdateTableRequest request)
Update table in tablestorage.
|
createRequest, fillInHeadAndBodycomputeBktVirEndpoint, computeServiceId, getBktVirEndpoint, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownpublic TableStorageClient(BceClientConfiguration config, String instanceName)
public CreateTableResponse createTable(CreateTableRequest request)
request - Container for the necessary parameters to
execute the create table method on tablestorage.public UpdateTableResponse updateTable(UpdateTableRequest request)
request - Container for the necessary parameters to
execute the update table method on tablestorage.public DropTableResponse dropTable(DropTableRequest request)
request - Container for the necessary parameters to
execute the drop table method on tablestorage.public ListTablesResponse listTables(ListTablesRequest request)
request - Container for the necessary parameters to
execute the list tables method on tablestorage.public TableState showTableState(String tableName)
tableName - the name of table in tablestorage.public ShowTableResponse showTable(ShowTableRequest request)
request - Container for the necessary parameters to
execute the show table method on tablestorage.public ListKeyRangesResponse listKeyRanges(ListKeyRangesRequest request)
request - Container for the necessary parameters to
execute the list keyRanges method on tablestorage.public GetRowResponse getRow(GetRowRequest request)
request - Container for the necessary parameters to
execute the get row method on tablestorage.public PutRowResponse putRow(PutRowRequest request)
request - Container for the necessary parameters to
execute the put row method on tablestorage.public DeleteRowResponse deleteRow(DeleteRowRequest request)
request - Container for the necessary parameters to
execute the delete row method on tablestorage.public BatchGetRowResponse batchGetRow(BatchGetRowRequest request)
request - Container for the necessary parameters to
execute the batch get rows row method on tablestorage.public BatchPutRowResponse batchPutRow(BatchPutRowRequest request)
request - Container for the necessary parameters to
execute the batch put rows method on tablestorage.public BatchDeleteRowResponse batchDeleteRow(BatchDeleteRowRequest request)
request - Container for the necessary parameters to
execute batch delete rows method on tablestorage.public ScanResponse scan(ScanRequest request)
request - Container for the necessary parameters to
execute the scan method on tablestorage.Copyright © 2023. All rights reserved.