aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

Support for get_all #17

Closed kennethjor closed 9 years ago

kennethjor commented 9 years ago

I see lib_lmap.lua contains a function called llist.get_all(), but I don't see support for that in the LargeMap class here. Is there a particular reason this has been left out, such as scan() being better, or would it be possible to get support for it?

BrianNichols commented 9 years ago

scan() ultimately performs the same functionality as the lua "get_all" method.