Uses of Interface
org.apache.camel.builder.endpoint.dsl.IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder
Packages that use IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder
-
Uses of IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.igniteIdgen(String path) Ignite ID Generator (camel-ignite) Interact with Ignite Atomic Sequences and ID Generators .StaticEndpointBuilders.igniteIdgen(String componentName, String path) Ignite ID Generator (camel-ignite) Interact with Ignite Atomic Sequences and ID Generators . -
Uses of IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilderModifier and TypeMethodDescriptionIgniteIdGenEndpointBuilderFactory.AdvancedIgniteIdGenEndpointBuilder.basic()The batch size.The batch size.IgniteIdGenEndpointBuilderFactory.endpointBuilder(String componentName, String path) IgniteIdGenEndpointBuilderFactory.IgniteIdGenBuilders.igniteIdgen(String path) Ignite ID Generator (camel-ignite) Interact with Ignite Atomic Sequences and ID Generators .IgniteIdGenEndpointBuilderFactory.IgniteIdGenBuilders.igniteIdgen(String componentName, String path) Ignite ID Generator (camel-ignite) Interact with Ignite Atomic Sequences and ID Generators .IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.initialValue(Long initialValue) The initial value.IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.initialValue(String initialValue) The initial value.The operation to invoke on the Ignite ID Generator.IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.operation(org.apache.camel.component.ignite.idgen.IgniteIdGenOperation operation) The operation to invoke on the Ignite ID Generator.IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.