Interface ConfigurationChangeAppliers
- All Known Implementing Classes:
ConfigurationChangeAppliersImpl,NoopConfigurationChangeAppliers
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn operation applier that can apply and operation and changes the ClusterConfiguration.static interfaceAn operation applier that can apply an operation and changes the MemberState of the member that is applying the operation. -
Method Summary
-
Method Details
-
getApplier
ConfigurationChangeAppliers.ClusterOperationApplier getApplier(ClusterConfigurationChangeOperation operation) - Returns:
- the operation applier for the given operation
-