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() |
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 © 2013 Apache Software Foundation. All rights reserved.