Hello Geode devs and users,
I have a set of files populated with data, fairly distributed, I want to
put each file's data in a specific bucket,
like PutAll File-0 data into Geode bucket B0
PutAll File-1 data into Geode bucket B1
and so on...
How can i achieve this using geode client...?
Can i achieve this using PartitonResolver or some other means...?
Thanks in advance
-Steve M.
