Class AtomicInt64
NOTE: This was AtomicLong in the JDK
Inheritance
System.Object
AtomicInt64
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Lucene.Net.dll
Syntax
Constructors
|
Improve this Doc
View Source
AtomicInt64()
Declaration
|
Improve this Doc
View Source
AtomicInt64(Int64)
Declaration
public AtomicInt64(long value)
Parameters
Type |
Name |
Description |
System.Int64 |
value |
|
Methods
|
Improve this Doc
View Source
AddAndGet(Int64)
Declaration
public long AddAndGet(long value)
Parameters
Type |
Name |
Description |
System.Int64 |
value |
|
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
CompareAndSet(Int64, Int64)
Declaration
public bool CompareAndSet(long expect, long update)
Parameters
Type |
Name |
Description |
System.Int64 |
expect |
|
System.Int64 |
update |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DecrementAndGet()
Declaration
public long DecrementAndGet()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Get()
Declaration
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
GetAndIncrement()
Declaration
public long GetAndIncrement()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IncrementAndGet()
Declaration
public long IncrementAndGet()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Set(Int32)
Declaration
public void Set(int value)
Parameters
Type |
Name |
Description |
System.Int32 |
value |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
Declaration
public virtual string ToString(IFormatProvider provider)
Parameters
Type |
Name |
Description |
System.IFormatProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ToString(String)
Declaration
public virtual string ToString(string format)
Parameters
Type |
Name |
Description |
System.String |
format |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public virtual string ToString(string format, IFormatProvider provider)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.IFormatProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
Extension Methods