Class ContextControllerHashSvcLevelAny
java.lang.Object
com.espertech.esper.common.internal.context.controller.hash.ContextControllerHashSvcLevelAny
- All Implemented Interfaces:
ContextControllerHashSvc
-
Method Summary
Modifier and TypeMethodDescriptiondeactivate
(IntSeqKey controllerPath) void
destroy()
void
hashAddPartition
(IntSeqKey controllerPath, int value, int subpathIdOrCPId) int
hashGetSubpathOrCPId
(IntSeqKey controllerPath, int hash) boolean
hashHasSeenPartition
(IntSeqKey controllerPath, int value) void
hashVisit
(IntSeqKey controllerPath, BiConsumer<Integer, Integer> hashAndCPId) void
mgmtCreate
(IntSeqKey controllerPath, Object[] parentPartitionKeys) mgmtGetFilters
(IntSeqKey controllerPath) Object[]
mgmtGetParentPartitionKeys
(IntSeqKey controllerPath) int[]
void
mgmtSetFilters
(IntSeqKey controllerPath, ContextControllerFilterEntry[] filterEntries) void
mgmtSetSubpathOrCPIdsWhenPreallocate
(IntSeqKey path, int[] subpathOrCPIds)
-
Method Details
-
mgmtCreate
- Specified by:
mgmtCreate
in interfaceContextControllerHashSvc
-
mgmtGetSubpathOrCPIdsWhenPreallocate
- Specified by:
mgmtGetSubpathOrCPIdsWhenPreallocate
in interfaceContextControllerHashSvc
-
mgmtSetSubpathOrCPIdsWhenPreallocate
- Specified by:
mgmtSetSubpathOrCPIdsWhenPreallocate
in interfaceContextControllerHashSvc
-
mgmtSetFilters
- Specified by:
mgmtSetFilters
in interfaceContextControllerHashSvc
-
mgmtGetParentPartitionKeys
- Specified by:
mgmtGetParentPartitionKeys
in interfaceContextControllerHashSvc
-
mgmtGetFilters
- Specified by:
mgmtGetFilters
in interfaceContextControllerHashSvc
-
hashHasSeenPartition
- Specified by:
hashHasSeenPartition
in interfaceContextControllerHashSvc
-
hashAddPartition
- Specified by:
hashAddPartition
in interfaceContextControllerHashSvc
-
hashVisit
- Specified by:
hashVisit
in interfaceContextControllerHashSvc
-
hashGetSubpathOrCPId
- Specified by:
hashGetSubpathOrCPId
in interfaceContextControllerHashSvc
-
deactivate
- Specified by:
deactivate
in interfaceContextControllerHashSvc
-
destroy
public void destroy()- Specified by:
destroy
in interfaceContextControllerHashSvc
-