Class CounterHistoryStack
java.lang.Object
org.nuxeo.runtime.management.counters.CounterHistoryStack
- All Implemented Interfaces:
Iterable<long[]>
@Deprecated(since="11.4")
public class CounterHistoryStack
extends Object
implements Iterable<long[]>
Deprecated.
since 11.4: use dropwizard metrics instead
Fixed length Stack that is used to store values of a counter over time
- Author:
- Tiry ([email protected])
-
Field Summary
Modifier and TypeFieldDescriptionprotected final LinkedList<long[]>
Deprecated.protected final int
Deprecated. -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
list
Deprecated. -
maxSize
protected final int maxSizeDeprecated.
-
-
Constructor Details
-
CounterHistoryStack
public CounterHistoryStack(int size) Deprecated.
-
-
Method Details