| Class | Description |
|---|---|
| AbstractBaseController |
AbstractBaseController class contains common functionalities required for other controllers.
|
| BaseControllerAdvice |
The CrudControllerAdvice class handles exception thrown while serving the REST request
|
| CommonCrudController |
The CommonCrudController serves REST Requests related to listing regions,
listing keys in region, delete keys or delete all data in region.
|
| FunctionAccessController |
The FunctionsController class serving REST Requests related to the function execution
|
| PdxBasedCrudController |
The PdxBasedCrudController class serving REST Requests related to the REST CRUD operation on region
|
| QueryAccessController |
The QueryingController class serves all HTTP REST requests related to the gemfire querying
|