Class LongAdder
Inheritance
System.Object
LongAdder
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class LongAdder : object
Methods
|
Edit this page
View Source
Add(Int64)
Declaration
public void Add(long value)
Parameters
Type |
Name |
Description |
System.Int64 |
value |
|
|
Edit this page
View Source
Decrement()
Declaration
|
Edit this page
View Source
Increment()
Declaration
|
Edit this page
View Source
Reset()
Declaration
|
Edit this page
View Source
Sum()
Declaration
Returns
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
SumThenReset()
Declaration
public long SumThenReset()
Returns
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|