Constant Field Values

Contents

com.couchbase.*

  • com.couchbase.client.core.config.loader.HttpLoader
    Modifier and Type Constant Field Value
    public static final String TERSE_PATH "/pools/default/b/"
    public static final String VERBOSE_PATH "/pools/default/buckets/"
  • com.couchbase.client.core.utils.yasjl.JsonParserUtils
    Modifier and Type Constant Field Value
    protected static final byte C_CURLY 125
    protected static final byte C_SQUARE 93
    protected static final byte JSON_COLON 58
    protected static final byte JSON_COMMA 44
    protected static final byte JSON_ES 92
    protected static final byte JSON_F 102
    protected static final byte JSON_MINUS 45
    protected static final byte JSON_N 110
    protected static final byte JSON_PLUS 43
    protected static final byte JSON_ST 34
    protected static final byte JSON_T 116
    protected static final byte JSON_ZERO 48
    protected static final byte O_CURLY 123
    protected static final byte O_SQUARE 91
    protected static final byte WS_CR 13
    protected static final byte WS_LF 10
    protected static final byte WS_SPACE 32
    protected static final byte WS_TAB 9