Package com.couchbase.client.core
Class CoreProtostellar
java.lang.Object
com.couchbase.client.core.CoreProtostellar
- All Implemented Interfaces:
CoreCouchbaseOps
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCoreProtostellar(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) reactor.core.publisher.Mono<Void> 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, waitMethods 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:
shutdownin interfaceCoreCouchbaseOps
-
endpoint
-
pool
-
responseMetric
-
kvOps
- Specified by:
kvOpsin interfaceCoreCouchbaseOps
-
queryOps
- Specified by:
queryOpsin interfaceCoreCouchbaseOps
-
searchOps
- Specified by:
searchOpsin interfaceCoreCouchbaseOps
-
kvBinaryOps
- Specified by:
kvBinaryOpsin interfaceCoreCouchbaseOps
-
bucketManager
- Specified by:
bucketManagerin interfaceCoreCouchbaseOps
-
collectionManager
- Specified by:
collectionManagerin interfaceCoreCouchbaseOps
-
clusterSearchIndexManager
- Specified by:
clusterSearchIndexManagerin interfaceCoreCouchbaseOps
-
scopeSearchIndexManager
- Specified by:
scopeSearchIndexManagerin interfaceCoreCouchbaseOps
-
environment
- Specified by:
environmentin interfaceCoreCouchbaseOps
-
coreResources
- Specified by:
coreResourcesin interfaceCoreCouchbaseOps
-
waitUntilReady
public CompletableFuture<Void> waitUntilReady(Set<ServiceType> serviceTypes, Duration timeout, ClusterState desiredState, @Nullable String bucketName) - Specified by:
waitUntilReadyin interfaceCoreCouchbaseOps
-