Class DefaultClusterOperation

    • Constructor Detail

      • DefaultClusterOperation

        public DefaultClusterOperation​(ClusterNode clusterNode,
                                       ClusterRecord record)
        Create an instance of this class.
        Parameters:
        clusterNode - cluster node
        record - cluster record
    • Method Detail

      • ended

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

        public ClusterRecord getRecord()
        Return the record.
        Returns:
        the record