Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.protocol.ascii |
Low-level operations for the memcached ascii protocol
|
net.spy.memcached.protocol.binary |
Low-level operations for the memcached binary protocol
|
net.spy.memcached.tapmessage |
Modifier and Type | Method and Description |
---|---|
TapStream |
TapClient.tapCustom(java.lang.String id,
RequestMessage message)
Allows the user to specify a custom tap message.
|
TapOperation |
OperationFactory.tapCustom(java.lang.String id,
RequestMessage message,
OperationCallback cb)
Creates a custom tap stream.
|
Modifier and Type | Method and Description |
---|---|
TapOperation |
AsciiOperationFactory.tapCustom(java.lang.String id,
RequestMessage message,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
TapOperation |
BinaryOperationFactory.tapCustom(java.lang.String id,
RequestMessage message,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
RequestMessage |
MessageBuilder.getMessage() |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.