public class NfsFsStatRequest extends NfsRequestBase
Procedure FSSTAT retrieves volatile file system state information.
CHARSET| Constructor and Description |
|---|
NfsFsStatRequest(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 NfsFsStatRequest(byte[] fileHandle,
Credential credential,
int nfsVersion)
throws java.io.FileNotFoundException
Procedure FSSTAT retrieves volatile file system state information.
fileHandle - A file handle identifying a object in the file system. This is
normally 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