Class PageLockDump

    • Field Detail

      • name

        public final String name
        Page lock log name.
      • time

        public final long time
        Dump creation time.
      • headIdx

        public final int headIdx
        Head position.
      • nextOp

        public final int nextOp
        Next operation.
      • nextOpStructureId

        public final int nextOpStructureId
        Next data structure.
      • nextOpPageId

        public final long nextOpPageId
        Next page id.
    • Constructor Detail

      • PageLockDump

        protected PageLockDump​(String name,
                               long time,
                               int headIdx,
                               int nextOp,
                               int nextOpStructureId,
                               long nextOpPageId)