| Package | Description |
|---|---|
| com.couchbase.mock | |
| com.couchbase.mock.http | |
| com.couchbase.mock.http.capi | |
| com.couchbase.mock.memcached |
| Modifier and Type | Class and Description |
|---|---|
class |
CouchbaseBucket
Representation of a membase bucket
|
class |
MemcachedBucket
Representation of a CacheBucket (aka memcached)
|
| Modifier and Type | Method and Description |
|---|---|
static Bucket |
Bucket.create(CouchbaseMock mock,
BucketConfiguration config)
Create a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Bucket> |
CouchbaseMock.getBuckets()
Return the list of active buckets for inspection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PoolsHandler.handleDeleteBucket(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context,
Bucket bucket) |
boolean |
Authenticator.isAuthorizedForBucket(AuthContext ctx,
Bucket bucket)
Determine if the given credentials allow access to the bucket
|
| Constructor and Description |
|---|
BucketAdminServer(Bucket bucket,
HttpServer server,
CouchbaseMock mock) |
HttpAuthVerifier(Bucket bucket,
Authenticator authenticator) |
| Constructor and Description |
|---|
CAPIServer(Bucket bucket,
HttpAuthVerifier verifier) |
ViewHandler(View view,
Bucket bucket) |
| Modifier and Type | Method and Description |
|---|---|
Bucket |
MemcachedServer.getBucket() |
| Constructor and Description |
|---|
MemcachedServer(Bucket bucket,
String hostname,
int port,
VBucketInfo[] vbi,
boolean cccpEnabled)
Create a new new memcached server.
|
Copyright © 2017. All rights reserved.