Interface ContextPartitionIdService
- All Known Implementing Classes:
ContextPartitionIdServiceImpl
public interface ContextPartitionIdService
-
Method Summary
Modifier and TypeMethodDescriptionint
allocateId
(Object[] partitionKeys) void
clear()
void
void
destroy()
long
getCount()
getIds()
Object[]
getPartitionKeys
(int id) void
removeId
(int id)
-
Method Details
-
allocateId
-
getIds
Collection<Integer> getIds() -
getPartitionKeys
-
removeId
void removeId(int id) -
destroy
void destroy() -
clear
void clear() -
clearCaches
void clearCaches() -
getCount
long getCount()
-