Class AbstractThreePhaseCommitCohort<T>
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.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 forDOMStoreThreePhaseCommitCohortinstances returned by this implementation. In addition to the usual set of methods it also contains the list of actor futures.
-
-
Field Summary
Fields Modifier and Type Field Description protected static com.google.common.util.concurrent.ListenableFuture<Boolean>IMMEDIATE_BOOLEAN_SUCCESSprotected static com.google.common.util.concurrent.ListenableFuture<Void>IMMEDIATE_VOID_SUCCESS
-
Constructor Summary
Constructors Constructor Description AbstractThreePhaseCommitCohort()
-