GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_graph.h>
Public Member Functions | |
ShowGraphResponse () | |
Constructs a ShowGraphResponse object with default parameter values. More... | |
Public Attributes | |
bool | result |
std::vector< int32_t > | load |
std::vector< int64_t > | memory |
std::vector< std::string > | graphNames |
std::vector< int32_t > | graphServerIds |
std::vector< std::string > | graphOwnerUserNames |
std::vector< std::string > | graphOwnerResourceGroups |
std::vector< bool > | directed |
std::vector< int64_t > | numNodes |
std::vector< int64_t > | numEdges |
std::vector< int64_t > | numBytes |
std::vector< int64_t > | resourceCapacity |
std::vector< bool > | isPersisted |
std::vector< bool > | isPartitioned |
std::vector< bool > | isSyncDb |
std::vector< bool > | hasInsertTableMonitor |
std::vector< std::string > | originalRequest |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Shows information and characteristics of graphs that exist on the graph server.
Definition at line 119 of file show_graph.h.
|
inline |
Constructs a ShowGraphResponse object with default parameter values.
Definition at line 125 of file show_graph.h.
std::vector<bool> gpudb::ShowGraphResponse::directed |
Definition at line 154 of file show_graph.h.
std::vector<std::string> gpudb::ShowGraphResponse::graphNames |
Definition at line 150 of file show_graph.h.
std::vector<std::string> gpudb::ShowGraphResponse::graphOwnerResourceGroups |
Definition at line 153 of file show_graph.h.
std::vector<std::string> gpudb::ShowGraphResponse::graphOwnerUserNames |
Definition at line 152 of file show_graph.h.
std::vector<int32_t> gpudb::ShowGraphResponse::graphServerIds |
Definition at line 151 of file show_graph.h.
std::vector<bool> gpudb::ShowGraphResponse::hasInsertTableMonitor |
Definition at line 162 of file show_graph.h.
std::map<std::string, std::string> gpudb::ShowGraphResponse::info |
Definition at line 164 of file show_graph.h.
std::vector<bool> gpudb::ShowGraphResponse::isPartitioned |
Definition at line 160 of file show_graph.h.
std::vector<bool> gpudb::ShowGraphResponse::isPersisted |
Definition at line 159 of file show_graph.h.
std::vector<bool> gpudb::ShowGraphResponse::isSyncDb |
Definition at line 161 of file show_graph.h.
std::vector<int32_t> gpudb::ShowGraphResponse::load |
Definition at line 148 of file show_graph.h.
std::vector<int64_t> gpudb::ShowGraphResponse::memory |
Definition at line 149 of file show_graph.h.
std::vector<int64_t> gpudb::ShowGraphResponse::numBytes |
Definition at line 157 of file show_graph.h.
std::vector<int64_t> gpudb::ShowGraphResponse::numEdges |
Definition at line 156 of file show_graph.h.
std::vector<int64_t> gpudb::ShowGraphResponse::numNodes |
Definition at line 155 of file show_graph.h.
std::vector<std::string> gpudb::ShowGraphResponse::originalRequest |
Definition at line 163 of file show_graph.h.
std::vector<int64_t> gpudb::ShowGraphResponse::resourceCapacity |
Definition at line 158 of file show_graph.h.
bool gpudb::ShowGraphResponse::result |
Definition at line 147 of file show_graph.h.