blob: 6334ef192f077faa0b9054ff5ff386ef896ae58c [file] [log] [blame]
{"component":{"kind":"component","name":"ignite-cache","title":"Ignite Cache","description":"Perform cache operations on an Ignite cache or consume changes from a continuous query.","deprecated":false,"firstVersion":"2.17.0","label":"cache,datagrid","javaType":"org.apache.camel.component.ignite.cache.IgniteCacheComponent","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-ignite","version":"3.18.1","scheme":"ignite-cache","extendsScheme":"","syntax":"ignite-cache:cacheName","async":false,"api":false,"consumerOnly":false,"producerOnly":false,"lenientProperties":false},"headers":{"CamelIgniteCacheKey":{"kind":"header","displayName":"","group":"common","label":"","required":false,"javaType":"Object","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The cache key for the entry value in the message body.","constantName":"org.apache.camel.component.ignite.IgniteConstants#IGNITE_CACHE_KEY"},"CamelIgniteCacheQuery":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"org.apache.ignite.cache.query.Query","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The query to run when invoking the QUERY operation.","constantName":"org.apache.camel.component.ignite.IgniteConstants#IGNITE_CACHE_QUERY"},"CamelIgniteCacheOperation":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"org.apache.camel.component.ignite.cache.IgniteCacheOperation","enum":["GET","PUT","REMOVE","SIZE","REBALANCE","QUERY","CLEAR"],"deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"Allows you to dynamically change the cache operation to execute.","constantName":"org.apache.camel.component.ignite.IgniteConstants#IGNITE_CACHE_OPERATION"},"CamelIgniteCachePeekMode":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"org.apache.ignite.cache.CachePeekMode","enum":["ALL","NEAR","PRIMARY","BACKUP","ONHEAP","OFFHEAP"],"deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"Allows you to dynamically change the cache peek mode when running the SIZE operation.","constantName":"org.apache.camel.component.ignite.IgniteConstants#IGNITE_CACHE_PEEK_MODE"},"CamelIgniteCacheEventType":{"kind":"header","displayName":"","group":"consumer","label":"consumer","required":false,"javaType":"javax.cache.event.EventType","enum":["CREATED","UPDATED","REMOVED","EXPIRED"],"deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"This header carries the received event type when using the continuous query consumer.","constantName":"org.apache.camel.component.ignite.IgniteConstants#IGNITE_CACHE_EVENT_TYPE"},"CamelIgniteCacheName":{"kind":"header","displayName":"","group":"consumer","label":"consumer","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"This header carries the cache name for which a continuous query event was received (consumer). It does not allow you to dynamically change the cache against which a producer operation is performed. Use EIPs for that (e.g. recipient list, dynamic router).","constantName":"org.apache.camel.component.ignite.IgniteConstants#IGNITE_CACHE_NAME"},"CamelIgniteCacheOldValue":{"kind":"header","displayName":"","group":"consumer","label":"consumer","required":false,"javaType":"Object","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"This header carries the old cache value when passed in the incoming cache event.","constantName":"org.apache.camel.component.ignite.IgniteConstants#IGNITE_CACHE_OLD_VALUE"}},"properties":{"cacheName":{"kind":"path","displayName":"Cache Name","group":"common","label":"","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The cache name."},"propagateIncomingBodyIfNoReturnValue":{"kind":"parameter","displayName":"Propagate Incoming Body If No Return Value","group":"common","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":true,"description":"Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void."},"treatCollectionsAsCacheObjects":{"kind":"parameter","displayName":"Treat Collections As Cache Objects","group":"common","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc."},"autoUnsubscribe":{"kind":"parameter","displayName":"Auto Unsubscribe","group":"consumer","label":"consumer","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":true,"description":"Whether auto unsubscribe is enabled in the Continuous Query Consumer. Default value notice: ContinuousQuery.DFLT_AUTO_UNSUBSCRIBE"},"fireExistingQueryResults":{"kind":"parameter","displayName":"Fire Existing Query Results","group":"consumer","label":"consumer","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Whether to process existing results that match the query. Used on initialization of the Continuous Query Consumer."},"oneExchangePerUpdate":{"kind":"parameter","displayName":"One Exchange Per Update","group":"consumer","label":"consumer","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":true,"description":"Whether to pack each update in an individual Exchange, even if multiple updates are received in one batch. Only used by the Continuous Query Consumer."},"pageSize":{"kind":"parameter","displayName":"Page Size","group":"consumer","label":"consumer","required":false,"type":"integer","javaType":"int","deprecated":false,"autowired":false,"secret":false,"defaultValue":1,"description":"The page size. Only used by the Continuous Query Consumer. Default value notice: ContinuousQuery.DFLT_PAGE_SIZE"},"query":{"kind":"parameter","displayName":"Query","group":"consumer","label":"producer,consumer","required":false,"type":"object","javaType":"org.apache.ignite.cache.query.Query<javax.cache.Cache.Entry<java.lang.Object, java.lang.Object>>","deprecated":false,"autowired":false,"secret":false,"description":"The Query to execute, only needed for operations that require it, and for the Continuous Query Consumer."},"remoteFilter":{"kind":"parameter","displayName":"Remote Filter","group":"consumer","label":"consumer","required":false,"type":"object","javaType":"org.apache.ignite.cache.CacheEntryEventSerializableFilter<java.lang.Object, java.lang.Object>","deprecated":false,"autowired":false,"secret":false,"description":"The remote filter, only used by the Continuous Query Consumer."},"timeInterval":{"kind":"parameter","displayName":"Time Interval","group":"consumer","label":"consumer","required":false,"type":"integer","javaType":"long","deprecated":false,"autowired":false,"secret":false,"defaultValue":0,"description":"The time interval for the Continuous Query Consumer. Default value notice: ContinuousQuery.DFLT_TIME_INTERVAL"},"bridgeErrorHandler":{"kind":"parameter","displayName":"Bridge Error Handler","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored."},"exceptionHandler":{"kind":"parameter","displayName":"Exception Handler","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"object","javaType":"org.apache.camel.spi.ExceptionHandler","optionalPrefix":"consumer.","deprecated":false,"autowired":false,"secret":false,"description":"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored."},"exchangePattern":{"kind":"parameter","displayName":"Exchange Pattern","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"object","javaType":"org.apache.camel.ExchangePattern","enum":["InOnly","InOut","InOptionalOut"],"deprecated":false,"autowired":false,"secret":false,"description":"Sets the exchange pattern when the consumer creates an exchange."},"cachePeekMode":{"kind":"parameter","displayName":"Cache Peek Mode","group":"producer","label":"producer","required":false,"type":"object","javaType":"org.apache.ignite.cache.CachePeekMode","enum":["ALL","NEAR","PRIMARY","BACKUP","ONHEAP","OFFHEAP"],"deprecated":false,"autowired":false,"secret":false,"defaultValue":"ALL","description":"The CachePeekMode, only needed for operations that require it (IgniteCacheOperation#SIZE)."},"failIfInexistentCache":{"kind":"parameter","displayName":"Fail If Inexistent Cache","group":"producer","label":"producer","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Whether to fail the initialization if the cache doesn't exist."},"operation":{"kind":"parameter","displayName":"Operation","group":"producer","label":"producer","required":false,"type":"object","javaType":"org.apache.camel.component.ignite.cache.IgniteCacheOperation","enum":["GET","PUT","REMOVE","SIZE","REBALANCE","QUERY","CLEAR"],"deprecated":false,"autowired":false,"secret":false,"description":"The cache operation to invoke. Possible values: GET, PUT, REMOVE, SIZE, REBALANCE, QUERY, CLEAR."},"lazyStartProducer":{"kind":"parameter","displayName":"Lazy Start Producer","group":"producer (advanced)","label":"producer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."}}}