Package org.apache.bookkeeper.bookie
Class ExitCode
- java.lang.Object
-
- org.apache.bookkeeper.bookie.ExitCode
-
public class ExitCode extends java.lang.Object
Exit code used to exit bookie server.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOOKIE_EXCEPTION
static int
INVALID_CONF
static int
OK
static int
SERVER_EXCEPTION
static int
ZK_EXPIRED
static int
ZK_REG_FAIL
-
Constructor Summary
Constructors Constructor Description ExitCode()
-
-
-
Field Detail
-
OK
public static final int OK
- See Also:
- Constant Field Values
-
INVALID_CONF
public static final int INVALID_CONF
- See Also:
- Constant Field Values
-
SERVER_EXCEPTION
public static final int SERVER_EXCEPTION
- See Also:
- Constant Field Values
-
ZK_EXPIRED
public static final int ZK_EXPIRED
- See Also:
- Constant Field Values
-
ZK_REG_FAIL
public static final int ZK_REG_FAIL
- See Also:
- Constant Field Values
-
BOOKIE_EXCEPTION
public static final int BOOKIE_EXCEPTION
- See Also:
- Constant Field Values
-
-