Click or drag to resize

EPRuntime Properties

The EPRuntime type exposes the following members.

Properties
  NameDescription
Public propertyConfigurationDeepCopy
Returns a deep-copy of the configuration that is actively in use by the runtime.

Note: This can be an expensive operation.

Public propertyConfigurationTransient
Returns the transient configuration, which are configuration values that are passed by reference (and not by value)
Public propertyContext
Provides naming context for public named objects.

An extension point designed for use by input and output adapters as well as other extension services.

Public propertyContextPartitionService
Returns the context partition service, for context partition information
Public propertyDataFlowService
Returns the data flow service, for managing dataflows
Public propertyDeploymentService
Returns the deployment service, for deploying and undeploying compiled modules
Public propertyEventService
Returns the event service, for sending events to the runtime and for controlling time
Public propertyEventTypeService
Returns the event type service, for obtaining information on event types
Public propertyFireAndForgetService
Returns the fire-and-forget service, for executing fire-and-forget queries
Public propertyIsDestroyed
Returns true if the runtime is in destroyed state, or false if not.
Public propertyMetricsService
Returns the metrics service, for managing runtime and statement metrics reporting
Public propertyRenderEventService
Returns the event rendering service, for rendering events to JSON and XML
Public propertyRuntimeInstanceWideLock
Returns the runtime-instance global read-write lock. The send-event methods takes a read lock. The {@link EPDeploymentService#deploy(EPCompiled)} and {@link EPDeploymentService#undeploy(String)} methods take a write lock.
Public propertyRuntimePath
Returns a path object for use by the compiler that represents the EPL objects deployed into the runtime.
Public propertyURI
Returns the runtime URI, or "default" if this is the default runtime.
Public propertyVariableService
Returns the variable service, for reading and writing variables
Top
See Also