| Count |
A read-only result of a counter.
|
| DeltaCount |
A Count that also tracks changes to the value within the last interval.
|
| DeltaCounter |
A simple counter that maintains a single changing value by separately tracking the positive and negative changes, and by
tracking recent changes in this value since last reset.
|
| GCount |
A read-only result of the state of a grow-only GCounter.
|
| GCounter |
A simple grow-only counter that maintains a single changing value by tracking the positive changes to the value.
|
| PNCount |
A read-only result of the state of a PNCounter.
|
| PNCounter |
A simple counter that maintains a single changing value by separately tracking the positive and negative changes.
|
| StateBasedPNCounter |
|