Package com.gigaspaces.cluster
Interface PartitionRoutingInfo
- All Known Implementing Classes:
PartitionRoutingInfoImpl
public interface PartitionRoutingInfo
- Since:
- 15.5
- Author:
- Niv Ingberg
-
Method Summary
Modifier and TypeMethodDescriptionGets dynamic partition info (if exists)intGets the current cluster topology generationintGets the number of partitions in the current cluster topologyintGets the current partition id (one-based)
-
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)
-