Re: create region and clear entries from geode-client

2020-12-17 Thread Jens Deppe
Hi Ankit! For function execution, I'd point you to the geode examples repo which has a simple example for functions [1]. Once you see how that works, it should be fairly straight forward to integrate the code you linked. When using functions, there are a couple of things to be aware of: Your

Re: create region and clear entries from geode-client

2020-12-17 Thread Anilkumar Gingade
The doc you are pointing; tries to create region using Functions. You can use the samples given there and modify as per your requirement or create a new one. Here is reference doc about function execution: https://geode.apache.org/docs/guide/14/developing/function_exec/function_execution.html

create region and clear entries from geode-client

2020-12-17 Thread ankit Soni
Hello, I have started using geode (1.12) in recent time and looking to achieve the following from a *java based geode-client program.* 1.* create REPLCIATED and PARTITION regions from the client itself and while creating it, need to provide a config that deletes the entries at specified time.*