public class CheckpointRecord extends WALRecord
WALRecord.RecordType| Constructor and Description |
|---|
CheckpointRecord(UUID cpId,
WALPointer cpMark) |
CheckpointRecord(UUID cpId,
WALPointer cpMark,
boolean end)
Constructor kept for serializer
|
CheckpointRecord(WALPointer cpMark) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCacheGroupState(int grpId,
CacheState state) |
Map<Integer,CacheState> |
cacheGroupStates() |
void |
cacheGroupStates(Map<Integer,CacheState> cacheGrpStates) |
UUID |
checkpointId() |
WALPointer |
checkpointMark() |
boolean |
end() |
String |
toString() |
WALRecord.RecordType |
type() |
public CheckpointRecord(@Nullable
WALPointer cpMark)
cpMark - Checkpoint mark.public CheckpointRecord(UUID cpId, @Nullable WALPointer cpMark)
cpId - Checkpoint ID.cpMark - Checkpoint mark.public CheckpointRecord(UUID cpId, @Nullable WALPointer cpMark, boolean end)
cpId - Checkpoint ID.cpMark - Checkpoint mark.end - Checkpoint end flag - deprecated expected to be always falsepublic WALRecord.RecordType type()
public void addCacheGroupState(int grpId,
CacheState state)
grpId - Cache group ID.state - Cache state.public void cacheGroupStates(Map<Integer,CacheState> cacheGrpStates)
cacheGrpStates - Cache states.public Map<Integer,CacheState> cacheGroupStates()
public UUID checkpointId()
public boolean end()
public WALPointer checkpointMark()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018