Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.flightrecorder.rules.jdk.general |
Modifier and Type | Method and Description |
---|---|
Aggregators.CountConsumer |
Aggregators.CountConsumer.merge(Aggregators.CountConsumer other) |
Aggregators.CountConsumer |
Aggregators.Count.newItemConsumer(IType<IItem> type) |
Modifier and Type | Method and Description |
---|---|
static IAggregator<IQuantity,Aggregators.CountConsumer> |
Aggregators.count() |
static IAggregator<IQuantity,Aggregators.CountConsumer> |
Aggregators.count(java.lang.String name,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
IQuantity |
Aggregators.Count.getValue(Aggregators.CountConsumer consumer) |
Aggregators.CountConsumer |
Aggregators.CountConsumer.merge(Aggregators.CountConsumer other) |
Modifier and Type | Field and Description |
---|---|
private static IAggregator<java.lang.Iterable<? extends GroupingAggregator.GroupEntry<IMCThread,Aggregators.CountConsumer>>,?> |
FewSampledThreadsRule.SAMPLES_PER_THREAD |