[JBoss JIRA] (ISPN-8526) Add async API for cache creation removal
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-8526:
-------------------------------------
Summary: Add async API for cache creation removal
Key: ISPN-8526
URL: https://issues.jboss.org/browse/ISPN-8526
Project: Infinispan
Issue Type: Enhancement
Components: Configuration, Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
The methods introduced in ISPN-7776 should also have an async counterpart so that cache creation and removal can be invoked asynchronously.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 2 months
[JBoss JIRA] (ISPRK-48) Improve Java API for filterByQuery
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPRK-48?page=com.atlassian.jira.plugin.s... ]
Gustavo Fernandes updated ISPRK-48:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Improve Java API for filterByQuery
> ----------------------------------
>
> Key: ISPRK-48
> URL: https://issues.jboss.org/browse/ISPRK-48
> Project: Infinispan Spark
> Issue Type: Enhancement
> Components: Java API
> Affects Versions: 0.5
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 0.6
>
>
> When filtering an RDD by a deployed filter, the following Java syntax can be used:
> {code}
> InfinispanJavaRDD<String, MyEntity> infinispanRDD = ...
> JavaPairRDD<String, MyEntity> filtered = infinispanRDD.filterByCustom("my-filter");
> {code}
> but the same syntax cannot be used with the newly introduced methods {{filterByQuery}}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 2 months