public interface CouchbaseClient
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_ID_PROPERTY
OSGi property for filtering the configured couchbase clients.
|
Modifier and Type | Method and Description |
---|---|
com.couchbase.client.java.AsyncBucket |
getAsyncBucket() |
com.couchbase.client.java.Bucket |
getBucket() |
String |
getBucketName() |
String |
getClientId() |
boolean |
isEnabled() |
static final String CLIENT_ID_PROPERTY
String getClientId()
boolean isEnabled()
String getBucketName()
com.couchbase.client.java.Bucket getBucket()
com.couchbase.client.java.AsyncBucket getAsyncBucket()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.