public enum TapRequestFlag extends java.lang.Enum<TapRequestFlag>
Enum Constant and Description |
---|
BACKFILL
Tap backfill flag definition.
|
CHECKPOINT
Tap use checkpoints.
|
DUMP
Tap dump flag definition.
|
FIX_BYTEORDER
Tap request fixed byteorder.
|
KEYS_ONLY
Tap send keys only flag definition.
|
LIST_VBUCKETS
Tap list vBuckets flag definition.
|
SUPPORT_ACK
Tap support acknowledgment flag definition.
|
TAKEOVER_VBUCKETS
Tap take over vBuckets flag definition.
|
Modifier and Type | Method and Description |
---|---|
int |
getFlags() |
static java.util.List<TapRequestFlag> |
getFlags(int f) |
static TapRequestFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TapRequestFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TapRequestFlag BACKFILL
public static final TapRequestFlag DUMP
public static final TapRequestFlag LIST_VBUCKETS
public static final TapRequestFlag TAKEOVER_VBUCKETS
public static final TapRequestFlag SUPPORT_ACK
public static final TapRequestFlag KEYS_ONLY
public static final TapRequestFlag CHECKPOINT
public static final TapRequestFlag FIX_BYTEORDER
public static TapRequestFlag[] values()
for (TapRequestFlag c : TapRequestFlag.values()) System.out.println(c);
public static TapRequestFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static java.util.List<TapRequestFlag> getFlags(int f)
public int getFlags()
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.