@Beta public interface DataTreeCandidateTip extends DataTreeCandidate, DataTreeTip
DataTreeCandidate
which is also a DataTreeTip
. This indicates that
a DataTreeModification
can be prepared for commit in sequence after this candidate.
DataTree implementations are encouraged to provide this instead of the basic
DataTreeCandidate
, as it allows users to amortize latency in systems where
a candidate commit needs to be coordinated across distributed parties.equals, getRootNode, getRootPath, hashCode
equals, hashCode, prepare, validate
Copyright © 2019 OpenDaylight. All rights reserved.