Class ContextControllerInitTermSvcLevelAny
java.lang.Object
com.espertech.esper.common.internal.context.controller.initterm.ContextControllerInitTermSvcLevelAny
- All Implemented Interfaces:
ContextControllerInitTermSvc
public class ContextControllerInitTermSvcLevelAny
extends Object
implements ContextControllerInitTermSvc
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
endCreate
(IntSeqKey endConditionPath, int subpathIdOrCPId, ContextControllerConditionNonHA endCondition, ContextControllerInitTermPartitionKey partitionKey) endDeleteByParentPath
(IntSeqKey controllerPath) void
endVisit
(IntSeqKey controllerPath, BiConsumer<ContextControllerInitTermPartitionKey, Integer> partKeyAndCPId) void
endVisitConditions
(IntSeqKey controllerPath, BiConsumer<ContextControllerConditionNonHA, Integer> partKeyAndCPId) void
mgmtCreate
(IntSeqKey controllerPath, Object[] parentPartitionKeys) mgmtDelete
(IntSeqKey controllerPath) Object[]
mgmtGetParentPartitionKeys
(IntSeqKey controllerPath) mgmtGetStartCondition
(IntSeqKey controllerPath) mgmtUpdClearStartCondition
(IntSeqKey controllerPath) int
mgmtUpdIncSubpath
(IntSeqKey controllerPath) void
mgmtUpdSetStartCondition
(IntSeqKey controllerPath, ContextControllerConditionNonHA startCondition)
-
Constructor Details
-
ContextControllerInitTermSvcLevelAny
public ContextControllerInitTermSvcLevelAny()
-
-
Method Details
-
mgmtCreate
- Specified by:
mgmtCreate
in interfaceContextControllerInitTermSvc
-
mgmtGetParentPartitionKeys
- Specified by:
mgmtGetParentPartitionKeys
in interfaceContextControllerInitTermSvc
-
mgmtDelete
- Specified by:
mgmtDelete
in interfaceContextControllerInitTermSvc
-
mgmtUpdClearStartCondition
- Specified by:
mgmtUpdClearStartCondition
in interfaceContextControllerInitTermSvc
-
mgmtUpdSetStartCondition
public void mgmtUpdSetStartCondition(IntSeqKey controllerPath, ContextControllerConditionNonHA startCondition) - Specified by:
mgmtUpdSetStartCondition
in interfaceContextControllerInitTermSvc
-
mgmtUpdIncSubpath
- Specified by:
mgmtUpdIncSubpath
in interfaceContextControllerInitTermSvc
-
mgmtGetStartCondition
- Specified by:
mgmtGetStartCondition
in interfaceContextControllerInitTermSvc
-
endCreate
public void endCreate(IntSeqKey endConditionPath, int subpathIdOrCPId, ContextControllerConditionNonHA endCondition, ContextControllerInitTermPartitionKey partitionKey) - Specified by:
endCreate
in interfaceContextControllerInitTermSvc
-
endDelete
- Specified by:
endDelete
in interfaceContextControllerInitTermSvc
-
endDeleteByParentPath
public Collection<ContextControllerInitTermSvcEntry> endDeleteByParentPath(IntSeqKey controllerPath) - Specified by:
endDeleteByParentPath
in interfaceContextControllerInitTermSvc
-
endVisit
public void endVisit(IntSeqKey controllerPath, BiConsumer<ContextControllerInitTermPartitionKey, Integer> partKeyAndCPId) - Specified by:
endVisit
in interfaceContextControllerInitTermSvc
-
endVisitConditions
public void endVisitConditions(IntSeqKey controllerPath, BiConsumer<ContextControllerConditionNonHA, Integer> partKeyAndCPId) - Specified by:
endVisitConditions
in interfaceContextControllerInitTermSvc
-
destroy
public void destroy()- Specified by:
destroy
in interfaceContextControllerInitTermSvc
-