Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.ops |
Fundamental protocol operation interfaces
|
net.spy.memcached.protocol |
Base classes for protocol abstractions.
|
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
|
Modifier and Type | Method and Description |
---|---|
GetOperation |
OperationFactory.get(java.util.Collection<java.lang.String> keys,
GetOperation.Callback cb)
Create a get operation.
|
GetOperation |
OperationFactory.get(java.lang.String key,
GetOperation.Callback callback)
Create a get operation.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiGetOperationCallback
MultiOperationCallback for get operations.
|
Modifier and Type | Class and Description |
---|---|
class |
GetCallbackWrapper
Wrapper callback for use in optimized gets.
|
class |
ProxyCallback
Proxy callback used for dispatching callbacks over optimized gets.
|
Constructor and Description |
---|
GetCallbackWrapper(int k,
GetOperation.Callback c) |
Modifier and Type | Method and Description |
---|---|
GetOperation |
AsciiOperationFactory.get(java.util.Collection<java.lang.String> keys,
GetOperation.Callback cb) |
GetOperation |
AsciiOperationFactory.get(java.lang.String key,
GetOperation.Callback cb) |
Modifier and Type | Method and Description |
---|---|
GetOperation |
BinaryOperationFactory.get(java.util.Collection<java.lang.String> value,
GetOperation.Callback cb) |
GetOperation |
BinaryOperationFactory.get(java.lang.String key,
GetOperation.Callback callback) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.