Interface EPStatementInitServices
public interface EPStatementInitServices
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EPTypeClass
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final CodegenExpressionRef
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activateContext
(String name, ContextDefinition definition) void
activateExpression
(String name) void
activateNamedWindow
(String name) void
activateTable
(String name) void
activateVariable
(String name, DataInputOutputSerde serde) void
addReadyCallback
(StatementReadyCallback readyCallback)
-
Field Details
-
EPTYPE
-
REF
-
GETAGGREGATIONSERVICEFACTORYSERVICE
- See Also:
-
GETCONTEXTSERVICEFACTORY
- See Also:
-
GETCLASSPATHIMPORTSERVICERUNTIME
- See Also:
-
GETRUNTIMESETTINGSSERVICE
- See Also:
-
GETEVENTBEANTYPEDEVENTFACTORY
- See Also:
-
GETEVENTTABLEINDEXSERVICE
- See Also:
-
GETEVENTTYPERESOLVER
- See Also:
-
GETFILTERSHAREDBOOLEXPRREGISTERY
- See Also:
-
GETFILTERSHAREDLOOKUPABLEREGISTERY
- See Also:
-
GETFILTERSPECACTIVATABLEREGISTRY
- See Also:
-
GETFILTERBOOLEANEXPRESSIONFACTORY
- See Also:
-
GETINTERNALEVENTROUTEDEST
- See Also:
-
GETPATTERNFACTORYSERVICE
- See Also:
-
GETRESULTSETPROCESSORHELPERFACTORY
- See Also:
-
GETSTATEMENTRESULTSERVICE
- See Also:
-
GETTIMEPROVIDER
- See Also:
-
GETVIEWFACTORYSERVICE
- See Also:
-
GETVIEWABLEACTIVATORFACTORY
- See Also:
-
-
Method Details
-
getAnnotations
Annotation[] getAnnotations() -
getDeploymentId
String getDeploymentId() -
getRuntimeURI
String getRuntimeURI() -
getStatementName
String getStatementName() -
getStatementProperties
Map<StatementProperty,Object> getStatementProperties() -
getAggregationServiceFactoryService
AggregationServiceFactoryService getAggregationServiceFactoryService() -
getContextManagementService
ContextManagementService getContextManagementService() -
getContextServiceFactory
ContextServiceFactory getContextServiceFactory() -
getClasspathImportServiceRuntime
ClasspathImportServiceRuntime getClasspathImportServiceRuntime() -
getRuntimeSettingsService
RuntimeSettingsService getRuntimeSettingsService() -
getRuntimeExtensionServices
RuntimeExtensionServices getRuntimeExtensionServices() -
getEventBeanTypedEventFactory
EventBeanTypedEventFactory getEventBeanTypedEventFactory() -
getEventTableIndexService
EventTableIndexService getEventTableIndexService() -
getEventTypeAvroHandler
EventTypeAvroHandler getEventTypeAvroHandler() -
getEventTypeResolver
EventTypeResolver getEventTypeResolver() -
getExceptionHandlingService
ExceptionHandlingService getExceptionHandlingService() -
getExprDeclaredPathRegistry
PathRegistry<String,ExpressionDeclItem> getExprDeclaredPathRegistry() -
getFilterSpecActivatableRegistry
FilterSpecActivatableRegistry getFilterSpecActivatableRegistry() -
getFilterBooleanExpressionFactory
FilterBooleanExpressionFactory getFilterBooleanExpressionFactory() -
getInternalEventRouteDest
InternalEventRouteDest getInternalEventRouteDest() -
getNamedWindowFactoryService
NamedWindowFactoryService getNamedWindowFactoryService() -
getNamedWindowManagementService
NamedWindowManagementService getNamedWindowManagementService() -
getNamedWindowDispatchService
NamedWindowDispatchService getNamedWindowDispatchService() -
getPatternFactoryService
PatternFactoryService getPatternFactoryService() -
getNamedWindowPathRegistry
PathRegistry<String,NamedWindowMetaData> getNamedWindowPathRegistry() -
getResultSetProcessorHelperFactory
ResultSetProcessorHelperFactory getResultSetProcessorHelperFactory() -
getStatementResourceService
StatementResourceService getStatementResourceService() -
getStatementResultService
StatementResultService getStatementResultService() -
getTableManagementService
TableManagementService getTableManagementService() -
getTablePathRegistry
PathRegistry<String,TableMetaData> getTablePathRegistry() -
getTimeAbacus
TimeAbacus getTimeAbacus() -
getTimeProvider
TimeProvider getTimeProvider() -
getTimeSourceService
TimeSourceService getTimeSourceService() -
getVariableManagementService
VariableManagementService getVariableManagementService() -
getVariablePathRegistry
PathRegistry<String,VariableMetaData> getVariablePathRegistry() -
getViewableActivatorFactory
ViewableActivatorFactory getViewableActivatorFactory() -
getViewFactoryService
ViewFactoryService getViewFactoryService() -
activateNamedWindow
-
activateVariable
-
activateContext
-
activateExpression
-
activateTable
-
addReadyCallback
-