Package | Description |
---|---|
org.apache.hadoop.nfs.nfs3 | |
org.apache.hadoop.nfs.nfs3.request | |
org.apache.hadoop.nfs.nfs3.response |
Modifier and Type | Method and Description |
---|---|
static Nfs3Constant.WriteStableHow |
Nfs3Constant.WriteStableHow.fromValue(int id) |
static Nfs3Constant.WriteStableHow |
Nfs3Constant.WriteStableHow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nfs3Constant.WriteStableHow[] |
Nfs3Constant.WriteStableHow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Nfs3Constant.WriteStableHow |
WRITE3Request.getStableHow() |
Constructor and Description |
---|
WRITE3Request(FileHandle handle,
long offset,
int count,
Nfs3Constant.WriteStableHow stableHow,
ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
Nfs3Constant.WriteStableHow |
WRITE3Response.getStableHow() |
Constructor and Description |
---|
WRITE3Response(int status,
WccData fileWcc,
int count,
Nfs3Constant.WriteStableHow stableHow,
long verifier) |
Copyright © 2013 Apache Software Foundation. All rights reserved.