@Service(value=CouchbaseClient.class) @Property(name="webconsole.configurationFactory.nameHint", value="{clientId}: {bucketName}") public class CouchbaseClientImpl extends Object implements CouchbaseClient
CouchbaseClient
.Constructor and Description |
---|
CouchbaseClientImpl() |
Modifier and Type | Method and Description |
---|---|
com.couchbase.client.java.AsyncBucket |
getAsyncBucket() |
com.couchbase.client.java.Bucket |
getBucket() |
String |
getBucketName() |
String |
getClientId() |
boolean |
isEnabled() |
public String getClientId()
getClientId
in interface CouchbaseClient
public boolean isEnabled()
isEnabled
in interface CouchbaseClient
public String getBucketName()
getBucketName
in interface CouchbaseClient
public com.couchbase.client.java.Bucket getBucket()
getBucket
in interface CouchbaseClient
public com.couchbase.client.java.AsyncBucket getAsyncBucket()
getAsyncBucket
in interface CouchbaseClient
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.