Package | Description |
---|---|
org.apache.camel.component.ignite.cache |
Modifier and Type | Method and Description |
---|---|
IgniteCacheOperation |
IgniteCacheEndpoint.getOperation()
Gets the cache operation to invoke.
|
static IgniteCacheOperation |
IgniteCacheOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteCacheOperation[] |
IgniteCacheOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteCacheEndpoint.setOperation(IgniteCacheOperation operation)
Sets the cache operation to invoke.
|
Apache Camel