Uses of Interface
org.apache.camel.builder.endpoint.dsl.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder
Packages that use IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder
-
Uses of IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Ignite Cache component.Methods in org.apache.camel.builder.endpoint.dsl that return IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilderModifier and TypeMethodDescriptionIgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointProducerBuilder.basic()IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder.cachePeekMode(String cachePeekMode) The CachePeekMode, only needed for operations that require it (IgniteCacheOperation#SIZE).IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder.cachePeekMode(org.apache.ignite.cache.CachePeekMode cachePeekMode) The CachePeekMode, only needed for operations that require it (IgniteCacheOperation#SIZE).IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder.failIfInexistentCache(boolean failIfInexistentCache) Whether to fail the initialization if the cache doesn't exist.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder.failIfInexistentCache(String failIfInexistentCache) Whether to fail the initialization if the cache doesn't exist.The cache operation to invoke.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder.operation(org.apache.camel.component.ignite.cache.IgniteCacheOperation operation) The cache operation to invoke.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointProducerBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.