Class CarEntryDataTreeCommitCohort

java.lang.Object
org.opendaylight.controller.clustering.it.provider.CarEntryDataTreeCommitCohort
All Implemented Interfaces:
org.opendaylight.mdsal.dom.api.DOMDataTreeCommitCohort

public class CarEntryDataTreeCommitCohort extends Object implements org.opendaylight.mdsal.dom.api.DOMDataTreeCommitCohort
Example implementation of a DOMDataTreeCommitCohort that validates car entry data.
Author:
Thomas Pantelis
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.opendaylight.mdsal.dom.api.DOMDataTreeCommitCohort

    org.opendaylight.mdsal.dom.api.DOMDataTreeCommitCohort.DataValidationFailedExceptionMapper
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.FluentFuture<org.opendaylight.mdsal.common.api.PostCanCommitStep>
    canCommit(Object txId, org.opendaylight.yangtools.yang.model.api.SchemaContext ctx, Collection<org.opendaylight.mdsal.dom.api.DOMDataTreeCandidate> candidates)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CarEntryDataTreeCommitCohort

      public CarEntryDataTreeCommitCohort()
  • Method Details

    • canCommit

      public com.google.common.util.concurrent.FluentFuture<org.opendaylight.mdsal.common.api.PostCanCommitStep> canCommit(Object txId, org.opendaylight.yangtools.yang.model.api.SchemaContext ctx, Collection<org.opendaylight.mdsal.dom.api.DOMDataTreeCandidate> candidates)
      Specified by:
      canCommit in interface org.opendaylight.mdsal.dom.api.DOMDataTreeCommitCohort