Uses of Enum Class
com.couchbase.client.dcp.message.StreamFlag
Packages that use StreamFlag
Package
Description
-
Uses of StreamFlag in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp that return types with arguments of type StreamFlagModifier and TypeMethodDescriptionClient.Environment.streamFlags()Returns the flags to use when opening or adding a DCP stream.Method parameters in com.couchbase.client.dcp with type arguments of type StreamFlagModifier and TypeMethodDescriptionClient.Builder.optionalStreamFlags(Set<StreamFlag> flags) Sets the flags to use for all "open stream" and "add stream" requests. -
Uses of StreamFlag in com.couchbase.client.dcp.conductor
Method parameters in com.couchbase.client.dcp.conductor with type arguments of type StreamFlagModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>DcpChannel.openStream(int vbid, StreamOffset startOffset, long endSeqno, CollectionsManifest manifest, Set<StreamFlag> flags) -
Uses of StreamFlag in com.couchbase.client.dcp.message
Methods in com.couchbase.client.dcp.message that return StreamFlagModifier and TypeMethodDescriptionstatic StreamFlagReturns the enum constant of this class with the specified name.static StreamFlag[]StreamFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.couchbase.client.dcp.message that return types with arguments of type StreamFlagModifier and TypeMethodDescriptionstatic Set<StreamFlag>StreamFlag.decode(int flags) static Set<StreamFlag>DcpAddStreamRequest.flags(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer) static Set<StreamFlag>DcpOpenStreamRequest.flags(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer) Method parameters in com.couchbase.client.dcp.message with type arguments of type StreamFlagModifier and TypeMethodDescriptionstatic intStreamFlag.encode(Set<StreamFlag> flags) static voidDcpOpenStreamRequest.init(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer, Set<StreamFlag> flags, int vbucket) Initialize the buffer with all the values needed.