C# 클래스 Disruptor.Perf.Support.LatencyStepQueueConsumer

파일 보기 프로젝트 열기: TimGebhardt/Disruptor.NET 1 사용 예제들

공개 메소드들

메소드 설명
GetSequence ( ) : long
Halt ( ) : void
LatencyStepQueueConsumer ( FunctionStep functionStep, BlockingCollection inputQueue, BlockingCollection outputQueue, Histogram histogram, long nanoTimeCost, Stopwatch stopwatch ) : System
Reset ( ) : void
Run ( ) : void

메소드 상세

GetSequence() 공개 메소드

public GetSequence ( ) : long
리턴 long

Halt() 공개 메소드

public Halt ( ) : void
리턴 void

LatencyStepQueueConsumer() 공개 메소드

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
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void