| Package | Description |
|---|---|
| org.apache.hadoop.nfs | |
| org.apache.hadoop.nfs.nfs3 | |
| org.apache.hadoop.nfs.nfs3.request | |
| org.apache.hadoop.nfs.nfs3.response |
| Modifier and Type | Method and Description |
|---|---|
static NfsTime |
NfsTime.deserialize(XDR xdr) |
| Constructor and Description |
|---|
NfsTime(NfsTime other) |
| Modifier and Type | Method and Description |
|---|---|
NfsTime |
Nfs3FileAttributes.getAtime() |
NfsTime |
Nfs3FileAttributes.getCtime() |
NfsTime |
Nfs3FileAttributes.getMtime() |
| Modifier and Type | Method and Description |
|---|---|
NfsTime |
SetAttr3.getAtime() |
NfsTime |
SETATTR3Request.getCtime() |
NfsTime |
SetAttr3.getMtime() |
| Constructor and Description |
|---|
SetAttr3(int mode,
int uid,
int gid,
long size,
NfsTime atime,
NfsTime mtime,
EnumSet<SetAttr3.SetAttrField> updateFields) |
SETATTR3Request(FileHandle handle,
SetAttr3 attr,
boolean check,
NfsTime ctime) |
| Modifier and Type | Method and Description |
|---|---|
NfsTime |
WccAttr.getCtime() |
NfsTime |
WccAttr.getMtime() |
| Constructor and Description |
|---|
FSINFO3Response(int status,
Nfs3FileAttributes postOpAttr,
int rtmax,
int rtpref,
int rtmult,
int wtmax,
int wtpref,
int wtmult,
int dtpref,
long maxFileSize,
NfsTime timeDelta,
int properties) |
WccAttr(long size,
NfsTime mtime,
NfsTime ctime) |
Copyright © 2018 CERN. All Rights Reserved.