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