Uses of Class
com.couchbase.client.core.config.CollectionsManifest
-
Packages that use CollectionsManifest Package Description com.couchbase.client.core.classic.manager com.couchbase.client.core.manager com.couchbase.client.core.protostellar.manager -
-
Uses of CollectionsManifest in com.couchbase.client.core.classic.manager
Methods in com.couchbase.client.core.classic.manager that return types with arguments of type CollectionsManifest Modifier and Type Method Description CompletableFuture<CollectionsManifest>ClassicCoreCollectionManagerOps. getAllScopes(CoreCommonOptions options) -
Uses of CollectionsManifest in com.couchbase.client.core.manager
Methods in com.couchbase.client.core.manager that return types with arguments of type CollectionsManifest Modifier and Type Method Description CompletableFuture<CollectionsManifest>CoreCollectionManager. getAllScopes(CoreCommonOptions options) -
Uses of CollectionsManifest in com.couchbase.client.core.protostellar.manager
Methods in com.couchbase.client.core.protostellar.manager that return CollectionsManifest Modifier and Type Method Description static CollectionsManifestCoreProtostellarCollectionManagerResponses. convertResponse(com.couchbase.client.protostellar.admin.collection.v1.ListCollectionsResponse response)Methods in com.couchbase.client.core.protostellar.manager that return types with arguments of type CollectionsManifest Modifier and Type Method Description CompletableFuture<CollectionsManifest>ProtostellarCoreCollectionManagerOps. getAllScopes(CoreCommonOptions options)
-