Example #1
0
 public StreamDbFactory(INetworkDataOps dataOps, Snapshots.Snapshotter snapshotter)
 {
     _dataOps    = dataOps;
     NodeFactory = new MdNodeFactory(dataOps, snapshotter);
     _streamCollectionFactory = new StreamCollectionFactory(NodeFactory, new DataTreeFactory(NodeFactory));
 }
 public MdNodeFactory(INetworkDataOps networkOps, Snapshots.Snapshotter snapshotter)
 {
     _networkOps  = networkOps;
     _snapshotter = snapshotter;
 }
Example #3
0
 public MdNode(IMdDataOps dataOps, Snapshots.Snapshotter snapshotter)
 {
     _dataOps     = dataOps;
     _snapshotter = snapshotter;
 }