public class PageLockLogSnapshot extends Object implements PageLockDump
| Modifier and Type | Class and Description |
|---|---|
static class |
PageLockLogSnapshot.LogEntry
Log entry.
|
| Modifier and Type | Field and Description |
|---|---|
int |
headIdx
Head position.
|
List<PageLockLogSnapshot.LogEntry> |
locklog
List of log entries.
|
PageMetaInfoStore |
log |
String |
name
Page lock log name.
|
int |
nextOp
Next operation.
|
long |
nextOpPageId
Next page id.
|
int |
nextOpStructureId
Next data structure.
|
long |
time
Creation time.
|
| Constructor and Description |
|---|
PageLockLogSnapshot(String name,
long time,
int headIdx,
PageMetaInfoStore log,
int nextOp,
int nextOpStructureId,
long nextOpPageId) |
public final String name
public final long time
public final int headIdx
public final List<PageLockLogSnapshot.LogEntry> locklog
public final PageMetaInfoStore log
public final int nextOp
public final int nextOpStructureId
public final long nextOpPageId
public PageLockLogSnapshot(String name, long time, int headIdx, PageMetaInfoStore log, int nextOp, int nextOpStructureId, long nextOpPageId)
public void apply(DumpProcessor dumpProcessor)
apply in interface PageLockDumpdumpProcessor - Apply dump processor.public long time()
time in interface PageLockDump
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020