Class MeterPartition
java.lang.Object
java.util.AbstractCollection<List<Meter>>
java.util.AbstractList<List<Meter>>
io.micrometer.core.instrument.util.AbstractPartition<Meter>
io.micrometer.core.instrument.util.MeterPartition
- All Implemented Interfaces:
Iterable<List<Meter>>, Collection<List<Meter>>, List<List<Meter>>, SequencedCollection<List<Meter>>
AbstractPartition for Meter.-
Field Summary
Fields inherited from class AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionMeterPartition(MeterRegistry registry, int partitionSize) MeterPartition(List<Meter> meters, int partitionSize) Create aMeterPartitioninstance. -
Method Summary
Methods inherited from class AbstractPartition
get, isEmpty, sizeMethods inherited from class AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Constructor Details
-
MeterPartition
-
MeterPartition
-
-
Method Details
-
partition
-