public interface ContextPartitionIdService
Modifier and Type | Method and Description |
---|---|
int |
allocateId(Object[] partitionKeys) |
void |
clear() |
void |
clearCaches() |
void |
destroy() |
long |
getCount() |
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()
void clearCaches()
long getCount()
Copyright © 2005–2018. All rights reserved.