类的使用
com.baidubce.services.tablestorage.model.TableState
-
使用TableState的程序包 程序包 说明 com.baidubce.services.tablestorage com.baidubce.services.tablestorage.model -
-
com.baidubce.services.tablestorage中TableState的使用
返回TableState的com.baidubce.services.tablestorage中的方法 修饰符和类型 方法 说明 TableStateTableStorageClient. showTableState(String tableName)Show the state of the table named tableName from tablestorage. -
com.baidubce.services.tablestorage.model中TableState的使用
返回TableState的com.baidubce.services.tablestorage.model中的方法 修饰符和类型 方法 说明 TableStateListTablesResponse.TableInfo. getTableState()Get the table state.TableStateShowTableResponse. getTableState()Get the table state.TableStateShowTableStateResponse. getTableState()Get table state of target table.static TableStateTableState. valueOf(String name)返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)static TableState[]TableState. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。该方法可用于迭代 常量, 如下所示:for (TableState c : TableState.values()) System.out.println(c);
参数类型为TableState的com.baidubce.services.tablestorage.model中的方法 修饰符和类型 方法 说明 voidListTablesResponse.TableInfo. setTableState(TableState tableState)Set the table state.voidShowTableResponse. setTableState(TableState tableState)Set the table state.voidShowTableStateResponse. setTableState(TableState tableState)Set table state of target table to this show table state response.
-