类 com.aliyun.openservices.ots.model.PartitionKeyType
的使用

使用 PartitionKeyType 的软件包
com.aliyun.openservices.ots   
com.aliyun.openservices.ots.model   
 

com.aliyun.openservices.otsPartitionKeyType 的使用
 

参数类型为 PartitionKeyTypecom.aliyun.openservices.ots 中的方法
 void OTSClient.createTableGroup(String tableGroupName, PartitionKeyType pkType)
           
 void OTS.createTableGroup(String tableGroupName, PartitionKeyType pkType)
          创建表组(Table Group)。
 

com.aliyun.openservices.ots.modelPartitionKeyType 的使用
 

返回 PartitionKeyTypecom.aliyun.openservices.ots.model 中的方法
 PartitionKeyType PartitionKeyValue.getType()
          获取值的数据类型。
static PartitionKeyType PartitionKeyType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static PartitionKeyType[] PartitionKeyType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 



Copyright © 2013. All Rights Reserved.