Uses of Class
com.gpudb.protocol.RepartitionGraphRequest
-
Packages that use RepartitionGraphRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of RepartitionGraphRequest in com.gpudb
Methods in com.gpudb with parameters of type RepartitionGraphRequest Modifier and Type Method Description RepartitionGraphResponseGPUdb. repartitionGraph(RepartitionGraphRequest request)Rebalances an existing partitioned graph. -
Uses of RepartitionGraphRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return RepartitionGraphRequest Modifier and Type Method Description RepartitionGraphRequestRepartitionGraphRequest. setGraphName(String graphName)Name of the graph resource to rebalance.RepartitionGraphRequestRepartitionGraphRequest. setOptions(Map<String,String> options)Optional parameters.
-