Interface ClusterOperation
-
- All Known Implementing Classes:
DefaultClusterOperation
public interface ClusterOperation
Cluster operation that will be written to the cluster's journal and ultimately processed by other instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ended(boolean successful)
Called when the operation has been finished.
-