public final class LNInfo
extends java.lang.Object
Constructor and Description |
---|
LNInfo(LN ln,
DatabaseId dbId,
byte[] key) |
Modifier and Type | Method and Description |
---|---|
(package private) DatabaseId |
getDbId() |
(package private) byte[] |
getKey() |
(package private) LN |
getLN() |
(package private) int |
getMemorySize()
Note that the dbId is not counted because it is shared with the
DatabaseImpl, where it is accounted for in the memory budget.
|
public LNInfo(LN ln, DatabaseId dbId, byte[] key)
LN getLN()
DatabaseId getDbId()
byte[] getKey()
int getMemorySize()
Copyright (c) 2004-2012 Oracle. All rights reserved.