Class AbstractThreePhaseCommitCohort<T>

  • All Implemented Interfaces:
    org.opendaylight.mdsal.dom.spi.store.DOMStoreThreePhaseCommitCohort
    Direct Known Subclasses:
    ThreePhaseCommitCohortProxy

    public abstract class AbstractThreePhaseCommitCohort<T>
    extends Object
    implements org.opendaylight.mdsal.dom.spi.store.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 Detail

      • IMMEDIATE_VOID_SUCCESS

        protected static final com.google.common.util.concurrent.ListenableFuture<Void> IMMEDIATE_VOID_SUCCESS
      • IMMEDIATE_BOOLEAN_SUCCESS

        protected static final com.google.common.util.concurrent.ListenableFuture<Boolean> IMMEDIATE_BOOLEAN_SUCCESS
    • Constructor Detail

      • AbstractThreePhaseCommitCohort

        public AbstractThreePhaseCommitCohort()