Package | Description |
---|---|
org.apache.hadoop.hdfs.nfs.nfs3 | |
org.apache.hadoop.nfs.nfs3.response |
Modifier and Type | Method and Description |
---|---|
static WccData |
Nfs3Utils.createWccData(WccAttr preOpAttr,
DFSClient dfsClient,
String fileIdPath,
IdUserGroup iug) |
Modifier and Type | Method and Description |
---|---|
WccData |
CREATE3Response.getDirWcc() |
WccData |
MKDIR3Response.getDirWcc() |
WccData |
SYMLINK3Response.getDirWcc() |
WccData |
RMDIR3Response.getDirWcc() |
WccData |
COMMIT3Response.getFileWcc() |
WccData |
RENAME3Response.getFromDirWcc() |
WccData |
RENAME3Response.getToDirWcc() |
WccData |
SETATTR3Response.getWccData() |
Constructor and Description |
---|
COMMIT3Response(int status,
WccData fileWcc,
long verf) |
CREATE3Response(int status,
FileHandle handle,
Nfs3FileAttributes postOpObjAttr,
WccData dirWcc) |
MKDIR3Response(int status,
FileHandle handle,
Nfs3FileAttributes attr,
WccData dirWcc) |
REMOVE3Response(int status,
WccData dirWcc) |
RENAME3Response(int status,
WccData fromWccData,
WccData toWccData) |
RMDIR3Response(int status,
WccData wccData) |
SETATTR3Response(int status,
WccData wccData) |
SYMLINK3Response(int status,
FileHandle handle,
Nfs3FileAttributes attrs,
WccData dirWcc) |
WRITE3Response(int status,
WccData fileWcc,
int count,
Nfs3Constant.WriteStableHow stableHow,
long verifier) |
Copyright © 2013 Apache Software Foundation. All rights reserved.