Re: Creating & Destroying Regions programmatically

2016-06-22 Thread Swapnil Bawaskar
Hi Kevin, You can use com.gemstone.gemfire.cache.DynamicRegionFactory from the client to exercise CreateRegion and DestroyRegion. On Wed, Jun 22, 2016 at 8:43 AM, Kevin Duling wrote: > I'm trying to figure out how to exercise the CreateRegion and > DestoryRegion classes from

Creating & Destroying Regions programmatically

2016-06-22 Thread Kevin Duling
I'm trying to figure out how to exercise the CreateRegion and DestoryRegion classes from a client in order to test authorization. I can't figure out what the API would be for a client to trigger the cmdExecute() call on the server. For example, I was able to hit it in ClearRegion by having the