C# 클래스 HdrHistogram.Utilities.AtomicIntArray

This is a basic implementation/port, of just the methods that are required internally.
파일 보기 프로젝트 열기: HdrHistogram/HdrHistogram.NET 1 사용 예제들

공개 메소드들

메소드 설명
AddAndGet ( int index, int value ) : int
AtomicIntArray ( int arrayLength ) : System.Threading
IncrementAndGet ( int index ) : int
this ( int index ) : int

비공개 메소드들

메소드 설명
LazySet ( int index, int value ) : void

메소드 상세

AddAndGet() 공개 메소드

public AddAndGet ( int index, int value ) : int
index int
value int
리턴 int

AtomicIntArray() 공개 메소드

public AtomicIntArray ( int arrayLength ) : System.Threading
arrayLength int
리턴 System.Threading

IncrementAndGet() 공개 메소드

public IncrementAndGet ( int index ) : int
index int
리턴 int

this() 공개 메소드

public this ( int index ) : int
index int
리턴 int