Package com.couchbase.client.core
Class CoreProtostellar
java.lang.Object
com.couchbase.client.core.CoreProtostellar
- All Implemented Interfaces:
CoreCouchbaseOps
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCoreProtostellar
(CoreEnvironment env, Authenticator authenticator, ConnectionString connectionString) -
Method Summary
Modifier and TypeMethodDescriptioncollectionManager
(String bucketName) context()
endpoint()
kvBinaryOps
(CoreKeyspace keyspace) kvOps
(CoreKeyspace keyspace) pool()
queryOps()
searchOps
(CoreBucketAndScope scope) waitUntilReady
(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, String bucketName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.couchbase.client.core.api.CoreCouchbaseOps
asCore
-
Field Details
-
DEFAULT_PROTOSTELLAR_TLS_PORT
public static final int DEFAULT_PROTOSTELLAR_TLS_PORT- See Also:
-
-
Constructor Details
-
CoreProtostellar
public CoreProtostellar(CoreEnvironment env, Authenticator authenticator, ConnectionString connectionString)
-
-
Method Details
-
context
-
shutdown
- Specified by:
shutdown
in interfaceCoreCouchbaseOps
-
endpoint
-
pool
-
responseMetric
-
kvOps
- Specified by:
kvOps
in interfaceCoreCouchbaseOps
-
queryOps
- Specified by:
queryOps
in interfaceCoreCouchbaseOps
-
searchOps
- Specified by:
searchOps
in interfaceCoreCouchbaseOps
-
kvBinaryOps
- Specified by:
kvBinaryOps
in interfaceCoreCouchbaseOps
-
bucketManager
- Specified by:
bucketManager
in interfaceCoreCouchbaseOps
-
collectionManager
- Specified by:
collectionManager
in interfaceCoreCouchbaseOps
-
clusterSearchIndexManager
- Specified by:
clusterSearchIndexManager
in interfaceCoreCouchbaseOps
-
scopeSearchIndexManager
- Specified by:
scopeSearchIndexManager
in interfaceCoreCouchbaseOps
-
environment
- Specified by:
environment
in interfaceCoreCouchbaseOps
-
waitUntilReady
public CompletableFuture<Void> waitUntilReady(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, @Nullable String bucketName) - Specified by:
waitUntilReady
in interfaceCoreCouchbaseOps
-