public static enum CommitLogReadHandler.CommitLogReadErrorReason extends java.lang.Enum<CommitLogReadHandler.CommitLogReadErrorReason>
| Enum Constant and Description | 
|---|
| EOF | 
| MUTATION_ERROR | 
| RECOVERABLE_DESCRIPTOR_ERROR | 
| UNRECOVERABLE_DESCRIPTOR_ERROR | 
| UNRECOVERABLE_UNKNOWN_ERROR | 
| Modifier and Type | Method and Description | 
|---|---|
| static CommitLogReadHandler.CommitLogReadErrorReason | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static CommitLogReadHandler.CommitLogReadErrorReason[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CommitLogReadHandler.CommitLogReadErrorReason RECOVERABLE_DESCRIPTOR_ERROR
public static final CommitLogReadHandler.CommitLogReadErrorReason UNRECOVERABLE_DESCRIPTOR_ERROR
public static final CommitLogReadHandler.CommitLogReadErrorReason MUTATION_ERROR
public static final CommitLogReadHandler.CommitLogReadErrorReason UNRECOVERABLE_UNKNOWN_ERROR
public static final CommitLogReadHandler.CommitLogReadErrorReason EOF
public static CommitLogReadHandler.CommitLogReadErrorReason[] values()
for (CommitLogReadHandler.CommitLogReadErrorReason c : CommitLogReadHandler.CommitLogReadErrorReason.values()) System.out.println(c);
public static CommitLogReadHandler.CommitLogReadErrorReason valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 The Apache Software Foundation