Package | Description |
---|---|
org.apache.camel.component.infinispan |
Modifier and Type | Method and Description |
---|---|
InfinispanOperation |
InfinispanConfiguration.getOperation() |
InfinispanOperation |
InfinispanConfiguration.getOperationOrDefault() |
static InfinispanOperation |
InfinispanOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanOperation[] |
InfinispanOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InfinispanConfiguration.setOperation(InfinispanOperation operation)
The operation to perform.
|
Apache Camel