Package org.apache.bookkeeper.bookie
Class ExitCode
- java.lang.Object
- 
- org.apache.bookkeeper.bookie.ExitCode
 
- 
 public class ExitCode extends java.lang.ObjectExit code used to exit bookie server.
- 
- 
Field SummaryFields Modifier and Type Field Description static intBOOKIE_EXCEPTIONstatic intINVALID_CONFstatic intOKstatic intSERVER_EXCEPTIONstatic intZK_EXPIREDstatic intZK_REG_FAIL
 - 
Constructor SummaryConstructors Constructor Description ExitCode()
 
- 
- 
- 
Field Detail- 
OKpublic static final int OK - See Also:
- Constant Field Values
 
 - 
INVALID_CONFpublic static final int INVALID_CONF - See Also:
- Constant Field Values
 
 - 
SERVER_EXCEPTIONpublic static final int SERVER_EXCEPTION - See Also:
- Constant Field Values
 
 - 
ZK_EXPIREDpublic static final int ZK_EXPIRED - See Also:
- Constant Field Values
 
 - 
ZK_REG_FAILpublic static final int ZK_REG_FAIL - See Also:
- Constant Field Values
 
 - 
BOOKIE_EXCEPTIONpublic static final int BOOKIE_EXCEPTION - See Also:
- Constant Field Values
 
 
- 
 
-