Class RestHttpGemfireAdminTemplate

All Implemented Interfaces:
GemfireAdminOperations

public class RestHttpGemfireAdminTemplate extends FunctionGemfireAdminTemplate
RestHttpGemfireAdminTemplate is class implementing the GemfireAdminOperations interface, extending the FunctionGemfireAdminTemplate to support administrative (management) operations on a Pivotal GemFire or Apache Geode cluster using the Management REST API interface over HTTP. The fallback is using Function execution if the a particular administrative (management) operation is not supported or has not been implemented against the Management REST API interface over HTTP.
Since:
2.0.0
Author:
John Blum
See Also: