- size() - Method in class org.wso2.extension.siddhi.execution.graph.Graph
-
Get the size of the adjacency list
- start() - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
-
This will be called only once and this can be used to acquire required resources for the
processing element.
- start() - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
-
This will be called only once and this can be used to acquire required resources for the
processing element.
- stop() - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
-
This will be called only once and this can be used to release the acquired resources
for processing.
- stop() - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
-
This will be called only once and this can be used to release the acquired resources
for processing.