Interface PartitionRoutingInfo

All Known Implementing Classes:
PartitionRoutingInfoImpl

public interface PartitionRoutingInfo
Since:
15.5
Author:
Niv Ingberg
  • Method Details

    • getGeneration

      int getGeneration()
      Gets the current cluster topology generation
    • getNumOfPartitions

      int getNumOfPartitions()
      Gets the number of partitions in the current cluster topology
    • getPartitionId

      int getPartitionId()
      Gets the current partition id (one-based)
    • getDynamicPartitionInfo

      DynamicPartitionInfo getDynamicPartitionInfo()
      Gets dynamic partition info (if exists)