private static enum ModifyStoreFileTrackerProcedure.StoreFileTrackerState extends Enum<ModifyStoreFileTrackerProcedure.StoreFileTrackerState>
Enum Constant and Description |
---|
ALREADY_FINISHED |
NEED_FINISH_MIGRATION |
NEED_FINISH_PREVIOUS_MIGRATION_FIRST |
NEED_START_MIGRATION |
Modifier and Type | Method and Description |
---|---|
static ModifyStoreFileTrackerProcedure.StoreFileTrackerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifyStoreFileTrackerProcedure.StoreFileTrackerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModifyStoreFileTrackerProcedure.StoreFileTrackerState NEED_FINISH_PREVIOUS_MIGRATION_FIRST
public static final ModifyStoreFileTrackerProcedure.StoreFileTrackerState NEED_START_MIGRATION
public static final ModifyStoreFileTrackerProcedure.StoreFileTrackerState NEED_FINISH_MIGRATION
public static final ModifyStoreFileTrackerProcedure.StoreFileTrackerState ALREADY_FINISHED
public static ModifyStoreFileTrackerProcedure.StoreFileTrackerState[] values()
for (ModifyStoreFileTrackerProcedure.StoreFileTrackerState c : ModifyStoreFileTrackerProcedure.StoreFileTrackerState.values()) System.out.println(c);
public static ModifyStoreFileTrackerProcedure.StoreFileTrackerState 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 © 2007–2020 The Apache Software Foundation. All rights reserved.