Uses of Class
com.omnisci.thrift.server.TPartitionDetail
-
Packages that use TPartitionDetail Package Description com.omnisci.thrift.server -
-
Uses of TPartitionDetail in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TPartitionDetail Modifier and Type Field Description TPartitionDetailTTableDetails. partition_detailMethods in com.omnisci.thrift.server that return TPartitionDetail Modifier and Type Method Description static TPartitionDetailTPartitionDetail. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TPartitionDetailTTableDetails. getPartition_detail()static TPartitionDetailTPartitionDetail. valueOf(String name)Returns the enum constant of this type with the specified name.static TPartitionDetail[]TPartitionDetail. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.omnisci.thrift.server with parameters of type TPartitionDetail Modifier and Type Method Description TTableDetailsTTableDetails. setPartition_detail(TPartitionDetail partition_detail)Constructors in com.omnisci.thrift.server with parameters of type TPartitionDetail Constructor Description TTableDetails(List<TColumnType> row_desc, long fragment_size, long page_size, long max_rows, String view_sql, long shard_count, String key_metainfo, boolean is_temporary, TPartitionDetail partition_detail)
-