protected class HBaseClient.Call extends Object
Modifier | Constructor and Description |
---|---|
protected |
HBaseClient.Call(org.apache.hadoop.io.Writable param) |
Modifier and Type | Method and Description |
---|---|
protected void |
callComplete()
Indicate when the call is complete and the
value or error are available.
|
long |
getStartTime() |
void |
setException(IOException error)
Set the exception when there is an error.
|
void |
setValue(org.apache.hadoop.io.Writable value)
Set the return value when there is no error.
|
protected void callComplete()
public void setException(IOException error)
error
- exception thrown by the call; either local or remotepublic void setValue(org.apache.hadoop.io.Writable value)
value
- return value of the call.public long getStartTime()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.