Interface ContextPartitionIdService

All Known Implementing Classes:
ContextPartitionIdServiceImpl

public interface ContextPartitionIdService
  • Method Details

    • allocateId

      int allocateId(Object[] partitionKeys)
    • getIds

      Collection<Integer> getIds()
    • getPartitionKeys

      Object[] getPartitionKeys(int id)
    • removeId

      void removeId(int id)
    • destroy

      void destroy()
    • clear

      void clear()
    • clearCaches

      void clearCaches()
    • getCount

      long getCount()