Esempio n. 1
0
 public VolatileArchiveStage(MemoryStore <T> store, ulong startOffset)
 {
     Store       = store;
     StartOffset = startOffset;
     Shape       = new FlowShape <Command <T>, Emission <T> >(Inlet, Outlet);
 }
Esempio n. 2
0
 public VolatileArchive(MemoryStore <T> store)
 {
     this.store = store;
 }