public class NfsFsInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
dtpref
The preferred size of a READDIR request.
|
long |
maxfilesize
The maximum size of a file on the file system.
|
long |
properties
A bit mask of file system properties.
|
long |
rtmax
The maximum size in bytes of a READ request supported by the server.
|
long |
rtmult
The suggested multiple for the size of a READ request.
|
long |
rtpref
The preferred size of a READ request.
|
NfsTime |
time_delta
The server time granularity.
|
long |
wtmax
The maximum size of a WRITE request supported by the server.
|
long |
wtmult
The suggested multiple for the size of a WRITE request.
|
long |
wtpref
The preferred size of a WRITE request.
|
| Constructor and Description |
|---|
NfsFsInfo(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 rtmax
public long rtpref
public long rtmult
public long wtmax
public long wtpref
public long wtmult
public long dtpref
public long maxfilesize
public NfsTime time_delta
public long properties
FSF_LINK = 0x0001
If this bit is 1 (TRUE), the file system supports
hard links.
FSF_SYMLINK = 0x0002
If this bit is 1 (TRUE), the file system supports
symbolic links.
FSF_HOMOGENEOUS = 0x0008
If this bit is 1 (TRUE), the information returned by
PATHCONF is identical for every file and directory
in the file system. If it is 0 (FALSE), the client
should retrieve PATHCONF information for each file
and directory as required.
FSF_CANSETTIME = 0x0010
If this bit is 1 (TRUE), the server will set the
times for a file via SETATTR if requested (to the
accuracy indicated by time_delta). If it is 0
(FALSE), the server cannot set times as requested.
public NfsFsInfo(Xdr xdr)
xdr -