public class ShowGraphResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showGraph.| Constructor and Description |
|---|
ShowGraphResponse()
Constructs a ShowGraphResponse object with default parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<Boolean> |
getDirected()
Whether or not the edges of the graph have directions (bi-directional
edges can still exist in directed graphs).
|
List<String> |
getGraphNames()
Name(s) of the graph(s).
|
List<String> |
getGraphOwnerResourceGroups()
Owner of the resource groups(s) of the graph(s).
|
List<String> |
getGraphOwnerUserNames()
Owner of the graph(s) and associated solution table(s).
|
List<Integer> |
getGraphServerIds()
Id(s) of the graph(s).
|
List<Boolean> |
getHasInsertTableMonitor()
Shows whether or not the graph has an insert table monitor attached to
it.
|
Map<String,String> |
getInfo()
Additional information.
|
List<Boolean> |
getIsPartitioned()
Indicates if the graph data is distributed across all available servers.
|
List<Boolean> |
getIsPersisted()
Shows whether or not the graph is persisted (saved and loaded on
launch).
|
List<Boolean> |
getIsSyncDb()
Shows whether or not the graph is linked to the original tables that
created it, and will potentially be re-created instead loaded from
persist on launch.
|
List<Integer> |
getLoad()
A percentage approximating the current computational load on the server.
|
List<Long> |
getMemory()
Available memory.
|
List<Long> |
getNumBytes()
Memory this graph uses in bytes.
|
List<Long> |
getNumEdges()
Total number of edges in the graph.
|
List<Long> |
getNumNodes()
Total number of nodes in the graph.
|
List<String> |
getOriginalRequest()
The original client request used to create the graph (before any
expression evaluation or separator processing).
|
List<Long> |
getResourceCapacity()
Memory this graph uses in bytes.
|
boolean |
getResult()
Indicates a success.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
ShowGraphResponse |
setDirected(List<Boolean> directed)
Whether or not the edges of the graph have directions (bi-directional
edges can still exist in directed graphs).
|
ShowGraphResponse |
setGraphNames(List<String> graphNames)
Name(s) of the graph(s).
|
ShowGraphResponse |
setGraphOwnerResourceGroups(List<String> graphOwnerResourceGroups)
Owner of the resource groups(s) of the graph(s).
|
ShowGraphResponse |
setGraphOwnerUserNames(List<String> graphOwnerUserNames)
Owner of the graph(s) and associated solution table(s).
|
ShowGraphResponse |
setGraphServerIds(List<Integer> graphServerIds)
Id(s) of the graph(s).
|
ShowGraphResponse |
setHasInsertTableMonitor(List<Boolean> hasInsertTableMonitor)
Shows whether or not the graph has an insert table monitor attached to
it.
|
ShowGraphResponse |
setInfo(Map<String,String> info)
Additional information.
|
ShowGraphResponse |
setIsPartitioned(List<Boolean> isPartitioned)
Indicates if the graph data is distributed across all available servers.
|
ShowGraphResponse |
setIsPersisted(List<Boolean> isPersisted)
Shows whether or not the graph is persisted (saved and loaded on
launch).
|
ShowGraphResponse |
setIsSyncDb(List<Boolean> isSyncDb)
Shows whether or not the graph is linked to the original tables that
created it, and will potentially be re-created instead loaded from
persist on launch.
|
ShowGraphResponse |
setLoad(List<Integer> load)
A percentage approximating the current computational load on the server.
|
ShowGraphResponse |
setMemory(List<Long> memory)
Available memory.
|
ShowGraphResponse |
setNumBytes(List<Long> numBytes)
Memory this graph uses in bytes.
|
ShowGraphResponse |
setNumEdges(List<Long> numEdges)
Total number of edges in the graph.
|
ShowGraphResponse |
setNumNodes(List<Long> numNodes)
Total number of nodes in the graph.
|
ShowGraphResponse |
setOriginalRequest(List<String> originalRequest)
The original client request used to create the graph (before any
expression evaluation or separator processing).
|
ShowGraphResponse |
setResourceCapacity(List<Long> resourceCapacity)
Memory this graph uses in bytes.
|
ShowGraphResponse |
setResult(boolean result)
Indicates a success.
|
String |
toString() |
public ShowGraphResponse()
public static org.apache.avro.Schema getClassSchema()
public boolean getResult()
result.public ShowGraphResponse setResult(boolean result)
result - The new value for result.this to mimic the builder pattern.public List<Integer> getLoad()
load.public ShowGraphResponse setLoad(List<Integer> load)
load - The new value for load.this to mimic the builder pattern.public ShowGraphResponse setMemory(List<Long> memory)
memory - The new value for memory.this to mimic the builder pattern.public List<String> getGraphNames()
graphNames.public ShowGraphResponse setGraphNames(List<String> graphNames)
graphNames - The new value for graphNames.this to mimic the builder pattern.public List<Integer> getGraphServerIds()
graphServerIds.public ShowGraphResponse setGraphServerIds(List<Integer> graphServerIds)
graphServerIds - The new value for graphServerIds.this to mimic the builder pattern.public List<String> getGraphOwnerUserNames()
graphOwnerUserNames.public ShowGraphResponse setGraphOwnerUserNames(List<String> graphOwnerUserNames)
graphOwnerUserNames - The new value for graphOwnerUserNames.this to mimic the builder pattern.public List<String> getGraphOwnerResourceGroups()
graphOwnerResourceGroups.public ShowGraphResponse setGraphOwnerResourceGroups(List<String> graphOwnerResourceGroups)
graphOwnerResourceGroups - The new value for graphOwnerResourceGroups.this to mimic the builder pattern.public List<Boolean> getDirected()
directed.public ShowGraphResponse setDirected(List<Boolean> directed)
directed - The new value for directed.this to mimic the builder pattern.public List<Long> getNumNodes()
numNodes.public ShowGraphResponse setNumNodes(List<Long> numNodes)
numNodes - The new value for numNodes.this to mimic the builder pattern.public List<Long> getNumEdges()
numEdges.public ShowGraphResponse setNumEdges(List<Long> numEdges)
numEdges - The new value for numEdges.this to mimic the builder pattern.public List<Long> getNumBytes()
numBytes.public ShowGraphResponse setNumBytes(List<Long> numBytes)
numBytes - The new value for numBytes.this to mimic the builder pattern.public List<Long> getResourceCapacity()
resourceCapacity.public ShowGraphResponse setResourceCapacity(List<Long> resourceCapacity)
resourceCapacity - The new value for resourceCapacity.this to mimic the builder pattern.public List<Boolean> getIsPersisted()
isPersisted.public ShowGraphResponse setIsPersisted(List<Boolean> isPersisted)
isPersisted - The new value for isPersisted.this to mimic the builder pattern.public List<Boolean> getIsPartitioned()
isPartitioned.public ShowGraphResponse setIsPartitioned(List<Boolean> isPartitioned)
isPartitioned - The new value for isPartitioned.this to mimic the builder pattern.public List<Boolean> getIsSyncDb()
isSyncDb.public ShowGraphResponse setIsSyncDb(List<Boolean> isSyncDb)
isSyncDb - The new value for isSyncDb.this to mimic the builder pattern.public List<Boolean> getHasInsertTableMonitor()
hasInsertTableMonitor.public ShowGraphResponse setHasInsertTableMonitor(List<Boolean> hasInsertTableMonitor)
hasInsertTableMonitor - The new value for hasInsertTableMonitor.this to mimic the builder pattern.public List<String> getOriginalRequest()
originalRequest.public ShowGraphResponse setOriginalRequest(List<String> originalRequest)
originalRequest - The new value for originalRequest.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public ShowGraphResponse setInfo(Map<String,String> info)
info - The new value for info.this to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainerpublic Object get(int index)
get in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to getIndexOutOfBoundsExceptionpublic void put(int index,
Object value)
put in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to setvalue - the value to setIndexOutOfBoundsExceptionCopyright © 2025. All rights reserved.