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(String id,
RequestMessage message)
Allows the user to specify a custom tap message.
|
TapOperation |
OperationFactory.tapCustom(String id,
RequestMessage message,
OperationCallback cb)
Creates a custom tap stream.
|
Modifier and Type | Method and Description |
---|---|
TapOperation |
AsciiOperationFactory.tapCustom(String id,
RequestMessage message,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
TapOperation |
BinaryOperationFactory.tapCustom(String id,
RequestMessage message,
OperationCallback cb) |
Modifier and Type | Method and Description |
---|---|
RequestMessage |
MessageBuilder.getMessage() |
Copyright © 2021. All rights reserved.