public static enum BucketConfigRefreshFailedEvent.RefresherType extends Enum<BucketConfigRefreshFailedEvent.RefresherType>
Enum Constant and Description |
---|
KV
The KV refresher.
|
MANAGER
The cluster manager refresher.
|
Modifier and Type | Method and Description |
---|---|
static BucketConfigRefreshFailedEvent.RefresherType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketConfigRefreshFailedEvent.RefresherType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BucketConfigRefreshFailedEvent.RefresherType KV
public static final BucketConfigRefreshFailedEvent.RefresherType MANAGER
public static BucketConfigRefreshFailedEvent.RefresherType[] values()
for (BucketConfigRefreshFailedEvent.RefresherType c : BucketConfigRefreshFailedEvent.RefresherType.values()) System.out.println(c);
public static BucketConfigRefreshFailedEvent.RefresherType 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 © 2021 Couchbase, Inc.. All rights reserved.