Class ConditionInputStore
- java.lang.Object
-
- io.siddhi.query.api.execution.query.input.store.ConditionInputStore
-
- All Implemented Interfaces:
InputStore,Serializable
- Direct Known Subclasses:
AggregationInputStore
public class ConditionInputStore extends Object implements InputStore
Condition Input Store- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExpressiononConditionprotected Storestore
-
Constructor Summary
Constructors Modifier Constructor Description protectedConditionInputStore(Store store, Expression onCondition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ExpressiongetOnCondition()StoregetStore()StringgetStoreId()StringgetStoreReferenceId()inthashCode()StringtoString()
-
-
-
Field Detail
-
store
protected final Store store
-
onCondition
protected Expression onCondition
-
-
Constructor Detail
-
ConditionInputStore
protected ConditionInputStore(Store store, Expression onCondition)
-
-
Method Detail
-
getStoreReferenceId
public String getStoreReferenceId()
- Specified by:
getStoreReferenceIdin interfaceInputStore
-
getStoreId
public String getStoreId()
- Specified by:
getStoreIdin interfaceInputStore
-
getStore
public Store getStore()
-
getOnCondition
public Expression getOnCondition()
-
-