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
ConstructorsConstructorDescriptionMeterPartition(MeterRegistry registry, int partitionSize) MeterPartition(List<Meter> meters, int partitionSize) Create aMeterPartitioninstance. -
Method Summary
Methods inherited from class io.micrometer.core.instrument.util.AbstractPartition
get, isEmpty, sizeMethods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods 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 aMeterPartitioninstance.- Parameters:
meters- meters to partitionpartitionSize- partition size- Since:
- 1.8.0
-
MeterPartition
-
-
Method Details
-
partition
-