Uses of Class
com.couchbase.client.dcp.highlevel.internal.CollectionsManifest
Packages that use CollectionsManifest
Package
Description
-
Uses of CollectionsManifest in com.couchbase.client.dcp.conductor
Methods in com.couchbase.client.dcp.conductor that return types with arguments of type CollectionsManifestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CollectionsManifest>>DcpChannel.getCollectionsManifest()Returns empty optional if collections are not enabled for this channel, otherwise the current collections manifest.Methods in com.couchbase.client.dcp.conductor with parameters of type CollectionsManifestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>DcpChannel.openStream(int vbid, StreamOffset startOffset, long endSeqno, CollectionsManifest manifest, Set<StreamFlag> flags) -
Uses of CollectionsManifest in com.couchbase.client.dcp.highlevel
Methods in com.couchbase.client.dcp.highlevel that return CollectionsManifestModifier and TypeMethodDescriptionCollectionCreated.apply(CollectionsManifest currentManifest) CollectionDropped.apply(CollectionsManifest currentManifest) CollectionFlushed.apply(CollectionsManifest currentManifest) ScopeCreated.apply(CollectionsManifest currentManifest) ScopeDropped.apply(CollectionsManifest currentManifest) Methods in com.couchbase.client.dcp.highlevel with parameters of type CollectionsManifestModifier and TypeMethodDescriptionCollectionCreated.apply(CollectionsManifest currentManifest) CollectionDropped.apply(CollectionsManifest currentManifest) CollectionFlushed.apply(CollectionsManifest currentManifest) ScopeCreated.apply(CollectionsManifest currentManifest) ScopeDropped.apply(CollectionsManifest currentManifest) -
Uses of CollectionsManifest in com.couchbase.client.dcp.highlevel.internal
Fields in com.couchbase.client.dcp.highlevel.internal declared as CollectionsManifestModifier and TypeFieldDescriptionstatic final CollectionsManifestCollectionsManifest.DEFAULTA manifest with just the default scope and default collection.Methods in com.couchbase.client.dcp.highlevel.internal that return CollectionsManifestModifier and TypeMethodDescriptionstatic CollectionsManifestCollectionsManifest.fromJson(byte[] jsonBytes) CollectionsManifest.withCollection(long newManifestId, long scopeId, long collectionId, String collectionName, Long maxTtl) CollectionsManifest.withManifestId(long newManifestId) CollectionsManifest.withoutCollection(long newManifestId, long id) CollectionsManifest.withoutScope(long newManifestId, long doomedScopeId) -
Uses of CollectionsManifest in com.couchbase.client.dcp.message
Methods in com.couchbase.client.dcp.message that return CollectionsManifestModifier and TypeMethodDescriptionDcpSystemEvent.CollectionsManifestEvent.apply(CollectionsManifest currentManifest) Methods in com.couchbase.client.dcp.message with parameters of type CollectionsManifestModifier and TypeMethodDescriptionDcpSystemEvent.CollectionsManifestEvent.apply(CollectionsManifest currentManifest) -
Uses of CollectionsManifest in com.couchbase.client.dcp.state
Methods in com.couchbase.client.dcp.state that return CollectionsManifestMethods in com.couchbase.client.dcp.state with parameters of type CollectionsManifestModifier and TypeMethodDescriptionvoidPartitionState.setCollectionsManifest(CollectionsManifest collectionsManifest)