public static enum DcpSystemEvent.Type extends Enum<DcpSystemEvent.Type>
| Enum Constant and Description |
|---|
COLLECTION_CREATED |
COLLECTION_DROPPED |
COLLECTION_FLUSHED |
SCOPE_CREATED |
SCOPE_DROPPED |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static DcpSystemEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DcpSystemEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DcpSystemEvent.Type COLLECTION_CREATED
public static final DcpSystemEvent.Type COLLECTION_DROPPED
public static final DcpSystemEvent.Type COLLECTION_FLUSHED
public static final DcpSystemEvent.Type SCOPE_CREATED
public static final DcpSystemEvent.Type SCOPE_DROPPED
public static DcpSystemEvent.Type[] values()
for (DcpSystemEvent.Type c : DcpSystemEvent.Type.values()) System.out.println(c);
public static DcpSystemEvent.Type 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 int code()
Copyright © 2021 Couchbase, Inc.. All rights reserved.