Int/Long/DoubleSummaryStatistics and serialization

Kasper Nielsen kasperni at gmail.com
Tue Dec 17 02:33:38 PST 2013


Ok,

This is really a bummer. As this basically makes it impossible to support
the full
collection api remotely anymore.

There are number of libraries out there that do so such as Hazelcast,
Terracotta, Infinispan and many more.

Cheers
  Kasper


On Tue, Dec 17, 2013 at 9:47 AM, Paul Sandoz <paul.sandoz at oracle.com> wrote:

>
> On Dec 16, 2013, at 11:09 PM, Kasper Nielsen <kasperni at gmail.com> wrote:
>
> > Hi,
> >
> > I'm trying to send a IntSummaryStatistics across a network.
> > However it is basically impossible because IntSummaryStatistics
> > is neither Serializable nor provides a IntSummaryStatistics(count, sum,
> > min, max) constructor.
> >
> > It would be really helpful if IntSummaryStatistics (and friends) could
> > a) provide a IntSummaryStatistics(count, sum, min, max) constructor.
> > b) implement Serializable
> >
>
> Noted, thanks. Unlikely to be fixed for 8.
>
> Paul.
>


More information about the lambda-libs-spec-observers mailing list