Class | Description |
---|---|
InMemoryCounterRepository |
Memory backed implementation of Counter repository that uses a ConcurrentMap.
|
InMemoryCounterService |
An in memory based implementation.
|
InMemoryFieldValueCounterRepository |
Memory backed implementation of FieldValueCounterRepository that uses a ConcurrentMap
|
InMemoryFieldValueCounterService |
An in memory based implementation of the FieldValueCounterService
|
InMemoryGaugeRepository |
Memory backed Gauge repository that uses a ConcurrentMap
|
InMemoryGaugeService |
An in memory based implementation of the GaugeService
|
InMemoryRichGaugeRepository |
Memory backed implementation of GaugeRepository that uses a ConcurrentMap
|
InMemoryRichGaugeService |
An in memory based implementation of RichGaugeService.
|