public enum BucketSelectRequest extends Enum<BucketSelectRequest>
| Modifier and Type | Method and Description |
|---|---|
static void |
init(io.netty.buffer.ByteBuf buffer,
String bucket) |
static BucketSelectRequest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketSelectRequest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static BucketSelectRequest[] values()
for (BucketSelectRequest c : BucketSelectRequest.values()) System.out.println(c);
public static BucketSelectRequest 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 void init(io.netty.buffer.ByteBuf buffer,
String bucket)
Copyright © 2021 Couchbase, Inc.. All rights reserved.