Class PutPriorityPreventedCollisionCount
How many times a call to Put() could have resulted in new value overriding existing one because of collision, however the situation was prevented because existing item had higher priority than the newer one
Implements
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)
Namespace: NFX.DataAccess.Cache.Instrumentation
Assembly: NFX.dll
Syntax
[Serializable]
[BSONSerializable("17DA488B-F132-47F5-88B0-0C26EF64603E")]
public class PutPriorityPreventedCollisionCount : CacheLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, ICacheInstrument, IMemoryInstrument, IOperationClass, IInstrumentClass
Properties
Description
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ValueUnitName
Declaration
public override string ValueUnitName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
MakeAggregateInstance()
Declaration
protected override Datum MakeAggregateInstance()
Returns
Type | Description |
---|---|
Datum |