Constant Field Values

Contents

net.spy.*

  • net.spy.memcached.protocol.ascii.net.spy.memcached.protocol.ascii.BaseStoreOperationImpl 
    Modifier and Type Constant Field Value
    private static final int OVERHEAD 32
  • net.spy.memcached.protocol.ascii.net.spy.memcached.protocol.ascii.CASOperationImpl 
    Modifier and Type Constant Field Value
    private static final int OVERHEAD 64
  • net.spy.memcached.protocol.ascii.net.spy.memcached.protocol.ascii.DeleteOperationImpl 
    Modifier and Type Constant Field Value
    private static final int OVERHEAD 32
  • net.spy.memcached.protocol.ascii.net.spy.memcached.protocol.ascii.GetlOperationImpl 
    Modifier and Type Constant Field Value
    private static final java.lang.String CMD "getl"
  • net.spy.memcached.protocol.ascii.net.spy.memcached.protocol.ascii.GetOperationImpl 
    Modifier and Type Constant Field Value
    private static final java.lang.String CMD "get"
  • net.spy.memcached.protocol.ascii.net.spy.memcached.protocol.ascii.GetsOperationImpl 
    Modifier and Type Constant Field Value
    private static final java.lang.String CMD "gets"
  • net.spy.memcached.protocol.ascii.net.spy.memcached.protocol.ascii.MutatorOperationImpl 
    Modifier and Type Constant Field Value
    public static final int OVERHEAD 32
  • net.spy.memcached.protocol.ascii.net.spy.memcached.protocol.ascii.OperationImpl 
    Modifier and Type Constant Field Value
    private static final java.lang.String CHARSET "UTF-8"
  • net.spy.memcached.protocol.ascii.net.spy.memcached.protocol.ascii.TouchOperationImpl 
    Modifier and Type Constant Field Value
    private static final int OVERHEAD 9
  • net.spy.memcached.protocol.ascii.net.spy.memcached.protocol.ascii.UnlockOperationImpl 
    Modifier and Type Constant Field Value
    private static final java.lang.String CMD "unl"
    private static final int OVERHEAD 32
  • net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl 
    Modifier and Type Constant Field Value
    private static final int MAX_GET_OPTIMIZATION_COUNT 4096
    private static final int MAX_SET_OPTIMIZATION_BYTES 2097152
    private static final int MAX_SET_OPTIMIZATION_COUNT 65535
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.ConcatenationOperationImpl 
    Modifier and Type Constant Field Value
    private static final int APPEND 14
    private static final int PREPEND 15
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.DeleteOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD 4
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.FlushOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD 8
  • net.spy.memcached.protocol.binary.GetAndTouchOperationImpl 
    Modifier and Type Constant Field Value
    static final int EXTRA_HDR_LEN 4
    static final byte GAT_CMD 29
  • net.spy.memcached.protocol.binary.GetlOperationImpl 
    Modifier and Type Constant Field Value
    static final int EXTRA_HDR_LEN 4
    static final byte GETL_CMD -108
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.GetOperationImpl 
    Modifier and Type Constant Field Value
    static final int EXTRA_HDR_LEN 4
    static final byte GET_CMD 0
  • net.spy.memcached.protocol.binary.GetsOperationImpl 
    Modifier and Type Constant Field Value
    static final int EXTRA_HDR_LEN 4
    static final byte GET_CMD 0
  • net.spy.memcached.protocol.binary.KeyStatsOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD 16
  • net.spy.memcached.protocol.binary.MultiGetOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD_GETQ 9
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.MutatorOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD_DECR 6
    private static final byte CMD_INCR 5
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.NoopOperationImpl 
    Modifier and Type Constant Field Value
    static final byte CMD 10
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.ObserveOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD -110
  • net.spy.memcached.protocol.binary.OperationImpl 
    Modifier and Type Constant Field Value
    protected static final byte DUMMY_OPCODE -1
    protected static final int ERR_2BIG 3
    protected static final int ERR_BUSY 133
    protected static final int ERR_DELTA_BADVAL 6
    protected static final int ERR_EXISTS 2
    protected static final int ERR_INTERNAL 132
    protected static final int ERR_INVAL 4
    protected static final int ERR_NO_MEM 130
    protected static final int ERR_NOT_FOUND 1
    protected static final int ERR_NOT_MY_VBUCKET 7
    protected static final int ERR_NOT_STORED 5
    protected static final int ERR_NOT_SUPPORTED 131
    protected static final int ERR_TEMP_FAIL 134
    protected static final int ERR_UNKNOWN_COMMAND 129
    protected static final int MIN_RECV_PACKET 24
    protected static final byte REQ_MAGIC -128
    protected static final byte RES_MAGIC -127
    protected static final int SUCCESS 0
  • net.spy.memcached.protocol.binary.ReplicaGetOperationImpl 
    Modifier and Type Constant Field Value
    static final int EXTRA_HDR_LEN 4
    static final byte REPLICA_GET_CMD -125
  • net.spy.memcached.protocol.binary.ReplicaGetsOperationImpl 
    Modifier and Type Constant Field Value
    static final int EXTRA_HDR_LEN 4
    static final byte REPLICA_GET_CMD -125
  • net.spy.memcached.protocol.binary.SASLAuthOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD 33
  • net.spy.memcached.protocol.binary.SASLBaseOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte SASL_CONTINUE 33
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.SASLMechsOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD 32
  • net.spy.memcached.protocol.binary.SASLStepOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD 34
  • net.spy.memcached.protocol.binary.StatsOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD 16
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.StoreOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte ADD 2
    static final byte ADDQ 18
    static final int EXTRA_LEN 8
    private static final byte REPLACE 3
    static final byte REPLACEQ 19
    private static final byte SET 1
    static final byte SETQ 17
  • net.spy.memcached.protocol.binary.TapOperationImpl 
    Modifier and Type Constant Field Value
    static final byte CMD 0
  • net.spy.memcached.protocol.binary.TouchOperationImpl 
    Modifier and Type Constant Field Value
    static final byte CMD 28
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.UnlockOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD -107
  • net.spy.memcached.protocol.binary.net.spy.memcached.protocol.binary.VersionOperationImpl 
    Modifier and Type Constant Field Value
    private static final byte CMD 11