public static enum ReplState.LogTag extends Enum<ReplState.LogTag>
| Enum Constant and Description |
|---|
ATLAS_DUMP_END |
ATLAS_DUMP_START |
ATLAS_LOAD_END |
ATLAS_LOAD_START |
DATA_COPY_END |
END |
EVENT_DUMP |
EVENT_LOAD |
FUNCTION_DUMP |
FUNCTION_LOAD |
RANGER_DUMP_END |
RANGER_DUMP_START |
RANGER_LOAD_END |
RANGER_LOAD_START |
START |
TABLE_DUMP |
TABLE_LOAD |
| Modifier and Type | Method and Description |
|---|---|
static ReplState.LogTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplState.LogTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplState.LogTag START
public static final ReplState.LogTag TABLE_DUMP
public static final ReplState.LogTag FUNCTION_DUMP
public static final ReplState.LogTag EVENT_DUMP
public static final ReplState.LogTag ATLAS_DUMP_START
public static final ReplState.LogTag ATLAS_DUMP_END
public static final ReplState.LogTag RANGER_DUMP_START
public static final ReplState.LogTag RANGER_DUMP_END
public static final ReplState.LogTag TABLE_LOAD
public static final ReplState.LogTag FUNCTION_LOAD
public static final ReplState.LogTag EVENT_LOAD
public static final ReplState.LogTag ATLAS_LOAD_START
public static final ReplState.LogTag ATLAS_LOAD_END
public static final ReplState.LogTag RANGER_LOAD_START
public static final ReplState.LogTag RANGER_LOAD_END
public static final ReplState.LogTag END
public static final ReplState.LogTag DATA_COPY_END
public static ReplState.LogTag[] values()
for (ReplState.LogTag c : ReplState.LogTag.values()) System.out.println(c);
public static ReplState.LogTag 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 © 2022 The Apache Software Foundation. All rights reserved.