com.nhncorp.neptune.tabletserver
Class AsyncTaskStatus
java.lang.Object
com.nhncorp.neptune.tabletserver.AsyncTaskStatus
- All Implemented Interfaces:
- NWritable
public class AsyncTaskStatus
- extends java.lang.Object
- implements NWritable
|
Method Summary |
java.lang.String |
getErrorTrace()
|
boolean |
isEnd()
|
boolean |
isError()
|
void |
readFields(java.io.DataInput in)
Reads the fields of this object from in. |
java.lang.String |
toString()
|
void |
write(java.io.DataOutput out)
Writes the fields of this object to out. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AsyncTaskStatus
public AsyncTaskStatus()
isEnd
public boolean isEnd()
isError
public boolean isError()
getErrorTrace
public java.lang.String getErrorTrace()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
readFields
public void readFields(java.io.DataInput in)
throws java.io.IOException
- Description copied from interface:
NWritable
- Reads the fields of this object from
in. For efficiency,
implementations should attempt to re-use storage in the existing object
where possible.
- Specified by:
readFields in interface NWritable
- Throws:
java.io.IOException
write
public void write(java.io.DataOutput out)
throws java.io.IOException
- Description copied from interface:
NWritable
- Writes the fields of this object to
out.
- Specified by:
write in interface NWritable
- Throws:
java.io.IOException