Package org.apache.solr.metrics
Class AggregateMetric.Update
- java.lang.Object
-
- org.apache.solr.metrics.AggregateMetric.Update
-
- Enclosing class:
- AggregateMetric
public static class AggregateMetric.Update extends Object
Simple class to represent current value and how many times it was set.
-
-
Field Summary
Fields Modifier and Type Field Description AtomicInteger
updateCount
Object
value
-