![]() | EPRuntimeProvider Class |
Namespace: com.espertech.esper.runtime.client
public sealed class EPRuntimeProvider
The EPRuntimeProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | EPRuntimeProvider | Initializes a new instance of the EPRuntimeProvider class |
Name | Description | |
---|---|---|
![]() ![]() | RuntimeURIs |
Returns a list of known URIs.
Returns a the value "default" for the default runtime.
|
Name | Description | |
---|---|---|
![]() ![]() | GetDefaultRuntime |
Returns the runtime for the default URI. The URI value for the runtime returned is "default".
|
![]() ![]() | GetDefaultRuntime(Configuration) |
Returns the default runtime. The URI value for the runtime returned is "default".
|
![]() ![]() | GetExistingRuntime |
Returns an existing runtime. Returns null if the runtime for the given URI has not been initialized
or the runtime for the given URI is in destroyed state.
|
![]() ![]() | GetRuntime(String) |
Returns a runtime for a given runtime URI.
Use the URI of "default" or null to return the default runtime.
|
![]() ![]() | GetRuntime(String, Configuration) |
Returns a runtime for a given URI.
Use the URI of "default" or null to return the default runtime.
|
![]() ![]() | HasRuntime |
Returns an indicator whether a runtime for the given URI is allocated (true) or is not allocated (false)
|
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_RUNTIME_URI |
For the default runtime instance the URI value is "default".
|