Package | Description |
---|---|
com.espertech.esper.client.context |
Context partition selection and descriptors.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
ContextPartitionCollection |
EPContextPartitionAdmin.destroyContextPartitions(String contextName,
ContextPartitionSelector selector)
Destroy one or more context partitions dropping the associated state and removing associated context partition metadata.
|
ContextPartitionCollection |
EPContextPartitionAdmin.getContextPartitions(String contextName,
ContextPartitionSelector selector)
Returns information about selected context partitions including state.
|
ContextPartitionCollection |
EPContextPartitionAdmin.startContextPartitions(String contextName,
ContextPartitionSelector selector)
Start one or more context partitions that were previously stopped.
|
ContextPartitionCollection |
EPContextPartitionAdmin.stopContextPartitions(String contextName,
ContextPartitionSelector selector)
Stop one or more context partitions that are currently started, dropping the associated state and but keeping
associated context partition metadata for the purpose of starting it again.
|
Modifier and Type | Method and Description |
---|---|
ContextPartitionCollection |
EPContextPartitionAdminImpl.destroyContextPartitions(String contextName,
ContextPartitionSelector selector) |
ContextPartitionCollection |
EPContextPartitionExtract.getCollection() |
ContextPartitionCollection |
EPContextPartitionAdminImpl.getContextPartitions(String contextName,
ContextPartitionSelector selector) |
ContextPartitionCollection |
EPContextPartitionAdminImpl.startContextPartitions(String contextName,
ContextPartitionSelector selector) |
ContextPartitionCollection |
EPContextPartitionAdminImpl.stopContextPartitions(String contextName,
ContextPartitionSelector selector) |
Constructor and Description |
---|
EPContextPartitionExtract(ContextPartitionCollection collection,
EPContextPartitionImportable importable,
int numNestingLevels) |