Uses of Interface
org.apache.camel.builder.endpoint.dsl.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder
Packages that use IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder
-
Uses of IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.igniteCache(String path) Ignite Cache (camel-ignite) Perform cache operations on an Ignite cache or consume changes from a continuous query.StaticEndpointBuilders.igniteCache(String componentName, String path) Ignite Cache (camel-ignite) Perform cache operations on an Ignite cache or consume changes from a continuous query. -
Uses of IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilderModifier and TypeMethodDescriptionIgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointBuilder.basic()IgniteCacheEndpointBuilderFactory.endpointBuilder(String componentName, String path) IgniteCacheEndpointBuilderFactory.IgniteCacheBuilders.igniteCache(String path) Ignite Cache (camel-ignite) Perform cache operations on an Ignite cache or consume changes from a continuous query.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.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.