public class PartitionHashRecord extends Object implements Serializable
| Constructor and Description |
|---|
PartitionHashRecord(PartitionKey partKey,
boolean isPrimary,
Object consistentId,
int partHash,
long updateCntr,
long size) |
| Modifier and Type | Method and Description |
|---|---|
Object |
consistentId() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isPrimary() |
int |
partitionHash() |
PartitionKey |
partitionKey() |
long |
size() |
String |
toString() |
long |
updateCounter() |
public PartitionHashRecord(PartitionKey partKey, boolean isPrimary, Object consistentId, int partHash, long updateCntr, long size)
partKey - Partition key.isPrimary - Is primary.consistentId - Consistent id.partHash - Partition hash.updateCntr - Update counter.size - Size.public PartitionKey partitionKey()
public boolean isPrimary()
public Object consistentId()
public int partitionHash()
public long updateCounter()
public long size()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021