public class NfsFsInfoRequest extends NfsRequestBase
Procedure FSINFO retrieves nonvolatile file system state information and general information about the NFS version 3 protocol server implementation.
CHARSET| Constructor and Description |
|---|
NfsFsInfoRequest(byte[] fileHandle,
Credential credential,
int nfsVersion)
Creates the request, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getErrorMessage, getFileHandle, getIpKey, marshalling, startToStringcloneFileHandle, isUsePrivilegedPort, setUsePrivilegedPort, trimFileNamepublic NfsFsInfoRequest(byte[] fileHandle,
Credential credential,
int nfsVersion)
throws java.io.FileNotFoundException
Procedure FSINFO retrieves nonvolatile file system state information and general information about the NFS version 3 protocol server implementation.
fileHandle - A file handle identifying a file object. Normal usage is to
provide a file handle for a mount point for a file system, as
originally obtained from the MOUNT service on the server.credential - The credential used for RPC authentication.nfsVersion - The NFS version numberjava.io.FileNotFoundException