|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reply | |
---|---|
org.infinispan.server.memcached | |
org.infinispan.server.memcached.commands |
Uses of Reply in org.infinispan.server.memcached |
---|
Methods in org.infinispan.server.memcached that return Reply | |
---|---|
static Reply |
Reply.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Reply[] |
Reply.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Reply in org.infinispan.server.memcached.commands |
---|
Methods in org.infinispan.server.memcached.commands that return Reply | |
---|---|
protected Reply |
SetCommand.put(String key,
int flags,
byte[] data)
|
protected Reply |
AppendCommand.put(String key,
int flags,
byte[] data)
|
protected Reply |
AddCommand.put(String key,
int flags,
byte[] data,
long expiry)
|
protected Reply |
CasCommand.put(String key,
int flags,
byte[] data,
long expiry)
|
protected Reply |
SetCommand.put(String key,
int flags,
byte[] data,
long expiry)
|
protected Reply |
AppendCommand.put(String key,
int flags,
byte[] data,
long expiry)
|
protected Reply |
ReplaceCommand.put(String key,
int flags,
byte[] data,
long expiry)
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |