Uses of Class
com.gpudb.protocol.AdminShowShardsResponse
-
Packages that use AdminShowShardsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminShowShardsResponse in com.gpudb
Methods in com.gpudb that return AdminShowShardsResponse Modifier and Type Method Description AdminShowShardsResponseGPUdb. adminShowShards(AdminShowShardsRequest request)Show the mapping of shards to the corresponding rank and tom.AdminShowShardsResponseGPUdb. adminShowShards(Map<String,String> options)Show the mapping of shards to the corresponding rank and tom. -
Uses of AdminShowShardsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminShowShardsResponse Modifier and Type Method Description AdminShowShardsResponseAdminShowShardsResponse. setInfo(Map<String,String> info)Additional information.AdminShowShardsResponseAdminShowShardsResponse. setRank(List<Integer> rank)Array of ranks indexed by the shard number.AdminShowShardsResponseAdminShowShardsResponse. setTom(List<Integer> tom)Array of toms to which the corresponding shard belongs.AdminShowShardsResponseAdminShowShardsResponse. setVersion(long version)Current shard array version number.
-