GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::RepartitionGraphResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/repartition_graph.h>

Public Member Functions

 RepartitionGraphResponse ()
 Constructs a RepartitionGraphResponse object with default parameter values. More...
 

Public Attributes

bool result
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Rebalances an existing partitioned graph.

IMPORTANT: It's highly recommended that you review the Network Graphs & Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.

Definition at line 150 of file repartition_graph.h.

Constructor & Destructor Documentation

gpudb::RepartitionGraphResponse::RepartitionGraphResponse ( )
inline

Constructs a RepartitionGraphResponse object with default parameter values.

Definition at line 157 of file repartition_graph.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::RepartitionGraphResponse::info

Definition at line 164 of file repartition_graph.h.

bool gpudb::RepartitionGraphResponse::result

Definition at line 163 of file repartition_graph.h.


The documentation for this struct was generated from the following file: