public static enum RaftLogShipper.Timeouts extends Enum<RaftLogShipper.Timeouts> implements RenewableTimeoutService.TimeoutName
| Enum Constant and Description |
|---|
RESEND |
| Modifier and Type | Method and Description |
|---|---|
static RaftLogShipper.Timeouts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RaftLogShipper.Timeouts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final RaftLogShipper.Timeouts RESEND
public static RaftLogShipper.Timeouts[] values()
for (RaftLogShipper.Timeouts c : RaftLogShipper.Timeouts.values()) System.out.println(c);
public static RaftLogShipper.Timeouts 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 © 2002–2016 The Neo4j Graph Database Project. All rights reserved.