public static enum ChannelRecoverInfo.ChannelCreationStatus extends Enum<ChannelRecoverInfo.ChannelCreationStatus>
| Enum Constant and Description |
|---|
DataLost |
FreshStarted |
PullOk |
Timeout |
| Modifier and Type | Method and Description |
|---|---|
static ChannelRecoverInfo.ChannelCreationStatus |
fromInt(int id) |
static ChannelRecoverInfo.ChannelCreationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelRecoverInfo.ChannelCreationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChannelRecoverInfo.ChannelCreationStatus FreshStarted
public static final ChannelRecoverInfo.ChannelCreationStatus PullOk
public static final ChannelRecoverInfo.ChannelCreationStatus Timeout
public static final ChannelRecoverInfo.ChannelCreationStatus DataLost
public static ChannelRecoverInfo.ChannelCreationStatus[] values()
for (ChannelRecoverInfo.ChannelCreationStatus c : ChannelRecoverInfo.ChannelCreationStatus.values()) System.out.println(c);
public static ChannelRecoverInfo.ChannelCreationStatus 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 static ChannelRecoverInfo.ChannelCreationStatus fromInt(int id)
Copyright © 2021. All rights reserved.