Interface DataTreeCandidateTip
-
- All Superinterfaces:
DataTreeCandidate
,DataTreeTip
@Beta public interface DataTreeCandidateTip extends DataTreeCandidate, DataTreeTip
ADataTreeCandidate
which is also aDataTreeTip
. This indicates that aDataTreeModification
can be prepared for commit in sequence after this candidate. DataTree implementations are encouraged to provide this instead of the basicDataTreeCandidate
, as it allows users to amortize latency in systems where a candidate commit needs to be coordinated across distributed parties.
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidate
equals, getRootNode, getRootPath, hashCode
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeTip
equals, hashCode, prepare, validate
-
-