java.lang.Object
org.lmdbjava.EnvInfo
Environment information, as returned by
Env.info().-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longID of the last used page.final longID of the last committed transaction.final longAddress of map, if fixed.final longSize of the data memory map.final intMax reader slots in the environment.final intMax reader slots used in the environment. -
Method Summary
-
Field Details
-
lastPageNumber
public final long lastPageNumberID of the last used page. -
lastTransactionId
public final long lastTransactionIdID of the last committed transaction. -
mapAddress
public final long mapAddressAddress of map, if fixed. -
mapSize
public final long mapSizeSize of the data memory map. -
maxReaders
public final int maxReadersMax reader slots in the environment. -
numReaders
public final int numReadersMax reader slots used in the environment.
-
-
Method Details