public interface LogicalGraphInstanceView
LogicalGraphInstance
LogicalGraphInstance
Modifier and Type | Method and Description |
---|---|
List<? extends OperatorInstance> |
getChildren()
Gets the descriptions of the top-level operators
comprising the instance.
|
GUID |
getGraphInstanceGUID()
Uniquely identifies this graph instance, currently used for ui refresh on the client
|
String |
getName()
Returns the name of this graph instance.
|
GraphPath |
getPath()
Returns the base path of this graph instance.
|
LogicalGraphInstanceView |
getSnapshot()
Returns a snapshot that reflects a point-in-time of this graph instance
|
GraphState |
getState()
Gets the current execution state of the instance.
|
GUID getGraphInstanceGUID()
GraphState getState()
String getName()
name
of the corresponding LogicalGraph
.GraphPath getPath()
getName()
for top-level graphs. For subgraphs, this will include
the path of the operator/connection that launched the graph.List<? extends OperatorInstance> getChildren()
LogicalGraphInstanceView getSnapshot()
Copyright © 2016 Actian Corporation. All rights reserved.