public interface ContextControllerHashSvc
Modifier and Type | Method and Description |
---|---|
Collection<Integer> |
deactivate(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) |
ContextControllerFilterEntry[] |
mgmtGetFilters(IntSeqKey controllerPath) |
Object[] |
mgmtGetParentPartitionKeys(IntSeqKey controllerPath) |
int[] |
mgmtGetSubpathOrCPIdsWhenPreallocate(IntSeqKey path) |
void |
mgmtSetFilters(IntSeqKey controllerPath,
ContextControllerFilterEntry[] filterEntries) |
void |
mgmtSetSubpathOrCPIdsWhenPreallocate(IntSeqKey path,
int[] subpathOrCPIds) |
int[] mgmtGetSubpathOrCPIdsWhenPreallocate(IntSeqKey path)
ContextControllerFilterEntry[] mgmtGetFilters(IntSeqKey controllerPath)
void mgmtSetSubpathOrCPIdsWhenPreallocate(IntSeqKey path, int[] subpathOrCPIds)
void mgmtSetFilters(IntSeqKey controllerPath, ContextControllerFilterEntry[] filterEntries)
boolean hashHasSeenPartition(IntSeqKey controllerPath, int value)
void hashAddPartition(IntSeqKey controllerPath, int value, int subpathIdOrCPId)
void hashVisit(IntSeqKey controllerPath, BiConsumer<Integer,Integer> hashAndCPId)
int hashGetSubpathOrCPId(IntSeqKey controllerPath, int hash)
Collection<Integer> deactivate(IntSeqKey controllerPath)
void destroy()
Copyright © 2005–2018. All rights reserved.