org.apache.bookkeeper.client
Interface BKDefs


public interface BKDefs


Field Summary
static String close
           
static int EIB
          Insufficient bookies
static int EIO
          IO error, typically when trying to connect to a bookie
static int ENL
          No such a ledger
static int ENR
          Exceeded number of retries
static String ensemble
           
static int EOK
          Status ok
static int ERL
          Error while recovering ledger
static int EZK
          Error while reading from zookeeper or writing to zookeeper
static String prefix
          String used to construct znode paths.
static String quorumEvolution
           
static String quorumMode
           
static String quorumSize
           
static int READ
           
static int WRITE
           
 

Field Detail

prefix

static final String prefix
String used to construct znode paths. They are used in BookKeeper and LedgerManagementProcessor.

See Also:
Constant Field Values

ensemble

static final String ensemble
See Also:
Constant Field Values

quorumSize

static final String quorumSize
See Also:
Constant Field Values

close

static final String close
See Also:
Constant Field Values

quorumMode

static final String quorumMode
See Also:
Constant Field Values

quorumEvolution

static final String quorumEvolution
See Also:
Constant Field Values

WRITE

static final int WRITE
See Also:
Constant Field Values

READ

static final int READ
See Also:
Constant Field Values

EOK

static final int EOK
Status ok

See Also:
Constant Field Values

EIB

static final int EIB
Insufficient bookies

See Also:
Constant Field Values

ENL

static final int ENL
No such a ledger

See Also:
Constant Field Values

ERL

static final int ERL
Error while recovering ledger

See Also:
Constant Field Values

EZK

static final int EZK
Error while reading from zookeeper or writing to zookeeper

See Also:
Constant Field Values

EIO

static final int EIO
IO error, typically when trying to connect to a bookie

See Also:
Constant Field Values

ENR

static final int ENR
Exceeded number of retries

See Also:
Constant Field Values