public static enum AtomixQueueEndpointBuilderFactory.ReadConsistency extends Enum<AtomixQueueEndpointBuilderFactory.ReadConsistency>
io.atomix.resource.ReadConsistency enum.| Enum Constant and Description |
|---|
ATOMIC |
ATOMIC_LEASE |
LOCAL |
SEQUENTIAL |
| Modifier and Type | Method and Description |
|---|---|
static AtomixQueueEndpointBuilderFactory.ReadConsistency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomixQueueEndpointBuilderFactory.ReadConsistency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomixQueueEndpointBuilderFactory.ReadConsistency ATOMIC
public static final AtomixQueueEndpointBuilderFactory.ReadConsistency ATOMIC_LEASE
public static final AtomixQueueEndpointBuilderFactory.ReadConsistency SEQUENTIAL
public static final AtomixQueueEndpointBuilderFactory.ReadConsistency LOCAL
public static AtomixQueueEndpointBuilderFactory.ReadConsistency[] values()
for (AtomixQueueEndpointBuilderFactory.ReadConsistency c : AtomixQueueEndpointBuilderFactory.ReadConsistency.values()) System.out.println(c);
public static AtomixQueueEndpointBuilderFactory.ReadConsistency 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 nullApache Camel