Class AbstractThreePhaseCommitCohort<T>

java.lang.Object
org.opendaylight.controller.cluster.datastore.AbstractThreePhaseCommitCohort<T>
All Implemented Interfaces:
DOMStoreThreePhaseCommitCohort
Direct Known Subclasses:
ThreePhaseCommitCohortProxy

public abstract class AbstractThreePhaseCommitCohort<T> extends Object implements DOMStoreThreePhaseCommitCohort
Abstract base class for DOMStoreThreePhaseCommitCohort instances returned by this implementation. In addition to the usual set of methods it also contains the list of actor futures.
  • Field Details

  • Constructor Details

    • AbstractThreePhaseCommitCohort

      public AbstractThreePhaseCommitCohort()