public static enum AbstractIgniteComponent.IgniteLifecycleMode extends Enum<AbstractIgniteComponent.IgniteLifecycleMode>
Ignite instance.| Enum Constant and Description |
|---|
COMPONENT_MANAGED |
USER_MANAGED |
| Modifier and Type | Method and Description |
|---|---|
static AbstractIgniteComponent.IgniteLifecycleMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractIgniteComponent.IgniteLifecycleMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractIgniteComponent.IgniteLifecycleMode USER_MANAGED
public static final AbstractIgniteComponent.IgniteLifecycleMode COMPONENT_MANAGED
public static AbstractIgniteComponent.IgniteLifecycleMode[] values()
for (AbstractIgniteComponent.IgniteLifecycleMode c : AbstractIgniteComponent.IgniteLifecycleMode.values()) System.out.println(c);
public static AbstractIgniteComponent.IgniteLifecycleMode 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 nullApache Camel