public static enum ServiceRemoveIgnoredEvent.Reason extends Enum<ServiceRemoveIgnoredEvent.Reason>
Enum Constant and Description |
---|
DISCONNECTED
Remove service ignored because the node is disconnected already.
|
NOT_PRESENT
Remove service ignored because it is not present.
|
Modifier and Type | Method and Description |
---|---|
static ServiceRemoveIgnoredEvent.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceRemoveIgnoredEvent.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceRemoveIgnoredEvent.Reason NOT_PRESENT
public static final ServiceRemoveIgnoredEvent.Reason DISCONNECTED
public static ServiceRemoveIgnoredEvent.Reason[] values()
for (ServiceRemoveIgnoredEvent.Reason c : ServiceRemoveIgnoredEvent.Reason.values()) System.out.println(c);
public static ServiceRemoveIgnoredEvent.Reason 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 nullCopyright © 2020 Couchbase, Inc.. All rights reserved.