Class ContextControllerKeyedSvcLevelAny
java.lang.Object
com.espertech.esper.common.internal.context.controller.keyed.ContextControllerKeyedSvcLevelAny
- All Implemented Interfaces:
ContextControllerKeyedSvc
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeactivate
(IntSeqKey controllerPath) void
destroy()
void
keyAdd
(IntSeqKey controllerPath, Object key, int subpathIdOrCPId, ContextControllerConditionNonHA terminationCondition) int
keyGetSubpathOrCPId
(IntSeqKey controllerPath, Object key) keyGetTermConditions
(IntSeqKey controllerPath) boolean
keyHasSeen
(IntSeqKey controllerPath, Object key) void
keyVisit
(IntSeqKey controllerPath, BiConsumer<Object, Integer> keyAndSubpathOrCPId) void
keyVisitEntry
(IntSeqKey controllerPath, Consumer<ContextControllerKeyedSvcEntry> consumer) void
mgmtCreate
(IntSeqKey controllerPath, Object[] parentPartitionKeys) mgmtGetFilters
(IntSeqKey controllerPath) int
mgmtGetIncSubpath
(IntSeqKey controllerPath) Object[]
mgmtGetPartitionKeys
(IntSeqKey controllerPath) void
mgmtSetFilters
(IntSeqKey controllerPath, ContextControllerFilterEntry[] filterEntries)
-
Constructor Details
-
ContextControllerKeyedSvcLevelAny
public ContextControllerKeyedSvcLevelAny()
-
-
Method Details
-
mgmtCreate
- Specified by:
mgmtCreate
in interfaceContextControllerKeyedSvc
-
mgmtSetFilters
- Specified by:
mgmtSetFilters
in interfaceContextControllerKeyedSvc
-
mgmtGetPartitionKeys
- Specified by:
mgmtGetPartitionKeys
in interfaceContextControllerKeyedSvc
-
mgmtGetIncSubpath
- Specified by:
mgmtGetIncSubpath
in interfaceContextControllerKeyedSvc
-
mgmtGetFilters
- Specified by:
mgmtGetFilters
in interfaceContextControllerKeyedSvc
-
keyHasSeen
- Specified by:
keyHasSeen
in interfaceContextControllerKeyedSvc
-
keyAdd
public void keyAdd(IntSeqKey controllerPath, Object key, int subpathIdOrCPId, ContextControllerConditionNonHA terminationCondition) - Specified by:
keyAdd
in interfaceContextControllerKeyedSvc
-
keyRemove
- Specified by:
keyRemove
in interfaceContextControllerKeyedSvc
-
keyGetTermConditions
- Specified by:
keyGetTermConditions
in interfaceContextControllerKeyedSvc
-
keyVisit
- Specified by:
keyVisit
in interfaceContextControllerKeyedSvc
-
keyVisitEntry
public void keyVisitEntry(IntSeqKey controllerPath, Consumer<ContextControllerKeyedSvcEntry> consumer) - Specified by:
keyVisitEntry
in interfaceContextControllerKeyedSvc
-
keyGetSubpathOrCPId
- Specified by:
keyGetSubpathOrCPId
in interfaceContextControllerKeyedSvc
-
deactivate
- Specified by:
deactivate
in interfaceContextControllerKeyedSvc
-
destroy
public void destroy()- Specified by:
destroy
in interfaceContextControllerKeyedSvc
-