Module lmdbjava
Package org.lmdbjava

Class EnvInfo

java.lang.Object
org.lmdbjava.EnvInfo

public final class EnvInfo extends Object
Environment information, as returned by Env.info().
  • Field Details

    • lastPageNumber

      public final long lastPageNumber
      ID of the last used page.
    • lastTransactionId

      public final long lastTransactionId
      ID of the last committed transaction.
    • mapAddress

      public final long mapAddress
      Address of map, if fixed.
    • mapSize

      public final long mapSize
      Size of the data memory map.
    • maxReaders

      public final int maxReaders
      Max reader slots in the environment.
    • numReaders

      public final int numReaders
      Max reader slots used in the environment.
  • Method Details