Package | Description |
---|---|
org.apache.hadoop.hdfs.nfs.nfs3 | |
org.apache.hadoop.nfs.nfs3.request | |
org.apache.hadoop.nfs.nfs3.response |
Modifier and Type | Method and Description |
---|---|
static String |
Nfs3Utils.getFileIdPath(FileHandle handle) |
Modifier and Type | Field and Description |
---|---|
protected FileHandle |
RequestWithHandle.handle |
Modifier and Type | Method and Description |
---|---|
FileHandle |
RENAME3Request.getFromDirHandle() |
FileHandle |
RequestWithHandle.getHandle() |
FileHandle |
RENAME3Request.getToDirHandle() |
Constructor and Description |
---|
CREATE3Request(FileHandle handle,
String name,
int mode,
SetAttr3 objAttr,
long verf) |
LOOKUP3Request(FileHandle handle,
String name) |
WRITE3Request(FileHandle handle,
long offset,
int count,
Nfs3Constant.WriteStableHow stableHow,
ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
FileHandle |
MKDIR3Response.getObjFileHandle() |
FileHandle |
SYMLINK3Response.getObjFileHandle() |
FileHandle |
CREATE3Response.getObjHandle() |
Constructor and Description |
---|
CREATE3Response(int status,
FileHandle handle,
Nfs3FileAttributes postOpObjAttr,
WccData dirWcc) |
LOOKUP3Response(int status,
FileHandle fileHandle,
Nfs3FileAttributes postOpObjAttr,
Nfs3FileAttributes postOpDirAttributes) |
MKDIR3Response(int status,
FileHandle handle,
Nfs3FileAttributes attr,
WccData dirWcc) |
READDIRPLUS3Response.EntryPlus3(long fileId,
String name,
long cookie,
Nfs3FileAttributes nameAttr,
FileHandle objFileHandle) |
SYMLINK3Response(int status,
FileHandle handle,
Nfs3FileAttributes attrs,
WccData dirWcc) |
Copyright © 2013 Apache Software Foundation. All rights reserved.