Class PartitionReservationKey
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.twostep.PartitionReservationKey
-
public class PartitionReservationKey extends Object
Partition reservation key.
-
-
Constructor Summary
Constructors Constructor Description PartitionReservationKey(String cacheName, AffinityTopologyVersion topVer)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcacheName()booleanequals(Object o)inthashCode()AffinityTopologyVersiontopologyVersion()StringtoString()
-
-
-
Constructor Detail
-
PartitionReservationKey
public PartitionReservationKey(String cacheName, AffinityTopologyVersion topVer)
Constructor.- Parameters:
cacheName- Cache name.topVer- Topology version.
-
-
Method Detail
-
cacheName
public String cacheName()
- Returns:
- Cache name.
-
topologyVersion
public AffinityTopologyVersion topologyVersion()
- Returns:
- Topology version of reservation.
-
-