public final class EnvInfo
extends java.lang.Object
Env.info()
.Modifier and Type | Field and Description |
---|---|
long |
lastPageNumber
ID of the last used page.
|
long |
lastTransactionId
ID of the last committed transaction.
|
long |
mapAddress
Address of map, if fixed.
|
long |
mapSize
Size of the data memory map.
|
int |
maxReaders
Max reader slots in the environment.
|
int |
numReaders
Max reader slots used in the environment.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final long lastPageNumber
public final long lastTransactionId
public final long mapAddress
public final long mapSize
public final int maxReaders
public final int numReaders
Copyright © 2016–2018 The LmdbJava Open Source Project. All rights reserved.