public enum DcpFailoverLogResponse extends Enum<DcpFailoverLogResponse>
| Modifier and Type | Method and Description |
|---|---|
static List<FailoverLogEntry> |
entries(io.netty.buffer.ByteBuf buffer) |
static void |
init(io.netty.buffer.ByteBuf buffer) |
static boolean |
is(io.netty.buffer.ByteBuf buffer) |
static int |
numLogEntries(io.netty.buffer.ByteBuf buffer)
Deprecated.
in favor of
entries(ByteBuf) |
static long |
seqnoEntry(io.netty.buffer.ByteBuf buffer,
int index)
Deprecated.
in favor of
entries(ByteBuf) |
static String |
toString(io.netty.buffer.ByteBuf buffer) |
static DcpFailoverLogResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DcpFailoverLogResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static int |
vbucket(io.netty.buffer.ByteBuf buffer) |
static void |
vbucket(io.netty.buffer.ByteBuf buffer,
int vbid) |
static long |
vbuuidEntry(io.netty.buffer.ByteBuf buffer,
int index)
Deprecated.
in favor of
entries(ByteBuf) |
public static DcpFailoverLogResponse[] values()
for (DcpFailoverLogResponse c : DcpFailoverLogResponse.values()) System.out.println(c);
public static DcpFailoverLogResponse 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 void init(io.netty.buffer.ByteBuf buffer)
public static void vbucket(io.netty.buffer.ByteBuf buffer,
int vbid)
public static int vbucket(io.netty.buffer.ByteBuf buffer)
@Deprecated public static int numLogEntries(io.netty.buffer.ByteBuf buffer)
entries(ByteBuf)@Deprecated public static long vbuuidEntry(io.netty.buffer.ByteBuf buffer, int index)
entries(ByteBuf)@Deprecated public static long seqnoEntry(io.netty.buffer.ByteBuf buffer, int index)
entries(ByteBuf)public static List<FailoverLogEntry> entries(io.netty.buffer.ByteBuf buffer)
public static String toString(io.netty.buffer.ByteBuf buffer)
Copyright © 2021 Couchbase, Inc.. All rights reserved.