Uses of Class
com.gpudb.protocol.RepartitionGraphResponse
-
Packages that use RepartitionGraphResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of RepartitionGraphResponse in com.gpudb
Methods in com.gpudb that return RepartitionGraphResponse Modifier and Type Method Description RepartitionGraphResponseGPUdb. repartitionGraph(RepartitionGraphRequest request)Rebalances an existing partitioned graph.RepartitionGraphResponseGPUdb. repartitionGraph(String graphName, Map<String,String> options)Rebalances an existing partitioned graph. -
Uses of RepartitionGraphResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return RepartitionGraphResponse Modifier and Type Method Description RepartitionGraphResponseRepartitionGraphResponse. setInfo(Map<String,String> info)Additional information.RepartitionGraphResponseRepartitionGraphResponse. setResult(boolean result)Indicates a successful rebalancing on all servers.
-