C# Class Lucene.Net.Support.AtomicLong

Exibir arquivo Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
AddAndGet ( long value_ ) : long
AtomicLong ( ) : System.Threading
AtomicLong ( long value_ ) : System.Threading
CompareAndSet ( long expect, long update ) : bool
DecrementAndGet ( ) : long
Get ( ) : long
IncrementAndGet ( ) : long
Set ( int value_ ) : void

Method Details

AddAndGet() public method

public AddAndGet ( long value_ ) : long
value_ long
return long

AtomicLong() public method

public AtomicLong ( ) : System.Threading
return System.Threading

AtomicLong() public method

public AtomicLong ( long value_ ) : System.Threading
value_ long
return System.Threading

CompareAndSet() public method

public CompareAndSet ( long expect, long update ) : bool
expect long
update long
return bool

DecrementAndGet() public method

public DecrementAndGet ( ) : long
return long

Get() public method

public Get ( ) : long
return long

IncrementAndGet() public method

public IncrementAndGet ( ) : long
return long

Set() public method

public Set ( int value_ ) : void
value_ int
return void