Package io.siddhi.core.table.record
Class AbstractQueryableRecordTable.CompiledSelectionWithCache
- java.lang.Object
-
- io.siddhi.core.table.record.AbstractQueryableRecordTable.CompiledSelectionWithCache
-
- All Implemented Interfaces:
CompiledExpression,CompiledSelection,Serializable
- Enclosing class:
- AbstractQueryableRecordTable
public class AbstractQueryableRecordTable.CompiledSelectionWithCache extends Object implements CompiledSelection
class to hold both store compile selection and cache compile selection wrapped- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompiledSelectionWithCache(io.siddhi.core.table.record.AbstractQueryableRecordTable.RecordStoreCompiledSelection recordStoreCompiledSelection, QuerySelector querySelector, MetaStateEvent metaStateEvent, int storeEventIndex, List<VariableExpressionExecutor> variableExpressionExecutors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetaStateEventgetMetaStateEvent()QuerySelectorgetQuerySelector()io.siddhi.core.table.record.AbstractQueryableRecordTable.RecordStoreCompiledSelectiongetRecordStoreCompiledSelection()intgetStoreEventIndex()List<VariableExpressionExecutor>getVariableExpressionExecutorsForQuerySelector()
-
-
-
Constructor Detail
-
CompiledSelectionWithCache
public CompiledSelectionWithCache(io.siddhi.core.table.record.AbstractQueryableRecordTable.RecordStoreCompiledSelection recordStoreCompiledSelection, QuerySelector querySelector, MetaStateEvent metaStateEvent, int storeEventIndex, List<VariableExpressionExecutor> variableExpressionExecutors)
-
-
Method Detail
-
getRecordStoreCompiledSelection
public io.siddhi.core.table.record.AbstractQueryableRecordTable.RecordStoreCompiledSelection getRecordStoreCompiledSelection()
-
getQuerySelector
public QuerySelector getQuerySelector()
-
getMetaStateEvent
public MetaStateEvent getMetaStateEvent()
-
getStoreEventIndex
public int getStoreEventIndex()
-
getVariableExpressionExecutorsForQuerySelector
public List<VariableExpressionExecutor> getVariableExpressionExecutorsForQuerySelector()
-
-