public class Command extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
OPT_CLEAR_KEY |
static byte |
OPT_DELETE_KEY |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getKey() |
byte |
getOperator() |
String |
getRegion() |
static void |
main(String[] args) |
static Command |
parse(byte[] buffers) |
void |
setKey(Object key) |
void |
setOperator(byte operator) |
void |
setRegion(String region) |
byte[] |
toBuffers() |
public static final byte OPT_DELETE_KEY
public static final byte OPT_CLEAR_KEY
public static void main(String[] args)
public byte[] toBuffers()
public static Command parse(byte[] buffers)
public byte getOperator()
public void setOperator(byte operator)
public String getRegion()
public void setRegion(String region)
public Object getKey()
public void setKey(Object key)
Copyright © 2015. All rights reserved.