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 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 ListenableFuture<Boolean>IMMEDIATE_BOOLEAN_SUCCESSprotected static ListenableFuture<Void>IMMEDIATE_VOID_SUCCESS 
- 
Constructor Summary
Constructors Constructor Description AbstractThreePhaseCommitCohort() 
 - 
 
- 
- 
Field Detail
- 
IMMEDIATE_VOID_SUCCESS
protected static final ListenableFuture<Void> IMMEDIATE_VOID_SUCCESS
 
- 
IMMEDIATE_BOOLEAN_SUCCESS
protected static final ListenableFuture<Boolean> IMMEDIATE_BOOLEAN_SUCCESS
 
 - 
 
 -