| Package | Description |
|---|---|
| org.glassfish.grizzly.memcached |
| Modifier and Type | Method and Description |
|---|---|
CommandOpcodes |
MemcachedResponse.getOp() |
CommandOpcodes |
MemcachedRequest.getOp() |
static CommandOpcodes |
CommandOpcodes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandOpcodes[] |
CommandOpcodes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MemcachedRequest.Builder |
MemcachedRequest.Builder.op(CommandOpcodes op) |
void |
MemcachedResponse.setOp(CommandOpcodes op) |
Copyright © 2015 Project Grizzly. All Rights Reserved.