public class NfsFsStat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
afiles
The number of free file slots that are available to the user
corresponding to the authentication information in the RPC.
|
long |
bytes
The amount of free space, in bytes, available to the user identified by
the authentication information in the RPC.
|
long |
fbytes
The amount of free space, in bytes, in the file system.
|
long |
ffiles
The number of free file slots in the file system.
|
long |
invarsec
A measure of file system volatility: this is the number of seconds for
which the file system is not expected to change.
|
long |
tbytes
The total size, in bytes, of the file system.
|
long |
tfiles
The total number of file slots in the file system.
|
| Constructor and Description |
|---|
NfsFsStat(Xdr xdr)
Unmarshalls volatile file system state information, as specified by RFC
1813 (https://tools.ietf.org/html/rfc1813).
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public long tbytes
public long fbytes
public long bytes
public long tfiles
public long ffiles
public long afiles
public long invarsec
public NfsFsStat(Xdr xdr)
xdr -