| Package | Description |
|---|---|
| com.baidubce.services.tablestorage | |
| com.baidubce.services.tablestorage.model |
| Modifier and Type | Method and Description |
|---|---|
TableState |
TableStorageClient.showTableState(String tableName)
Show the state of the table named tableName from tablestorage.
|
| Modifier and Type | Method and Description |
|---|---|
TableState |
ShowTableResponse.getTableState()
Get the table state.
|
TableState |
ListTablesResponse.TableInfo.getTableState()
Get the table state.
|
TableState |
ShowTableStateResponse.getTableState()
Get table state of target table.
|
static TableState |
TableState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableState[] |
TableState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShowTableResponse.setTableState(TableState tableState)
Set the table state.
|
void |
ListTablesResponse.TableInfo.setTableState(TableState tableState)
Set the table state.
|
void |
ShowTableStateResponse.setTableState(TableState tableState)
Set table state of target table to this show table state response.
|
Copyright © 2020. All rights reserved.