| Package | Description |
|---|---|
| com.couchbase.mock.memcached | |
| com.couchbase.mock.memcached.protocol |
| Modifier and Type | Class and Description |
|---|---|
class |
ObsKeyState |
| Modifier and Type | Method and Description |
|---|---|
KeySpec |
Item.getKeySpec() |
| Modifier and Type | Method and Description |
|---|---|
Map<KeySpec,Item> |
VBucketStore.getMap() |
| Modifier and Type | Method and Description |
|---|---|
MutationStatus |
VBucketStore.delete(KeySpec ks,
long cas,
boolean xerrorEnabled) |
Item |
VBucketStore.get(KeySpec ks) |
Item |
Storage.getCached(KeySpec ks) |
Item |
Storage.getPersisted(KeySpec ks) |
void |
Storage.persistDeletedItem(KeySpec ks,
VBucketCoordinates coords) |
void |
Storage.removeCached(KeySpec ks) |
void |
Storage.removePersisted(KeySpec ks) |
| Constructor and Description |
|---|
Item(KeySpec ks) |
Item(KeySpec ks,
int flags,
int expiryTime,
byte[] value,
byte[] xattr,
long cas) |
ObsKeyState(KeySpec ks,
ObserveCode status,
long cas) |
SubdocItem(KeySpec ks,
int flags,
int expiryTime,
byte[] path,
byte[] value,
long cas) |
| Modifier and Type | Method and Description |
|---|---|
KeySpec |
BinaryCommand.getKeySpec() |
| Modifier and Type | Method and Description |
|---|---|
List<KeySpec> |
BinaryObserveCommand.getKeySpecs() |
Copyright © 2017. All rights reserved.