Uses of Enum
com.couchbase.client.dcp.message.DcpSetVbucketStateMessage.State
Packages that use DcpSetVbucketStateMessage.State
-
Uses of DcpSetVbucketStateMessage.State in com.couchbase.client.dcp.message
Methods in com.couchbase.client.dcp.message that return DcpSetVbucketStateMessage.StateModifier and TypeMethodDescriptionDcpSetVbucketStateMessage.state
(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer) Returns the enum constant of this type with the specified name.static DcpSetVbucketStateMessage.State[]
DcpSetVbucketStateMessage.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.dcp.message with parameters of type DcpSetVbucketStateMessage.StateModifier and TypeMethodDescriptionstatic void
DcpSetVbucketStateMessage.init
(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer, DcpSetVbucketStateMessage.State state) static void
DcpSetVbucketStateMessage.state
(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer, DcpSetVbucketStateMessage.State state)