Interface IDriverCounter
Represents a metric of type Counter.
Namespace: Cassandra.Metrics.Abstractions
Assembly: Cassandra.dll
Syntax
public interface IDriverCounter : IDriverMetric
Methods
Increment()
Declaration
void Increment()
Increment(long)
Declaration
void Increment(long value)
Parameters
Type | Name | Description |
---|---|---|
long | value |