public static enum IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType extends Enum<IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType>
org.apache.camel.component.ignite.compute.IgniteComputeExecutionType enum.| Enum Constant and Description |
|---|
AFFINITY_CALL |
AFFINITY_RUN |
APPLY |
BROADCAST |
CALL |
EXECUTE |
RUN |
| Modifier and Type | Method and Description |
|---|---|
static IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType CALL
public static final IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType BROADCAST
public static final IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType APPLY
public static final IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType EXECUTE
public static final IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType RUN
public static final IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType AFFINITY_CALL
public static final IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType AFFINITY_RUN
public static IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType[] values()
for (IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType c : IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType.values()) System.out.println(c);
public static IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType 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