public class RollbackRecord extends WALRecord
WALRecord.RecordPurpose, WALRecord.RecordType| Modifier and Type | Field and Description |
|---|---|
protected int |
grpId
Cache ID.
|
protected int |
partId
Partition ID.
|
protected long |
range
Rollback range.
|
protected long |
start
Rollback start.
|
| Constructor and Description |
|---|
RollbackRecord(int grpId,
int partId,
long start,
long range) |
| Modifier and Type | Method and Description |
|---|---|
int |
groupId() |
long |
overlap(long from,
long to)
Returns a number of overlapping update counters.
|
int |
partitionId() |
long |
range() |
long |
start() |
String |
toString() |
WALRecord.RecordType |
type() |
@GridToStringInclude protected int grpId
@GridToStringInclude protected int partId
@GridToStringInclude protected long start
@GridToStringInclude protected long range
public RollbackRecord(int grpId,
int partId,
long start,
long range)
grpId - Group id.partId - Partition id.start - Start.range - Range.public int groupId()
public int partitionId()
public long start()
public long range()
public long overlap(long from,
long to)
from - From counter (not inclusive).to - To counter (inclusive).public WALRecord.RecordType type()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020