public interface ContextPartitionIdManager
Modifier and Type | Method and Description |
---|---|
void |
addExisting(int contextPartitionId) |
int |
allocateId() |
void |
clear() |
Collection<Integer> |
getIds() |
void |
removeId(int contextPartitionId) |
void clear()
void addExisting(int contextPartitionId)
int allocateId()
void removeId(int contextPartitionId)
Collection<Integer> getIds()