| Package | Description |
|---|---|
| com.couchbase.mock | |
| com.couchbase.mock.memcached | |
| com.couchbase.mock.memcached.protocol | |
| com.couchbase.mock.views |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Item> |
Bucket.getMasterItems(Storage.StorageType type)
Returns an iterable over all the items in this bucket
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubdocItem |
| Modifier and Type | Method and Description |
|---|---|
Item |
VBucketStore.get(KeySpec ks) |
Item |
Storage.getCached(KeySpec ks) |
Item |
Storage.getPersisted(KeySpec ks) |
Item |
VBucketStore.getRandom() |
Item |
Storage.getRandomItem() |
| Modifier and Type | Method and Description |
|---|---|
Map<KeySpec,Item> |
VBucketStore.getMap() |
Iterable<Item> |
Storage.getMasterStore(Storage.StorageType type) |
| Modifier and Type | Method and Description |
|---|---|
MutationStatus |
VBucketStore.add(Item item,
boolean xerrorEnabled) |
void |
Item.append(Item i) |
MutationStatus |
VBucketStore.append(Item i,
boolean xerrorEnabled) |
ErrorCode |
VBucketStore.lock(Item item,
int expiry) |
void |
VBucketStore.ItemAction.onAction(VBucketStore store,
Item itm,
VBucketCoordinates ms) |
void |
Storage.persistMutatedItem(Item itm,
VBucketCoordinates coords) |
void |
Item.prepend(Item i) |
MutationStatus |
VBucketStore.prepend(Item i,
boolean xerrorEnabled) |
void |
Storage.putCached(Item itm) |
void |
Storage.putPersisted(Item itm) |
MutationStatus |
VBucketStore.replace(Item item,
boolean xerrorEnabled) |
MutationStatus |
VBucketStore.set(Item item,
boolean xerrorEnabled) |
ErrorCode |
VBucketStore.touch(Item item,
int expiry,
boolean xerrorEnabled) |
| Constructor and Description |
|---|
Item(Item src)
Copy constructor
|
ObsKeyState(Item itm,
ObserveCode status) |
| Modifier and Type | Method and Description |
|---|---|
Item |
BinaryStoreCommand.getItem() |
| Constructor and Description |
|---|
BinaryGetResponse(BinaryCommand command,
Item item) |
BinaryGetResponse(BinaryGetCommand cmd,
Item item,
long casOverride) |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
View.execute(Iterable<Item> items) |
QueryResult |
View.execute(Iterable<Item> items,
Configuration config)
Executes the view query with the given parameters see
View.executeRaw(Iterable, Configuration) |
String |
View.executeRaw(Iterable<Item> items,
Configuration config)
Executes the view query with the given parameters.
|
void |
Indexer.run(Iterable<Item> items,
org.mozilla.javascript.Context cx)
Run the indexer on the given iterable of items.
|
Copyright © 2017. All rights reserved.