Interface | Description |
---|---|
ClusterGroupExpression |
Implement this interface to create an expression that returns a
ClusterGroup from the
Ignite instance that was passed in. |
Class | Description |
---|---|
AbstractIgniteComponent |
This is a base class of camel-ignite components which correspond to following Apache Ignite functions:
IgniteCacheComponent : Cache operations.
IgniteComputeComponent : Cluster computation.
IgniteMessagingComponent : Messaging.
IgniteEventsComponent : Eventing.
IgniteIdGenComponent : Id Generation.
IgniteSetComponent : Set operations.
IgniteQueueComponent : Queue operations.
|
AbstractIgniteEndpoint |
Base class for all Ignite endpoints.
|
ClusterGroupExpressions |
Convenient set of commonly used
ClusterGroupExpression s. |
IgniteComponent | Deprecated |
IgniteConstants |
Ignite Component constants.
|
IgniteHelper |
Helper methods for the Ignite component.
|
Enum | Description |
---|---|
AbstractIgniteComponent.IgniteLifecycleMode |
Modes of managing the underlying
Ignite instance. |
Apache Camel