Uses of Interface
org.apache.camel.builder.endpoint.dsl.IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder
Packages that use IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder
-
Uses of IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilderModifier and TypeMethodDescriptionIgnite Sets (camel-ignite) Interact with Ignite Set data structures.Ignite Sets (camel-ignite) Interact with Ignite Set data structures. -
Uses of IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilderModifier and TypeMethodDescriptionIgniteSetEndpointBuilderFactory.AdvancedIgniteSetEndpointBuilder.basic()IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder.configuration(String configuration) The collection configuration.IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder.configuration(org.apache.ignite.configuration.CollectionConfiguration configuration) The collection configuration.IgniteSetEndpointBuilderFactory.endpointBuilder(String componentName, String path) Ignite Sets (camel-ignite) Interact with Ignite Set data structures.Ignite Sets (camel-ignite) Interact with Ignite Set data structures.The operation to invoke on the Ignite Set.IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder.operation(org.apache.camel.component.ignite.set.IgniteSetOperation operation) The operation to invoke on the Ignite Set.IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.