public enum ReplicateTo extends Enum<ReplicateTo>
Modifier and Type | Method and Description |
---|---|
Observe.ObserveReplicateTo |
coreHandle() |
static ReplicateTo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicateTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicateTo NONE
public static final ReplicateTo ONE
public static final ReplicateTo TWO
public static final ReplicateTo THREE
public static ReplicateTo[] values()
for (ReplicateTo c : ReplicateTo.values()) System.out.println(c);
public static ReplicateTo 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 Observe.ObserveReplicateTo coreHandle()
Copyright © 2021 Couchbase, Inc.. All rights reserved.