|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterSpecCompiled | |
---|---|
com.espertech.esper.core.context.activator | Activation of streams for statement start. |
com.espertech.esper.core.context.factory | Statement agent instance factories. |
com.espertech.esper.core.context.mgr | Context management. |
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.core.start | Classes related to start and stop of statements |
com.espertech.esper.epl.fafquery | Fire-and-forget query execution planning. |
com.espertech.esper.epl.named | Named window classes are in this package |
com.espertech.esper.epl.spec | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
com.espertech.esper.epl.spec.util | Statement spec utilities |
com.espertech.esper.filter | Main switchboard filtering and routing of incoming events to interested statements is performed in this package. |
com.espertech.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
com.espertech.esper.view.stream | View to event stream relationship service |
Uses of FilterSpecCompiled in com.espertech.esper.core.context.activator |
---|
Methods in com.espertech.esper.core.context.activator that return FilterSpecCompiled | |
---|---|
FilterSpecCompiled |
ViewableActivatorFilterProxy.getFilterSpec()
|
Methods in com.espertech.esper.core.context.activator with parameters of type FilterSpecCompiled | |
---|---|
ViewableActivator |
ViewableActivatorFactoryDefault.createFilterProxy(EPServicesContext services,
FilterSpecCompiled filterSpec,
java.lang.annotation.Annotation[] annotations,
boolean subselect,
InstrumentationAgent instrumentationAgentSubquery,
boolean isCanIterate,
java.lang.Integer streamNumFromClause)
|
ViewableActivator |
ViewableActivatorFactory.createFilterProxy(EPServicesContext services,
FilterSpecCompiled filterSpec,
java.lang.annotation.Annotation[] annotations,
boolean subselect,
InstrumentationAgent instrumentationAgentSubquery,
boolean isCanIterate,
java.lang.Integer streamNumFromClause)
|
Constructors in com.espertech.esper.core.context.activator with parameters of type FilterSpecCompiled | |
---|---|
ViewableActivatorFilterProxy(EPServicesContext services,
FilterSpecCompiled filterSpec,
java.lang.annotation.Annotation[] annotations,
boolean subSelect,
InstrumentationAgent instrumentationAgent,
boolean isCanIterate)
|
Uses of FilterSpecCompiled in com.espertech.esper.core.context.factory |
---|
Constructors in com.espertech.esper.core.context.factory with parameters of type FilterSpecCompiled | |
---|---|
StatementAgentInstancePostLoadSelect(Viewable[] streamViews,
JoinSetComposerDesc joinSetComposer,
NamedWindowTailViewInstance[] namedWindowTailViews,
FilterSpecCompiled[] namedWindowPostloadFilters,
java.util.List<ExprNode>[] namedWindowFilters,
java.lang.annotation.Annotation[] annotations,
ExprEvaluatorContext exprEvaluatorContext)
|
Uses of FilterSpecCompiled in com.espertech.esper.core.context.mgr |
---|
Methods in com.espertech.esper.core.context.mgr that return types with arguments of type FilterSpecCompiled | |
---|---|
java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> |
ContextInternalFilterAddendum.getFilterAddendum()
|
java.util.List<FilterSpecCompiled> |
ContextControllerStatementCtxCacheFilters.getFilterSpecs()
|
Methods in com.espertech.esper.core.context.mgr with parameters of type FilterSpecCompiled | |
---|---|
static ContextDetailHashItem |
ContextControllerHashFactoryBase.findHashItemSpec(ContextDetailHash hashSpec,
FilterSpecCompiled filterSpec)
|
FilterValueSetParam[][] |
AgentInstanceFilterProxyImpl.getAddendumFilters(FilterSpecCompiled filterSpec)
|
FilterValueSetParam[][] |
AgentInstanceFilterProxy.getAddendumFilters(FilterSpecCompiled filterSpec)
|
static FilterValueSetParam[][] |
ContextControllerHashFactoryBase.getAddendumFilters(FilterSpecCompiled filterSpecCompiled,
int hashCode,
ContextDetailHash hashSpec,
ContextControllerStatementDesc statementDesc)
|
static FilterValueSetParam[][] |
ContextControllerPartitionedUtil.getAddendumFilters(java.lang.Object keyValue,
FilterSpecCompiled filtersSpec,
ContextDetailPartitioned segmentedSpec,
StatementSpecCompiled optionalStatementSpecCompiled)
|
FilterValueSetParam[][] |
ContextInternalFilterAddendum.getFilterAddendum(FilterSpecCompiled filterSpecCompiled)
|
Method parameters in com.espertech.esper.core.context.mgr with type arguments of type FilterSpecCompiled | |
---|---|
static void |
ContextControllerHashFactoryBase.getAddendumFilters(java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> addendums,
int hashCode,
java.util.List<FilterSpecCompiled> filtersSpecs,
ContextDetailHash hashSpec,
ContextControllerStatementDesc statementDesc)
|
static void |
ContextControllerHashFactoryBase.getAddendumFilters(java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> addendums,
int hashCode,
java.util.List<FilterSpecCompiled> filtersSpecs,
ContextDetailHash hashSpec,
ContextControllerStatementDesc statementDesc)
|
ContextControllerFactory |
ContextControllerFactoryFactorySvcImpl.make(ContextControllerFactoryContext factoryContext,
ContextDetail detail,
java.util.List<FilterSpecCompiled> optFiltersNested)
|
ContextControllerFactory |
ContextControllerFactoryFactorySvc.make(ContextControllerFactoryContext factoryContext,
ContextDetail detail,
java.util.List<FilterSpecCompiled> optFiltersNested)
|
static void |
ContextControllerPartitionedUtil.populateAddendumFilters(java.lang.Object keyValue,
java.util.List<FilterSpecCompiled> filtersSpecs,
ContextDetailPartitioned segmentedSpec,
StatementSpecCompiled optionalStatementSpecCompiled,
java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> addendums)
|
static void |
ContextControllerPartitionedUtil.populateAddendumFilters(java.lang.Object keyValue,
java.util.List<FilterSpecCompiled> filtersSpecs,
ContextDetailPartitioned segmentedSpec,
StatementSpecCompiled optionalStatementSpecCompiled,
java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> addendums)
|
void |
ContextControllerPartitionedFactoryBase.populateFilterAddendums(java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> filterAddendum,
ContextControllerStatementDesc statement,
java.lang.Object key,
int contextId)
|
void |
ContextControllerInitTermFactoryBase.populateFilterAddendums(java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> filterAddendum,
ContextControllerStatementDesc statement,
java.lang.Object key,
int contextId)
|
void |
ContextControllerHashFactoryBase.populateFilterAddendums(java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> filterAddendum,
ContextControllerStatementDesc statement,
java.lang.Object key,
int contextId)
|
void |
ContextControllerFactory.populateFilterAddendums(java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> filterAddendum,
ContextControllerStatementDesc statement,
java.lang.Object key,
int contextId)
|
void |
ContextControllerCategoryFactoryBase.populateFilterAddendums(java.util.IdentityHashMap<FilterSpecCompiled,FilterValueSetParam[][]> filterAddendum,
ContextControllerStatementDesc statement,
java.lang.Object categoryIndex,
int contextId)
|
Uses of FilterSpecCompiled in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service with parameters of type FilterSpecCompiled | |
---|---|
static void |
StatementLifecycleSvcUtil.assignFilterSpecIds(FilterSpecCompiled filterSpec,
FilterSpecCompiled[] filterSpecsAll)
|
static void |
StatementLifecycleSvcUtil.assignFilterSpecIds(FilterSpecCompiled filterSpec,
FilterSpecCompiled[] filterSpecsAll)
|
Uses of FilterSpecCompiled in com.espertech.esper.core.start |
---|
Methods in com.espertech.esper.core.start that return FilterSpecCompiled | |
---|---|
FilterSpecCompiled |
EPPreparedExecuteIUDSingleStreamExecUpdate.getFilter()
|
FilterSpecCompiled |
EPPreparedExecuteIUDSingleStreamExecDelete.getFilter()
|
Methods in com.espertech.esper.core.start with parameters of type FilterSpecCompiled | |
---|---|
EPPreparedExecuteIUDSingleStreamExec |
EPPreparedExecuteIUDSingleStreamUpdate.getExecutor(FilterSpecCompiled filter,
java.lang.String aliasName)
|
EPPreparedExecuteIUDSingleStreamExec |
EPPreparedExecuteIUDSingleStreamDelete.getExecutor(FilterSpecCompiled filter,
java.lang.String aliasName)
|
abstract EPPreparedExecuteIUDSingleStreamExec |
EPPreparedExecuteIUDSingleStream.getExecutor(FilterSpecCompiled filter,
java.lang.String aliasName)
|
EPPreparedExecuteIUDSingleStreamExec |
EPPreparedExecuteIUDInsertInto.getExecutor(FilterSpecCompiled filter,
java.lang.String aliasName)
|
java.util.Collection<EventBean> |
FireAndForgetInstanceTable.snapshotBestEffort(EPPreparedExecuteMethodQuery query,
FilterSpecCompiled filter,
java.lang.annotation.Annotation[] annotations)
|
java.util.Collection<EventBean> |
FireAndForgetInstanceNamedWindow.snapshotBestEffort(EPPreparedExecuteMethodQuery query,
FilterSpecCompiled filter,
java.lang.annotation.Annotation[] annotations)
|
abstract java.util.Collection<EventBean> |
FireAndForgetInstance.snapshotBestEffort(EPPreparedExecuteMethodQuery epPreparedExecuteMethodQuery,
FilterSpecCompiled filter,
java.lang.annotation.Annotation[] annotations)
|
Constructors in com.espertech.esper.core.start with parameters of type FilterSpecCompiled | |
---|---|
EPPreparedExecuteIUDSingleStreamExecDelete(FilterSpecCompiled filter,
ExprNode optionalWhereClause,
java.lang.annotation.Annotation[] annotations,
ExprTableAccessNode[] optionalTableNodes,
EPServicesContext services)
|
|
EPPreparedExecuteIUDSingleStreamExecUpdate(FilterSpecCompiled filter,
ExprNode optionalWhereClause,
java.lang.annotation.Annotation[] annotations,
EventBeanUpdateHelper updateHelper,
TableUpdateStrategy tableUpdateStrategy,
ExprTableAccessNode[] optionalTableNodes,
EPServicesContext services)
|
Uses of FilterSpecCompiled in com.espertech.esper.epl.fafquery |
---|
Methods in com.espertech.esper.epl.fafquery with parameters of type FilterSpecCompiled | |
---|---|
static java.util.Collection<EventBean> |
FireAndForgetQueryExec.snapshot(FilterSpecCompiled optionalFilter,
java.lang.annotation.Annotation[] annotations,
VirtualDWView virtualDataWindow,
EventTableIndexRepository indexRepository,
boolean queryPlanLogging,
org.apache.commons.logging.Log queryPlanLogDestination,
java.lang.String objectName,
AgentInstanceContext agentInstanceContext)
|
Uses of FilterSpecCompiled in com.espertech.esper.epl.named |
---|
Methods in com.espertech.esper.epl.named with parameters of type FilterSpecCompiled | |
---|---|
java.util.Collection<EventBean> |
NamedWindowTailViewInstance.snapshot(FilterSpecCompiled filter,
java.lang.annotation.Annotation[] annotations)
Returns a snapshot of window contents, thread-safely |
java.util.Collection<EventBean> |
NamedWindowRootViewInstance.snapshot(FilterSpecCompiled optionalFilter,
java.lang.annotation.Annotation[] annotations)
Return a snapshot using index lookup filters. |
EventBean[] |
NamedWindowTailViewInstance.snapshotDelete(FilterSpecCompiled filter,
ExprNode filterExpr,
java.lang.annotation.Annotation[] annotations)
|
java.util.Collection<EventBean> |
NamedWindowTailViewInstance.snapshotNoLock(FilterSpecCompiled filter,
java.lang.annotation.Annotation[] annotations)
|
java.util.Collection<EventBean> |
NamedWindowTailViewInstance.snapshotNoLockWithFilter(FilterSpecCompiled filter,
java.lang.annotation.Annotation[] annotations,
ExprNode filterExpr,
ExprEvaluatorContext exprEvaluatorContext)
|
EventBean[] |
NamedWindowTailViewInstance.snapshotUpdate(FilterSpecCompiled filter,
ExprNode optionalWhereClause,
EventBeanUpdateHelper updateHelper,
java.lang.annotation.Annotation[] annotations)
|
Uses of FilterSpecCompiled in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return FilterSpecCompiled | |
---|---|
FilterSpecCompiled |
FilterStreamSpecCompiled.getFilterSpec()
Returns filter specification for which events the stream will getSelectListEvents. |
FilterSpecCompiled |
ContextDetailPartitionItem.getFilterSpecCompiled()
|
FilterSpecCompiled |
ContextDetailHashItem.getFilterSpecCompiled()
|
FilterSpecCompiled |
ContextDetailConditionFilter.getFilterSpecCompiled()
|
FilterSpecCompiled |
ContextDetailCategory.getFilterSpecCompiled()
|
FilterSpecCompiled[] |
StatementSpecCompiled.getFilterSpecsOverall()
|
Methods in com.espertech.esper.epl.spec that return types with arguments of type FilterSpecCompiled | |
---|---|
java.util.List<FilterSpecCompiled> |
ContextDetailPartitioned.getContextDetailFilterSpecs()
|
java.util.List<FilterSpecCompiled> |
ContextDetailNested.getContextDetailFilterSpecs()
|
java.util.List<FilterSpecCompiled> |
ContextDetailInitiatedTerminated.getContextDetailFilterSpecs()
|
java.util.List<FilterSpecCompiled> |
ContextDetailHash.getContextDetailFilterSpecs()
|
java.util.List<FilterSpecCompiled> |
ContextDetailCategory.getContextDetailFilterSpecs()
|
java.util.List<FilterSpecCompiled> |
ContextDetail.getContextDetailFilterSpecs()
|
java.util.List<FilterSpecCompiled> |
ContextDetailConditionTimePeriod.getFilterSpecIfAny()
|
java.util.List<FilterSpecCompiled> |
ContextDetailConditionPattern.getFilterSpecIfAny()
|
java.util.List<FilterSpecCompiled> |
ContextDetailConditionImmediate.getFilterSpecIfAny()
|
java.util.List<FilterSpecCompiled> |
ContextDetailConditionFilter.getFilterSpecIfAny()
|
java.util.List<FilterSpecCompiled> |
ContextDetailConditionCrontab.getFilterSpecIfAny()
|
java.util.List<FilterSpecCompiled> |
ContextDetailCondition.getFilterSpecIfAny()
|
java.util.List<FilterSpecCompiled> |
CreateContextDesc.getFilterSpecs()
|
Methods in com.espertech.esper.epl.spec with parameters of type FilterSpecCompiled | |
---|---|
void |
ContextDetailCategoryItem.setCompiledFilter(FilterSpecCompiled filterSpec,
AgentInstanceContext agentInstanceContext)
|
void |
FilterStreamSpecCompiled.setFilterSpec(FilterSpecCompiled filterSpec)
Sets a filter specification. |
void |
ContextDetailPartitionItem.setFilterSpecCompiled(FilterSpecCompiled filterSpecCompiled)
|
void |
ContextDetailHashItem.setFilterSpecCompiled(FilterSpecCompiled filterSpecCompiled)
|
void |
ContextDetailConditionFilter.setFilterSpecCompiled(FilterSpecCompiled filterSpecCompiled)
|
void |
ContextDetailCategory.setFilterSpecCompiled(FilterSpecCompiled filterSpec)
|
void |
StatementSpecCompiled.setFilterSpecsOverall(FilterSpecCompiled[] filterSpecsOverall)
|
Constructors in com.espertech.esper.epl.spec with parameters of type FilterSpecCompiled | |
---|---|
FilterStreamSpecCompiled(FilterSpecCompiled filterSpec,
ViewSpec[] viewSpecs,
java.lang.String optionalStreamName,
StreamSpecOptions streamSpecOptions)
Ctor. |
Uses of FilterSpecCompiled in com.espertech.esper.epl.spec.util |
---|
Methods in com.espertech.esper.epl.spec.util that return types with arguments of type FilterSpecCompiled | |
---|---|
java.util.List<FilterSpecCompiled> |
StatementSpecCompiledAnalyzerResult.getFilters()
|
Constructor parameters in com.espertech.esper.epl.spec.util with type arguments of type FilterSpecCompiled | |
---|---|
StatementSpecCompiledAnalyzerResult(java.util.List<FilterSpecCompiled> filters,
java.util.List<NamedWindowConsumerStreamSpec> namedWindowConsumers)
|
Uses of FilterSpecCompiled in com.espertech.esper.filter |
---|
Methods in com.espertech.esper.filter that return FilterSpecCompiled | |
---|---|
static FilterSpecCompiled |
FilterSpecCompiler.build(java.util.List<ExprNode> validatedNodes,
EventType eventType,
java.lang.String eventTypeName,
PropertyEvalSpec optionalPropertyEvalSpec,
java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes,
java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes,
StreamTypeService streamTypeService,
java.lang.String optionalStreamName,
StatementContext stmtContext,
java.util.Collection<java.lang.Integer> assignedTypeNumberStack)
|
static FilterSpecCompiled |
FilterSpecCompiler.buildNoStmtCtx(java.util.List<ExprNode> validatedFilterNodes,
EventType eventType,
java.lang.String eventTypeName,
PropertyEvalSpec optionalPropertyEvalSpec,
java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes,
java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes,
StreamTypeService streamTypeService,
java.lang.String optionalStreamName,
java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
ExprEvaluatorContext exprEvaluatorContext,
int statementId,
java.lang.String statementName,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
EngineImportService engineImportService,
EventAdapterService eventAdapterService,
FilterBooleanExpressionFactory filterBooleanExpressionFactory,
TimeProvider timeProvider,
VariableService variableService,
TableService tableService,
ConfigurationInformation configurationInformation,
NamedWindowMgmtService namedWindowMgmtService,
StatementExtensionSvcContext statementExtensionSvcContext)
|
static FilterSpecCompiled |
FilterSpecCompiler.makeFilterSpec(EventType eventType,
java.lang.String eventTypeName,
java.util.List<ExprNode> filterExpessions,
PropertyEvalSpec optionalPropertyEvalSpec,
java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes,
java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes,
StreamTypeService streamTypeService,
java.lang.String optionalStreamName,
StatementContext statementContext,
java.util.Collection<java.lang.Integer> assignedTypeNumberStack)
Factory method for compiling filter expressions into a filter specification for use with filter service. |
Methods in com.espertech.esper.filter with parameters of type FilterSpecCompiled | |
---|---|
boolean |
FilterSpecCompiled.equalsTypeAndFilter(FilterSpecCompiled other)
Compares only the type and filter portion and not the property evaluation portion. |
int |
FilterSpecCompiled.getFilterSpecIndexAmongAll(FilterSpecCompiled[] filterSpecAll)
|
Uses of FilterSpecCompiled in com.espertech.esper.pattern |
---|
Methods in com.espertech.esper.pattern that return FilterSpecCompiled | |
---|---|
FilterSpecCompiled |
EvalFilterFactoryNode.getFilterSpec()
Returns filter specification. |
Methods in com.espertech.esper.pattern with parameters of type FilterSpecCompiled | |
---|---|
void |
EvalFilterFactoryNode.setFilterSpec(FilterSpecCompiled filterSpec)
Sets a validated and optimized filter specification |
Uses of FilterSpecCompiled in com.espertech.esper.view.stream |
---|
Methods in com.espertech.esper.view.stream with parameters of type FilterSpecCompiled | |
---|---|
Pair<EventStream,StatementAgentInstanceLock> |
StreamFactorySvcImpl.createStream(int statementId,
FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
boolean isJoin,
AgentInstanceContext agentInstanceContext,
boolean hasOrderBy,
boolean filterWithSameTypeSubselect,
java.lang.annotation.Annotation[] annotations,
boolean stateless,
int streamNum,
boolean isCanIterateUnbound)
See the method of the same name in StreamFactoryService . |
Pair<EventStream,StatementAgentInstanceLock> |
StreamFactoryService.createStream(int statementId,
FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
boolean isJoin,
AgentInstanceContext agentInstanceContext,
boolean hasOrderBy,
boolean filterWithSameTypeSubselect,
java.lang.annotation.Annotation[] annotations,
boolean stateless,
int streamNum,
boolean isCanIterateUnbound)
Create or reuse existing EventStream instance representing that event filter. |
void |
StreamFactorySvcImpl.dropStream(FilterSpecCompiled filterSpec,
FilterService filterService,
boolean isJoin,
boolean hasOrderBy,
boolean filterWithSameTypeSubselect,
boolean stateless)
See the method of the same name in StreamFactoryService . |
void |
StreamFactoryService.dropStream(FilterSpecCompiled filterSpec,
FilterService filterService,
boolean isJoin,
boolean hasOrderBy,
boolean filterWithSameTypeSubselect,
boolean stateless)
Drop the event stream associated with the filter passed in. |
static EventStream |
EventStreamProxy.getAuditProxy(java.lang.String engineURI,
java.lang.String statementName,
java.lang.annotation.Annotation[] annotations,
FilterSpecCompiled filterSpec,
EventStream designated)
|
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |