Uses of Class
com.gpudb.protocol.AdminRebalanceResponse
-
Packages that use AdminRebalanceResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminRebalanceResponse in com.gpudb
Methods in com.gpudb that return AdminRebalanceResponse Modifier and Type Method Description AdminRebalanceResponseGPUdb. adminRebalance(AdminRebalanceRequest request)Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.AdminRebalanceResponseGPUdb. adminRebalance(Map<String,String> options)Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks. -
Uses of AdminRebalanceResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminRebalanceResponse Modifier and Type Method Description AdminRebalanceResponseAdminRebalanceResponse. setInfo(Map<String,String> info)Additional information.
-