[JBoss JIRA] (ISPN-5423) PublicAPI doclet breaks with JavaDoc 8
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-5423:
-------------------------------------
Summary: PublicAPI doclet breaks with JavaDoc 8
Key: ISPN-5423
URL: https://issues.jboss.org/browse/ISPN-5423
Project: Infinispan
Issue Type: Bug
Components: Build process, Documentation-Core
Affects Versions: 7.2.0.CR1
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 8.0.0.Final
The doclet which filters public/private API is broken with JavaDoc 8.
Also the generation of javadocs should happen in an isolated Maven module to fine-tune dependencies and configuration without interference
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
7 years, 11 months
[JBoss JIRA] (ISPN-2183) Add the ability to fetch a set of keys at once (getAll)
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-2183?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-2183:
-----------------------------------------------
Dave Stahl <dstahl(a)redhat.com> changed the Status of [bug 1213367|https://bugzilla.redhat.com/show_bug.cgi?id=1213367] from POST to MODIFIED
> Add the ability to fetch a set of keys at once (getAll)
> -------------------------------------------------------
>
> Key: ISPN-2183
> URL: https://issues.jboss.org/browse/ISPN-2183
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core
> Reporter: Mircea Markus
> Assignee: William Burns
> Priority: Minor
> Fix For: 7.2.0.CR1
>
>
> When a transaction knows in advance about the set of keys it needs to read, this cache.getAll(k1,k2,..kn) method can bring a some performance improvement:
> 1. all the keys can be fetched from remote nodes in parallel
> 2. keys that map to the same node can be grouped and fetched in the same RPC request
>
> Note that 1. can be be achieved even at this time by using Cache.getAsync(K) method - that's not as elegant though as it requires the user to write the code the code that waits on the Future objects that are returned.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
7 years, 11 months