Package | Description |
---|---|
com.espertech.esper.common.internal.context.controller.initterm |
Modifier and Type | Method and Description |
---|---|
static ContextControllerInitTermPartitionKey |
ContextControllerInitTermUtil.buildPartitionKey(EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
ContextControllerCondition endCondition,
ContextControllerInitTerm controller) |
ContextControllerInitTermPartitionKey |
ContextControllerInitTermSvcEntry.getPartitionKey() |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerInitTermSvcLevelOne.endCreate(IntSeqKey endConditionPath,
int subpathIdOrCPId,
ContextControllerConditionNonHA endCondition,
ContextControllerInitTermPartitionKey partitionKey) |
void |
ContextControllerInitTermSvcLevelAny.endCreate(IntSeqKey endConditionPath,
int subpathIdOrCPId,
ContextControllerConditionNonHA endCondition,
ContextControllerInitTermPartitionKey partitionKey) |
void |
ContextControllerInitTermSvc.endCreate(IntSeqKey endConditionPath,
int subpathIdOrCPId,
ContextControllerConditionNonHA endCondition,
ContextControllerInitTermPartitionKey partitionKey) |
static ContextPartitionIdentifierInitiatedTerminated |
ContextControllerInitTermUtil.keyToIdentifier(int subpathIdOrCPId,
ContextControllerInitTermPartitionKey key,
ContextControllerInitTerm controller) |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerInitTermSvcLevelOne.endVisit(IntSeqKey controllerPath,
BiConsumer<ContextControllerInitTermPartitionKey,Integer> partKeyAndCPId) |
void |
ContextControllerInitTermSvcLevelAny.endVisit(IntSeqKey controllerPath,
BiConsumer<ContextControllerInitTermPartitionKey,Integer> partKeyAndCPId) |
void |
ContextControllerInitTermSvc.endVisit(IntSeqKey controllerPath,
BiConsumer<ContextControllerInitTermPartitionKey,Integer> partKeyAndCPId) |
protected void |
ContextControllerInitTermBase.visitPartitions(IntSeqKey controllerPath,
BiConsumer<ContextControllerInitTermPartitionKey,Integer> partKeyAndCPId) |
protected abstract void |
ContextControllerInitTerm.visitPartitions(IntSeqKey controllerPath,
BiConsumer<ContextControllerInitTermPartitionKey,Integer> partKeyAndCPId) |
Constructor and Description |
---|
ContextControllerInitTermSvcEntry(int subpathIdOrCPId,
ContextControllerConditionNonHA terminationCondition,
ContextControllerInitTermPartitionKey partitionKey) |
Copyright © 2005–2018. All rights reserved.