Uses of Class
com.gpudb.protocol.AdminRebalanceRequest
-
Packages that use AdminRebalanceRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminRebalanceRequest in com.gpudb
Methods in com.gpudb with parameters of type AdminRebalanceRequest 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. -
Uses of AdminRebalanceRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminRebalanceRequest Modifier and Type Method Description AdminRebalanceRequestAdminRebalanceRequest. setOptions(Map<String,String> options)Optional parameters.
-