public static class JNIFileStatus.VolumeInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
cid |
int |
cinum |
int |
linkAttrType |
java.lang.String |
name |
int |
uniq |
| Constructor and Description |
|---|
VolumeInfo(java.lang.String volName,
int volCid,
int volCinum,
int volUniq,
int volLinkAttrType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCid() |
int |
getCinum() |
java.lang.String |
getName() |
int |
getUniq() |
int |
getVolLinkAttrType() |