C# Class Disruptor.Perf.Support.LatencyStepQueueConsumer

Show file Open project: TimGebhardt/Disruptor.NET Class Usage Examples

Public Methods

Method Description
GetSequence ( ) : long
Halt ( ) : void
LatencyStepQueueConsumer ( FunctionStep functionStep, BlockingCollection inputQueue, BlockingCollection outputQueue, Histogram histogram, long nanoTimeCost, Stopwatch stopwatch ) : System
Reset ( ) : void
Run ( ) : void

Method Details

GetSequence() public method

public GetSequence ( ) : long
return long

Halt() public method

public Halt ( ) : void
return void

LatencyStepQueueConsumer() public method

public LatencyStepQueueConsumer ( FunctionStep functionStep, BlockingCollection inputQueue, BlockingCollection outputQueue, Histogram histogram, long nanoTimeCost, Stopwatch stopwatch ) : System
functionStep FunctionStep
inputQueue BlockingCollection
outputQueue BlockingCollection
histogram Disruptor.Collections.Histogram
nanoTimeCost long
stopwatch Stopwatch
return System

Reset() public method

public Reset ( ) : void
return void

Run() public method

public Run ( ) : void
return void