Uses of Enum Class
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 class with the specified name.static DcpSetVbucketStateMessage.State[]DcpSetVbucketStateMessage.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.couchbase.client.dcp.message with parameters of type DcpSetVbucketStateMessage.StateModifier and TypeMethodDescriptionstatic voidDcpSetVbucketStateMessage.init(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer, DcpSetVbucketStateMessage.State state) static voidDcpSetVbucketStateMessage.state(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer, DcpSetVbucketStateMessage.State state)