org.eyedb
Class DatabaseInfoDescription
java.lang.Object
org.eyedb.DatabaseInfoDescription
public class DatabaseInfoDescription
- extends java.lang.Object
Method Summary |
void |
trace(java.io.PrintStream out)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_DATAFILES
public static final int MAX_DATAFILES
- See Also:
- Constant Field Values
MAX_DATASPACES
public static final int MAX_DATASPACES
- See Also:
- Constant Field Values
L_NAME
public static final int L_NAME
- See Also:
- Constant Field Values
L_FILENAME
public static final int L_FILENAME
- See Also:
- Constant Field Values
MAX_DAT_PER_DSP
public static final int MAX_DAT_PER_DSP
- See Also:
- Constant Field Values
dbfile
public java.lang.String dbfile
dbid
public int dbid
nbobjs
public int nbobjs
ndat
public int ndat
dat
public DatabaseInfoDescription.DatafileInfo[] dat
ndsp
public int ndsp
dsp
public DatabaseInfoDescription.DataspaceInfo[] dsp
dbsfilesize
public long dbsfilesize
dbsfileblksize
public long dbsfileblksize
ompfilesize
public long ompfilesize
ompfileblksize
public long ompfileblksize
shmfilesize
public long shmfilesize
shmfileblksize
public long shmfileblksize
DatabaseInfoDescription
public DatabaseInfoDescription()
trace
public void trace(java.io.PrintStream out)