public enum DcpSetVbucketStateMessage extends Enum<DcpSetVbucketStateMessage>
| Modifier and Type | Class and Description |
|---|---|
static class |
DcpSetVbucketStateMessage.State |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
active(io.netty.buffer.ByteBuf buffer) |
static boolean |
dead(io.netty.buffer.ByteBuf buffer) |
static int |
flags(io.netty.buffer.ByteBuf buffer) |
static void |
init(io.netty.buffer.ByteBuf buffer,
DcpSetVbucketStateMessage.State state) |
static boolean |
is(io.netty.buffer.ByteBuf buffer) |
static boolean |
pending(io.netty.buffer.ByteBuf buffer) |
static boolean |
replica(io.netty.buffer.ByteBuf buffer) |
static DcpSetVbucketStateMessage.State |
state(io.netty.buffer.ByteBuf buffer) |
static void |
state(io.netty.buffer.ByteBuf buffer,
DcpSetVbucketStateMessage.State state) |
static DcpSetVbucketStateMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DcpSetVbucketStateMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static DcpSetVbucketStateMessage[] values()
for (DcpSetVbucketStateMessage c : DcpSetVbucketStateMessage.values()) System.out.println(c);
public static DcpSetVbucketStateMessage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static boolean is(io.netty.buffer.ByteBuf buffer)
public static int flags(io.netty.buffer.ByteBuf buffer)
public static boolean active(io.netty.buffer.ByteBuf buffer)
public static boolean replica(io.netty.buffer.ByteBuf buffer)
public static boolean pending(io.netty.buffer.ByteBuf buffer)
public static boolean dead(io.netty.buffer.ByteBuf buffer)
public static void init(io.netty.buffer.ByteBuf buffer,
DcpSetVbucketStateMessage.State state)
public static void state(io.netty.buffer.ByteBuf buffer,
DcpSetVbucketStateMessage.State state)
public static DcpSetVbucketStateMessage.State state(io.netty.buffer.ByteBuf buffer)
Copyright © 2021 Couchbase, Inc.. All rights reserved.