|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluggableObjectCollection | |
---|---|
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
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.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
com.espertech.esper.view | View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. |
Uses of PluggableObjectCollection in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service that return PluggableObjectCollection | |
---|---|
PluggableObjectCollection |
EPServicesContext.getPlugInPatternObjects()
Information to resolve plug-in pattern object namespace and name. |
PluggableObjectCollection |
EPServicesContext.getPlugInViews()
Information to resolve plug-in view namespace and name. |
Constructors in com.espertech.esper.core.service with parameters of type PluggableObjectCollection | |
---|---|
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. |
|
EPServicesContext(java.lang.String engineURI,
SchedulingServiceSPI schedulingService,
EventAdapterService eventAdapterService,
EngineImportService engineImportService,
EngineSettingsService engineSettingsService,
DatabaseConfigService databaseConfigService,
PluggableObjectCollection plugInViews,
StatementLockFactory statementLockFactory,
ManagedReadWriteLock eventProcessingRWLock,
ExtensionServicesContext extensionServicesContext,
EngineEnvContext engineEnvContext,
StatementContextFactory statementContextFactory,
PluggableObjectCollection plugInPatternObjects,
TimerService timerService,
FilterServiceSPI filterService,
StreamFactoryService streamFactoryService,
NamedWindowService namedWindowService,
VariableService variableService,
TableService tableService,
TimeSourceService timeSourceService,
ValueAddEventService valueAddEventService,
MetricReportingServiceSPI metricsReportingService,
StatementEventTypeRef statementEventTypeRef,
StatementVariableRef statementVariableRef,
ConfigurationInformation configSnapshot,
ThreadingService threadingServiceImpl,
InternalEventRouterImpl internalEventRouter,
StatementIsolationService statementIsolationService,
SchedulingMgmtService schedulingMgmtService,
DeploymentStateService deploymentStateService,
ExceptionHandlingService exceptionHandlingService,
PatternNodeFactory patternNodeFactory,
EventTypeIdGenerator eventTypeIdGenerator,
StatementMetadataFactory statementMetadataFactory,
ContextManagementService contextManagementService,
SchedulableAgentInstanceDirectory schedulableAgentInstanceDirectory,
PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc,
DataFlowService dataFlowService,
ExprDeclaredService exprDeclaredService)
Constructor - sets up new set of services. |
|
StatementContextFactoryDefault(PluggableObjectCollection viewPlugIns,
PluggableObjectCollection plugInPatternObj,
java.lang.Class systemVirtualDWViewFactory)
Ctor. |
Uses of PluggableObjectCollection in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec with parameters of type PluggableObjectCollection | |
---|---|
void |
PluggableObjectCollection.addObjects(PluggableObjectCollection other)
Add the plug-in objects for another collection. |
Constructors in com.espertech.esper.epl.spec with parameters of type PluggableObjectCollection | |
---|---|
PluggableObjectRegistryImpl(PluggableObjectCollection[] collections)
|
Uses of PluggableObjectCollection in com.espertech.esper.pattern |
---|
Methods in com.espertech.esper.pattern that return PluggableObjectCollection | |
---|---|
static PluggableObjectCollection |
PatternObjectHelper.getBuiltinPatternObjects()
Returns the built-in pattern objects. |
Constructors in com.espertech.esper.pattern with parameters of type PluggableObjectCollection | |
---|---|
PatternObjectResolutionServiceImpl(PluggableObjectCollection patternObjects)
Ctor. |
Uses of PluggableObjectCollection in com.espertech.esper.view |
---|
Methods in com.espertech.esper.view that return PluggableObjectCollection | |
---|---|
static PluggableObjectCollection |
ViewEnumHelper.getBuiltinViews()
Returns a collection of plug-in views. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |