| Package | Description | 
|---|---|
| org.openspaces.memcached.protocol.binary | 
| Modifier and Type | Method and Description | 
|---|---|
static MemcachedBinaryCommandDecoder.BinaryOp | 
MemcachedBinaryCommandDecoder.BinaryOp.forCommandMessage(CommandMessage msg)  | 
static MemcachedBinaryCommandDecoder.BinaryOp | 
MemcachedBinaryCommandDecoder.BinaryOp.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MemcachedBinaryCommandDecoder.BinaryOp[] | 
MemcachedBinaryCommandDecoder.BinaryOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.jboss.netty.buffer.ChannelBuffer | 
MemcachedBinaryResponseEncoder.constructHeader(MemcachedBinaryCommandDecoder.BinaryOp bcmd,
               org.jboss.netty.buffer.ChannelBuffer extrasBuffer,
               org.jboss.netty.buffer.ChannelBuffer keyBuffer,
               org.jboss.netty.buffer.ChannelBuffer valueBuffer,
               short responseCode,
               int opaqueValue,
               long casUnique)  | 
Copyright © GigaSpaces.