| Package | Description |
|---|---|
| org.apache.hadoop.nfs.nfs3 | |
| org.apache.hadoop.nfs.nfs3.request | |
| org.apache.hadoop.nfs.nfs3.response |
| Modifier and Type | Method | Description |
|---|---|---|
static Nfs3Constant.WriteStableHow |
Nfs3Constant.WriteStableHow.fromValue(int id) |
|
static Nfs3Constant.WriteStableHow |
Nfs3Constant.WriteStableHow.valueOf(java.lang.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 | Description |
|---|---|---|
Nfs3Constant.WriteStableHow |
WRITE3Request.getStableHow() |
| Constructor | Description |
|---|---|
WRITE3Request(FileHandle handle,
long offset,
int count,
Nfs3Constant.WriteStableHow stableHow,
java.nio.ByteBuffer data) |
| Modifier and Type | Method | Description |
|---|---|---|
Nfs3Constant.WriteStableHow |
WRITE3Response.getStableHow() |
| Constructor | Description |
|---|---|
WRITE3Response(int status,
WccData fileWcc,
int count,
Nfs3Constant.WriteStableHow stableHow,
long verifier) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.