|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WccData | |
---|---|
org.apache.hadoop.nfs.nfs3.response |
Uses of WccData in org.apache.hadoop.nfs.nfs3.response |
---|
Methods in org.apache.hadoop.nfs.nfs3.response that return WccData | |
---|---|
WccData |
MKDIR3Response.getDirWcc()
|
WccData |
SYMLINK3Response.getDirWcc()
|
WccData |
RMDIR3Response.getDirWcc()
|
WccData |
CREATE3Response.getDirWcc()
|
WccData |
COMMIT3Response.getFileWcc()
|
WccData |
RENAME3Response.getFromDirWcc()
|
WccData |
RENAME3Response.getToDirWcc()
|
WccData |
SETATTR3Response.getWccData()
|
Constructors in org.apache.hadoop.nfs.nfs3.response with parameters of type WccData | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |