TransactionTrackerTKey, TValue Constructor

Creates a new transaction tracker that monitors the provided buffers.

Definition

Namespace: SnapDB.Snap.Services.Writer
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public TransactionTracker(
	PrebufferWriter<TKey, TValue> prebuffer,
	FirstStageWriter<TKey, TValue> firstStageWriter
)

Parameters

prebuffer  PrebufferWriterTKey, TValue
The prebuffer to track transactions.
firstStageWriter  FirstStageWriterTKey, TValue
The first stage writer to monitor for transaction commits.

See Also