Package | Description |
---|---|
org.apache.camel.component.ignite.compute |
Modifier and Type | Method and Description |
---|---|
IgniteComputeExecutionType |
IgniteComputeEndpoint.getExecutionType()
Gets the execution type of this producer.
|
static IgniteComputeExecutionType |
IgniteComputeExecutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteComputeExecutionType[] |
IgniteComputeExecutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteComputeEndpoint.setExecutionType(IgniteComputeExecutionType executionType)
Sets the execution type of this producer.
|
Apache Camel