Uses of Interface
org.apache.camel.builder.endpoint.dsl.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder
Packages that use IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder
-
Uses of IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder 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.IgniteCacheEndpointConsumerBuilderModifier and TypeMethodDescriptionIgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.autoUnsubscribe(boolean autoUnsubscribe) Whether auto unsubscribe is enabled in the Continuous Query Consumer.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.autoUnsubscribe(String autoUnsubscribe) Whether auto unsubscribe is enabled in the Continuous Query Consumer.IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder.basic()IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.fireExistingQueryResults(boolean fireExistingQueryResults) Whether to process existing results that match the query.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.fireExistingQueryResults(String fireExistingQueryResults) Whether to process existing results that match the query.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.oneExchangePerUpdate(boolean oneExchangePerUpdate) Whether to pack each update in an individual Exchange, even if multiple updates are received in one batch.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.oneExchangePerUpdate(String oneExchangePerUpdate) Whether to pack each update in an individual Exchange, even if multiple updates are received in one batch.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.pageSize(int pageSize) The page size.The page size.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.remoteFilter(String remoteFilter) The remote filter, only used by the Continuous Query Consumer.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.remoteFilter(org.apache.ignite.cache.CacheEntryEventSerializableFilter<Object, Object> remoteFilter) The remote filter, only used by the Continuous Query Consumer.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.timeInterval(long timeInterval) The time interval for the Continuous Query Consumer.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.timeInterval(String timeInterval) The time interval for the Continuous Query Consumer.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.