public interface ContextPartitionIdService
Modifier and Type | Method and Description |
---|---|
int |
allocateId(Object[] partitionKeys) |
void |
clear() |
void |
destroy() |
Collection<Integer> |
getIds() |
Object[] |
getPartitionKeys(int id) |
void |
removeId(int id) |
int allocateId(Object[] partitionKeys)
Collection<Integer> getIds()
Object[] getPartitionKeys(int id)
void removeId(int id)
void destroy()
void clear()
Copyright © 2005–2018. All rights reserved.