Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AdminShowShardsResponse |
GPUdb.adminShowShards(AdminShowShardsRequest request)
Show the mapping of shards to the corresponding rank and tom.
|
AdminShowShardsResponse |
GPUdb.adminShowShards(Map<String,String> options)
Show the mapping of shards to the corresponding rank and tom.
|
Modifier and Type | Method and Description |
---|---|
AdminShowShardsResponse |
AdminShowShardsResponse.setInfo(Map<String,String> info)
Additional information.
|
AdminShowShardsResponse |
AdminShowShardsResponse.setRank(List<Integer> rank)
Array of ranks indexed by the shard number.
|
AdminShowShardsResponse |
AdminShowShardsResponse.setTom(List<Integer> tom)
Array of toms to which the corresponding shard belongs.
|
AdminShowShardsResponse |
AdminShowShardsResponse.setVersion(long version)
Current shard array version number.
|
Copyright © 2025. All rights reserved.