org.apache.hadoop.chukwa.datacollection.writer
Class ClientAck
java.lang.Object
org.apache.hadoop.chukwa.datacollection.writer.ClientAck
public class ClientAck
- extends Object
Field Summary |
static int |
KO
|
static int |
KO_LOCK
|
static int |
OK
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OK
public static final int OK
- See Also:
- Constant Field Values
KO
public static final int KO
- See Also:
- Constant Field Values
KO_LOCK
public static final int KO_LOCK
- See Also:
- Constant Field Values
ClientAck
public ClientAck()
getTimeOut
public int getTimeOut()
wait4Ack
public void wait4Ack()
releaseLock
public void releaseLock(int status,
Throwable exception)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
getException
public Throwable getException()
setException
public void setException(Throwable exception)
Copyright © ${year} The Apache Software Foundation