public WriteBehindManager(MapStoreContext mapStoreContext) { this.mapStoreContext = mapStoreContext; this.writeBehindProcessor = newWriteBehindProcessor(mapStoreContext); this.storeWorker = new StoreWorker(mapStoreContext, writeBehindProcessor); }
public WriteBehindManager(MapStoreContext mapStoreContext) { this.mapStoreContext = mapStoreContext; this.writeBehindProcessor = newWriteBehindProcessor(mapStoreContext); this.storeWorker = new StoreWorker(mapStoreContext, writeBehindProcessor); }