Uses of Enum Class
com.couchbase.client.dcp.message.OpenConnectionFlag
Packages that use OpenConnectionFlag
-
Uses of OpenConnectionFlag in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp that return types with arguments of type OpenConnectionFlagModifier and TypeMethodDescriptionClient.Environment.connectionFlags()Returns the flags to use when opening a DCP connection. -
Uses of OpenConnectionFlag in com.couchbase.client.dcp.message
Methods in com.couchbase.client.dcp.message that return OpenConnectionFlagModifier and TypeMethodDescriptionstatic OpenConnectionFlagReturns the enum constant of this class with the specified name.static OpenConnectionFlag[]OpenConnectionFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.couchbase.client.dcp.message with type arguments of type OpenConnectionFlagModifier and TypeMethodDescriptionstatic intOpenConnectionFlag.encode(Set<OpenConnectionFlag> flags) static voidDcpOpenConnectionRequest.init(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer, Set<OpenConnectionFlag> flags) Initialize the buffer with all the values needed.