Gemfire JavaDocs
Package org.apache.geode.management.api
Interface ClusterManagementOperation<V extends OperationResult>
-
- Type Parameters:
V
- the result type of the operation
- All Superinterfaces:
JsonSerializable
,java.io.Serializable
- All Known Implementing Classes:
RebalanceOperation
,RestoreRedundancyRequest
@Experimental public interface ClusterManagementOperation<V extends OperationResult> extends JsonSerializable, java.io.Serializable
Interface for cluster management operations that can be used withClusterManagementService.start(ClusterManagementOperation)
Classes implementing this interface should hold only the parameters for the operation. Implementations must be registered in the locator using OperationManager.registerOperation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEndpoint()
must match the REST controller's RequestMappingjava.lang.String
getOperator()
-