Yes, you can use partition resolver to achieve this.
You can also look into "StringPrefixPartitionResolver" which doesn't need
custom implementation.
https://geode.apache.org/docs/guide/111/developing/partitioned_regions/standard_custom_partitioning.html

-Anil


On Fri, Apr 10, 2020 at 11:08 AM steve mathew <steve.mathe...@gmail.com>
wrote:

> 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.
>

Reply via email to