enis / gora

Gora has moved to Apache Incubator, please goto http://incubator.apache.org/gora/
http://incubator.apache.org/gora/
Apache License 2.0
22 stars 2 forks source link

Make reusing of objects by Datastore's and Result's, explicit #28

Open enis opened 14 years ago

enis commented 14 years ago

Currently, HBaseResults does not reuse objects, where as AvroResult reuses them. Moreover, there is no method to reuse objects at hand, when using DataStore#get().

In short, we need to make reusing objects configurable, and it should be explicit whether objects are reused or not.