Class NGTransaction.LogManager

    • Field Detail

      • logidx

        int logidx
        Index of log file in used.
      • current

        int current
        Current file pointer in log
      • commitCount

        int commitCount
        Number of commit operation since starting up.
      • loadFromLog

        int loadFromLog
        Number of load from a log file.
      • garbageCount

        int garbageCount
        Number of garbage operation since starting up.
      • garbageTime

        long garbageTime
        Cumulated time of garbage operations since starting up.
      • lastGarbageDate

        long lastGarbageDate
        Date of last garbage.
      • emptyUTFString

        private static final byte[] emptyUTFString