public class JNIFileTierStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
completedFids |
int |
failedFids |
int |
fileTierOpStatus |
java.lang.String |
gateway |
java.lang.String |
message |
int |
retOpcode |
long |
shaHashHigh |
long |
shaHashLow |
int |
totalFids |
long |
uniq |
| Constructor and Description |
|---|
JNIFileTierStatus() |
JNIFileTierStatus(int ftops,
java.lang.String gw,
long shaHigh,
long shaLow,
long u,
java.lang.String msg,
int cf,
int ff,
int tf,
int rop) |
public int fileTierOpStatus
public java.lang.String gateway
public long shaHashHigh
public long shaHashLow
public long uniq
public java.lang.String message
public int completedFids
public int failedFids
public int totalFids
public int retOpcode