类的使用
com.baidubce.services.tablestorage.model.TableStorageResult
-
使用TableStorageResult的程序包 程序包 说明 com.baidubce.services.tablestorage.model com.baidubce.services.tablestorage.model.transform com.baidubce.services.tablestoragehbaseclient.adaptor -
-
com.baidubce.services.tablestorage.model中TableStorageResult的使用
返回TableStorageResult的com.baidubce.services.tablestorage.model中的方法 修饰符和类型 方法 说明 TableStorageResultGetRowResponse. getResult()Get the result of this get row response.返回变量类型为TableStorageResult的类型的com.baidubce.services.tablestorage.model中的方法 修饰符和类型 方法 说明 List<TableStorageResult>BatchGetRowResponse. getResults()Get the results of this response.List<TableStorageResult>ScanResponse. getResults()Get list of results of this scan response.参数类型为TableStorageResult的com.baidubce.services.tablestorage.model中的方法 修饰符和类型 方法 说明 voidGetRowResponse. setResult(TableStorageResult result)Set the result of this get row response.类型变量类型为TableStorageResult的com.baidubce.services.tablestorage.model中的方法参数 修饰符和类型 方法 说明 voidBatchGetRowResponse. setResults(List<TableStorageResult> results)Set the results of this response.voidScanResponse. setResults(List<TableStorageResult> results)Set the results of this scan response. -
com.baidubce.services.tablestorage.model.transform中TableStorageResult的使用
返回TableStorageResult的com.baidubce.services.tablestorage.model.transform中的方法 修饰符和类型 方法 说明 TableStorageResultTableStorageResultUnmarshaller. unmarshall(com.fasterxml.jackson.databind.JsonNode resultNode)Unmarshal the result of JsonNode -
com.baidubce.services.tablestoragehbaseclient.adaptor中TableStorageResult的使用
参数类型为TableStorageResult的com.baidubce.services.tablestoragehbaseclient.adaptor中的方法 修饰符和类型 方法 说明 static org.apache.hadoop.hbase.client.ResultTablestorageConvertor. toHBaseResult(TableStorageResult tableStorageResult)
-