| 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
|
| Modifier and Type | Method and Description |
|---|---|
DeleteOperation |
OperationFactory.delete(java.lang.String key,
DeleteOperation.Callback callback)
Create a deletion operation.
|
DeleteOperation |
OperationFactory.delete(java.lang.String key,
long cas,
DeleteOperation.Callback callback)
Create a deletion operation with CAS.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteOperation |
AsciiOperationFactory.delete(java.lang.String key,
DeleteOperation.Callback cb) |
DeleteOperation |
AsciiOperationFactory.delete(java.lang.String key,
long cas,
DeleteOperation.Callback cb) |
| Modifier and Type | Method and Description |
|---|---|
DeleteOperation |
BinaryOperationFactory.delete(java.lang.String key,
DeleteOperation.Callback operationCallback) |
DeleteOperation |
BinaryOperationFactory.delete(java.lang.String key,
long cas,
DeleteOperation.Callback operationCallback) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.