Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
EPServiceProviderIsolated |
EPServiceProvider.getEPServiceIsolated(String name)
Returns the isolated service provider for that name,
creating an isolated service if the name is a new name, or
returning an existing isolated service for an existing name.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EPServiceProviderIsolatedSPI
SPU for isolated service provider.
|
Modifier and Type | Class and Description |
---|---|
class |
EPServiceProviderIsolatedImpl
Implementation of the isolated service provider.
|
Modifier and Type | Method and Description |
---|---|
EPServiceProviderIsolated |
EPServiceProviderImpl.getEPServiceIsolated(String name) |
EPServiceProviderIsolated |
StatementIsolationServiceImpl.getIsolationUnit(String name,
Integer optionalUnitId) |
EPServiceProviderIsolated |
StatementIsolationService.getIsolationUnit(String name,
Integer optionalUnitId)
Returns an isolated service by names, or allocates a new one if none found.
|