|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterService | |
---|---|
com.espertech.esper.core.context.mgr | Context management. |
com.espertech.esper.core.deploy | Module and deployment utility and parser. |
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
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 FilterService in com.espertech.esper.core.context.mgr |
---|
Methods in com.espertech.esper.core.context.mgr with parameters of type FilterService | |
---|---|
void |
ContextControllerPartitionedFilterCallback.destroy(FilterService filterService)
|
void |
ContextControllerHashedFilterCallback.destroy(FilterService filterService)
|
Uses of FilterService in com.espertech.esper.core.deploy |
---|
Methods in com.espertech.esper.core.deploy with parameters of type FilterService | |
---|---|
static java.util.List<EventType> |
EPLModuleUtil.undeployTypes(java.util.Set<java.lang.String> referencedTypes,
StatementEventTypeRef statementEventTypeRef,
EventAdapterService eventAdapterService,
FilterService filterService)
|
Constructors in com.espertech.esper.core.deploy with parameters of type FilterService | |
---|---|
EPDeploymentAdminImpl(EPAdministratorSPI epService,
DeploymentStateService deploymentStateService,
StatementEventTypeRef statementEventTypeRef,
EventAdapterService eventAdapterService,
StatementIsolationService statementIsolationService,
StatementIdGenerator optionalStatementIdGenerator,
FilterService filterService)
Ctor. |
Uses of FilterService in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service that return FilterService | |
---|---|
FilterService |
StatementContext.getFilterService()
Returns the filter service. |
FilterService |
EPServiceProviderSPI.getFilterService()
Returns the filter service. |
FilterService |
EPServiceProviderImpl.getFilterService()
|
Methods in com.espertech.esper.core.service with parameters of type FilterService | |
---|---|
void |
StatementContext.setFilterService(FilterService filterService)
Sets the filter service |
Constructors in com.espertech.esper.core.service with parameters of type FilterService | |
---|---|
ConfigurationOperationsImpl(EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator,
EngineImportService engineImportService,
VariableService variableService,
EngineSettingsService engineSettingsService,
ValueAddEventService valueAddEventService,
MetricReportingService metricReportingService,
StatementEventTypeRef statementEventTypeRef,
StatementVariableRef statementVariableRef,
PluggableObjectCollection plugInViews,
FilterService filterService,
PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc,
TableService tableService)
Ctor. |
|
StatementContext(StatementContextEngineServices stmtEngineServices,
byte[] statementIdBytes,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
EPStatementHandle epStatementHandle,
ViewResolutionService viewResultionService,
PatternObjectResolutionService patternResolutionService,
StatementExtensionSvcContext statementExtensionSvcContext,
StatementStopService statementStopService,
MethodResolutionService methodResolutionService,
PatternContextFactory patternContextFactory,
FilterService filterService,
StatementResultService statementResultService,
InternalEventRouteDest internalEventEngineRouteDest,
java.lang.annotation.Annotation[] annotations,
StatementAIResourceRegistry statementAgentInstanceRegistry,
StatementAgentInstanceLock defaultAgentInstanceLock,
ContextDescriptor contextDescriptor,
PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc,
boolean statelessSelect,
ContextControllerFactoryService contextControllerFactoryService,
AgentInstanceScriptContext defaultAgentInstanceScriptContext,
AggregationServiceFactoryService aggregationServiceFactoryService,
boolean writesToTables,
java.lang.Object statementUserObject)
Constructor. |
Uses of FilterService in com.espertech.esper.filter |
---|
Subinterfaces of FilterService in com.espertech.esper.filter | |
---|---|
interface |
FilterServiceSPI
Service provider interface for filter service. |
Classes in com.espertech.esper.filter that implement FilterService | |
---|---|
class |
FilterServiceBase
Implementation of the filter service interface. |
class |
FilterServiceLockCoarse
|
class |
FilterServiceLockFine
|
Uses of FilterService in com.espertech.esper.pattern |
---|
Methods in com.espertech.esper.pattern that return FilterService | |
---|---|
FilterService |
PatternContext.getFilterService()
Returns service to use for filter evaluation. |
Uses of FilterService in com.espertech.esper.view.stream |
---|
Methods in com.espertech.esper.view.stream with parameters of type FilterService | |
---|---|
Pair<EventStream,StatementAgentInstanceLock> |
StreamFactorySvcImpl.createStream(java.lang.String statementId,
FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
boolean isJoin,
ExprEvaluatorContext exprEvaluatorContext,
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(java.lang.String statementId,
FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
boolean isJoin,
ExprEvaluatorContext exprEvaluatorContext,
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. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |