public class SystemInfoFileImpl extends java.lang.Object implements SystemInfo
| Constructor and Description |
|---|
SystemInfoFileImpl(LocalObjectContainer file) |
| Modifier and Type | Method and Description |
|---|---|
int |
freespaceEntryCount()
returns the number of entries in the Freespace Manager.
|
long |
freespaceSize()
returns the freespace size in the database in bytes.
|
long |
totalSize()
Returns the total size of the database on disk.
|
public SystemInfoFileImpl(LocalObjectContainer file)
public int freespaceEntryCount()
SystemInfofreespaceEntryCount in interface SystemInfopublic long freespaceSize()
SystemInfofreespaceSize in interface SystemInfopublic long totalSize()
SystemInfototalSize in interface SystemInfo