gridgain / gridgain-old

268 stars 85 forks source link

Distributed Data Structures #48

Closed sirinath closed 9 years ago

sirinath commented 10 years ago

Current grid api is overly complicated. Is it possible to have commonly know abstractions of data structures (but which are distributed) so you use them like know Java Collections (Queues, Lists, Maps, etc.) where all other GG specific details hidden from the user. The amount of GG API leaking should be a factory method to create the object.

sirinath commented 10 years ago

Also distributed arrays would be a good addition.

dsetrakyan commented 10 years ago

Here is a list of existing data structures in GridGain: http://www.gridgain.org/api/javadoc/org/gridgain/grid/cache/datastructures/package-frame.html

More to come...

sirinath commented 9 years ago

This seems to be done in Ingnite