Skip navigation links
A C E G I L M O P R S 

A

addEdge(String, String) - Method in class org.wso2.extension.siddhi.execution.graph.Graph
This is use to create an edge between two vertices

C

currentState() - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
 
currentState() - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
Used to collect the serializable state of the processing element, that need to be persisted for reconstructing the element to the same state at a different point of graph

E

existsEdge(String, String) - Method in class org.wso2.extension.siddhi.execution.graph.Graph
This is to check whether there is an edge between two vertices

G

getDegree(String) - Method in class org.wso2.extension.siddhi.execution.graph.Graph
This is used to get the degree of a vertex
getGraph() - Method in class org.wso2.extension.siddhi.execution.graph.Graph
This is used to get the graph
getNeighbors(String) - Method in class org.wso2.extension.siddhi.execution.graph.Graph
This is used to get the adjacency list of a vertex
Graph - Class in org.wso2.extension.siddhi.execution.graph
This class is used to generate the graph from the stream data
Graph() - Constructor for class org.wso2.extension.siddhi.execution.graph.Graph
 

I

init(AbstractDefinition, ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
The init method of the LargestConnectedComponentProcessor, this method will be called before other methods
init(AbstractDefinition, ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
The init method of the MaximumCliqueStreamProcessor, this method will be called before other methods

L

LargestConnectedComponentProcessor - Class in org.wso2.extension.siddhi.execution.graph
Operator which is related to find the size of the largest connected component of a graph.
LargestConnectedComponentProcessor() - Constructor for class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
 

M

MaximumCliqueStreamProcessor - Class in org.wso2.extension.siddhi.execution.graph
Operator which is related to find the maximum clique size of a graph.
MaximumCliqueStreamProcessor() - Constructor for class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
 

O

org.wso2.extension.siddhi.execution.graph - package org.wso2.extension.siddhi.execution.graph
 

P

process(ComplexEventChunk<StreamEvent>, Processor, StreamEventCloner, ComplexEventPopulater) - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
The main processing method that will be called upon event arrival
process(ComplexEventChunk<StreamEvent>, Processor, StreamEventCloner, ComplexEventPopulater) - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
The main processing method that will be called upon event arrival

R

restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.execution.graph.LargestConnectedComponentProcessor
 
restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.execution.graph.MaximumCliqueStreamProcessor
Used to restore serialized state of the processing element, for reconstructing the element to the same state as if was on a previous point of graph.

S

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.
A C E G I L M O P R S 
Skip navigation links

Copyright © 2017 WSO2. All rights reserved.