Click or drag to resize
Akka.NETGCounter Methods

The GCounter type exposes the following members.

Methods
  NameDescription
Protected methodAssignAncestor
INTERNAL API: should be called from "updating" methods
(Inherited from FastMergeT.)
Protected methodClearAncestor
INTERNAL API: should be called from merge
(Inherited from FastMergeT.)
Public methodCompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodCompareTo(GCounter)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(GCounter)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrement(Cluster)
Increment the counter by 1.
Public methodIncrement(UniqueAddress)
Increment the counter by 1.
Public methodIncrement(Cluster, BigInteger)
Increment the counter with the delta specified. The delta must be zero or positive.
Public methodIncrement(Cluster, UInt64)
Increment the counter with the delta specified. The delta must be zero or positive.
Public methodIncrement(UniqueAddress, BigInteger)
Increment the counter with the delta specified. The delta must be zero or positive.
Public methodIncrement(UniqueAddress, UInt64)
Increment the counter with the delta specified. The delta must be zero or positive.
Protected methodIsAncestorOf
INTERNAL API: should be used from merge
(Inherited from FastMergeT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge(GCounter)
TBD
(Overrides FastMergeTMerge(T).)
Public methodMerge(IReplicatedData)
TBD
(Inherited from FastMergeT.)
Public methodNeedPruningFrom
TBD
Public methodPrune
TBD
Public methodPruningCleanup
TBD
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Extension Methods
See Also