@Beta public interface DataTreeCandidateTip extends DataTreeCandidate, TipProducingDataTreeTip
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
prepare
equals, hashCode, validate
Copyright © 2018 OpenDaylight. All rights reserved.