public abstract class PageLockDump extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
headIdx
Head position.
|
String |
name
Page lock log name.
|
int |
nextOp
Next operation.
|
long |
nextOpPageId
Next page id.
|
int |
nextOpStructureId
Next data structure.
|
long |
time
Dump creation time.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PageLockDump(String name,
long time,
int headIdx,
int nextOp,
int nextOpStructureId,
long nextOpPageId) |
public final String name
public final long time
public final int headIdx
public final int nextOp
public final int nextOpStructureId
public final long nextOpPageId
protected PageLockDump(String name, long time, int headIdx, int nextOp, int nextOpStructureId, long nextOpPageId)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023