Uses of Class
org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker.log.LogEntry
-
Packages that use LogEntry Package Description org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker.log -
-
Uses of LogEntry in org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker.log
Fields in org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker.log with type parameters of type LogEntry Modifier and Type Field Description List<LogEntry>PageLockLogSnapshot. locklogList of log entries.Constructor parameters in org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker.log with type arguments of type LogEntry Constructor Description PageLockLogSnapshot(String name, long time, int headIdx, List<LogEntry> locklog, int nextOp, int nextOpStructureId, long nextOpPageId)
-