Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.flightrecorder.rules.jdk.general |
Modifier and Type | Class and Description |
---|---|
private static class |
GroupingAggregator.ObjectEntry<K,V> |
Modifier and Type | Method and Description |
---|---|
static <K,C extends IItemConsumer<C>> |
GroupingAggregator.build(java.lang.String name,
java.lang.String description,
IAccessorFactory<K> keyField,
IItemConsumerFactory<C> groupAggregator,
java.util.function.Predicate<IType<IItem>> acceptType) |
Modifier and Type | Method and Description |
---|---|
private static <G> java.util.Iterator<G> |
GroupingAggregator.consumerIterator(java.util.Iterator<? extends GroupingAggregator.GroupEntry<?,G>> it) |
V |
GroupingAggregator.IGroupsFinisher.getValue(java.lang.Iterable<? extends GroupingAggregator.GroupEntry<K,G>> groups) |
Modifier and Type | Field and Description |
---|---|
private static IAggregator<java.lang.Iterable<? extends GroupingAggregator.GroupEntry<IMCThread,Aggregators.CountConsumer>>,?> |
FewSampledThreadsRule.SAMPLES_PER_THREAD |