[infinispan-issues] [JBoss JIRA] (ISPN-6191) Provide Externalizers for (Double|Long|Int)SummaryStatistics
Tristan Tarrant (JIRA)
issues at jboss.org
Wed Feb 10 06:00:00 EST 2016
[ https://issues.jboss.org/browse/ISPN-6191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant updated ISPN-6191:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/3989
> Provide Externalizers for (Double|Long|Int)SummaryStatistics
> ------------------------------------------------------------
>
> Key: ISPN-6191
> URL: https://issues.jboss.org/browse/ISPN-6191
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 8.2.0.Beta2, 8.2.0.Final, 8.1.2.Final
>
>
> The summary statistics classes are used directly by the new streams. Unfortunately they aren't Serializable by default, which can cause issues when using these methods in a distributed cache.
> The summaryStatistics methods on the (Double|Long|Int)Stream use a hack of forcing an iterator to get these results, but this cannot be applied with the Collectors methods.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list