com.espertech.esper.core.service
Interface EPContextPartitionAdminSPI
- All Superinterfaces:
- EPContextPartitionAdmin
- All Known Implementing Classes:
- EPContextPartitionAdminImpl
public interface EPContextPartitionAdminSPI
- extends EPContextPartitionAdmin
Methods inherited from interface com.espertech.esper.client.context.EPContextPartitionAdmin |
destroyContextPartition, destroyContextPartitions, getContextNestingLevel, getContextPartitionIds, getContextPartitions, getContextStatementNames, getDescriptor, startContextPartition, startContextPartitions, stopContextPartition, stopContextPartitions |
extractDestroyPaths
EPContextPartitionExtract extractDestroyPaths(java.lang.String contextName,
ContextPartitionSelector selector)
extractStopPaths
EPContextPartitionExtract extractStopPaths(java.lang.String contextName,
ContextPartitionSelector selector)
extractPaths
EPContextPartitionExtract extractPaths(java.lang.String contextName,
ContextPartitionSelector selector)
importStartPaths
EPContextPartitionImportResult importStartPaths(java.lang.String contextName,
EPContextPartitionImportable importable,
AgentInstanceSelector agentInstanceSelector)