You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2015/05/06 17:59:59 UTC

[jira] [Created] (CAMEL-8750) Camel-Infinispan: Add Remove, RemoveAsync, Replace, ReplaceAsync operation for a specific value

Andrea Cosentino created CAMEL-8750:
---------------------------------------

             Summary: Camel-Infinispan: Add Remove, RemoveAsync, Replace, ReplaceAsync operation for a specific value
                 Key: CAMEL-8750
                 URL: https://issues.apache.org/jira/browse/CAMEL-8750
             Project: Camel
          Issue Type: Improvement
          Components: camel-infinispan
            Reporter: Andrea Cosentino
            Priority: Minor


Actually the infinispan component doesn't expose the following methods:

replace(K key, V oldValue, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit)

replace(K key, V oldValue, V value, long lifespan, TimeUnit unit)

removeAsync(Object key, Object value)

remove(Object key, Object value)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)