byzhang / terrastore

Automatically exported from code.google.com/p/terrastore
Other
0 stars 0 forks source link

Implement bulk put/get on Java Client #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement bulk put/get on Java Client.

Original issue reported on code.google.com by sergio.b...@gmail.com on 23 Mar 2011 at 6:32

GoogleCodeExporter commented 9 years ago
Implemented.
To execute a bulk put operation: bucket("bucket").bulk().put(new Values(map))
To execute a bulk get operation: bucket("bucket").bulk().get(keys, 
yourDocumentClass)

Original comment by sergio.b...@gmail.com on 26 Mar 2011 at 4:56