Hi Ian, On Wed, Dec 2, 2015 at 9:24 PM, Ian Boston <[email protected]> wrote: > Hence all MutableTrees get their > NodeBuilder from the root DocumentNodeState that is the DocumentNodeStore > owning the root node and not the MultiplexingDocumentNodeStore.
Some confusion here. What we have is a MultiplexDocumentStore and there is no MultiplexingDocumentNodeStore. All the above objects DocumentNodeState, DocumentNodeBuilder refer to DocumentNodeStore (not DocumentStore). Use of MultiplexDocumentStore is an implementation detail of DocumentNodeStore hence these objects need not be affected and aware of multiplexing logic. May be I am missing something here? Chetan Mehrotra
