Methods
Modifier and Type |
Method and Description |
static Value |
DputIfMatch(Key key,
Value val,
Value old,
Futures fs) |
static Value |
DputIfMatch(Key key,
Value val,
Value old,
Futures fs,
boolean dontCache) |
static Value |
get(Key key) |
static Value |
get(Key key,
int len,
int priority) |
static Value |
put(Key key,
Iced v) |
static Value |
put(Key key,
Iced v,
Futures fs) |
static Value |
put(Key key,
Iced v,
Futures fs,
boolean donCache) |
static Value |
put(Key key,
Value val) |
static Value |
put(Key key,
Value val,
Futures fs) |
static Value |
put(Key key,
Value val,
Futures fs,
boolean dontCache) |
static Value |
remove(Key key) |
static Value |
remove(Key key,
Futures fs) |
static void |
write_barrier() |