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 18:07:59 UTC

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

    [ https://issues.apache.org/jira/browse/CAMEL-8750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14530793#comment-14530793 ] 

Andrea Cosentino commented on CAMEL-8750:
-----------------------------------------

Related commits:

http://git-wip-us.apache.org/repos/asf/camel/commit/ff1c9598

http://git-wip-us.apache.org/repos/asf/camel/commit/40ac1495

> 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
>            Assignee: 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)