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 Detail

      • ended

        void ended​(boolean successful)
        Called when the operation has been finished. The passed flag indicates whether or not the operation was successful.
        Parameters:
        successful - true if the operation ended successfully; false otherwise