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 java.util.AbstractList
modCount
-
Constructor Summary
ConstructorDescriptionMeterPartition
(MeterRegistry registry, int partitionSize) MeterPartition
(List<Meter> meters, int partitionSize) Create aMeterPartition
instance. -
Method Summary
Methods inherited from class io.micrometer.core.instrument.util.AbstractPartition
get, isEmpty, size
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Constructor Details
-
MeterPartition
Create aMeterPartition
instance.- Parameters:
meters
- meters to partitionpartitionSize
- partition size- Since:
- 1.8.0
-
MeterPartition
-
-
Method Details
-
partition
-