| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
StaticEndpointBuilders.igniteCache(String path)
Ignite Cache (camel-ignite)
Perform cache operations on an Ignite cache or consume changes from a
continuous query.
|
static IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
StaticEndpointBuilders.igniteCache(String componentName,
String path)
Ignite Cache (camel-ignite)
Perform cache operations on an Ignite cache or consume changes from a
continuous query.
|
| Modifier and Type | Method and Description |
|---|---|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointBuilder.basic() |
static IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheBuilders.igniteCache(String path)
Ignite Cache (camel-ignite)
Perform cache operations on an Ignite cache or consume changes from a
continuous query.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheBuilders.igniteCache(String componentName,
String path)
Ignite Cache (camel-ignite)
Perform cache operations on an Ignite cache or consume changes from a
continuous query.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
Apache Camel