public static class CheckpointEntry.GroupState extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addPartitionCounter(int partId,
long cntr) |
long |
counterByPartition(int partId)
Gets partition counter by partition ID.
|
int |
getPartitionByIndex(int idx)
Return a partition id by an index of this group state.
|
int |
indexByPartition(int partId) |
int |
size()
Return size of this group state.
|
String |
toString() |
public void addPartitionCounter(int partId,
long cntr)
partId - Partition ID to add.cntr - Partition counter.public long counterByPartition(int partId)
partId - Partition ID.-1 if partition is not present in the record).public int getPartitionByIndex(int idx)
idx - Partition index.public int size()
public int indexByPartition(int partId)
partId - Partition ID to search.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020