Uses of Enum Class
com.couchbase.client.dcp.message.StreamFlags
Packages that use StreamFlags
-
Uses of StreamFlags in com.couchbase.client.dcp.message
Methods in com.couchbase.client.dcp.message that return StreamFlagsModifier and TypeMethodDescriptionstatic StreamFlagsReturns the enum constant of this class with the specified name.static StreamFlags[]StreamFlags.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 StreamFlagsMethod parameters in com.couchbase.client.dcp.message with type arguments of type StreamFlagsModifier and TypeMethodDescriptionstatic intStreamFlags.encode(Set<StreamFlags> flags) static voidDcpOpenStreamRequest.init(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer, Set<StreamFlags> flags, int vbucket) Initialize the buffer with all the values needed.