Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.flightrecorder.jdk | |
org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders | |
org.openjdk.jmc.flightrecorder.rules.jdk.general | |
org.openjdk.jmc.flightrecorder.rules.jdk.latency |
Modifier and Type | Class and Description |
---|---|
static class |
Aggregators.AdvancedMaxAggregator<V,T extends Comparable<T>>
This aggregator separates the attribute for which to do the ordering from the attribute to
use for accessing the value.
|
static class |
Aggregators.AdvancedMinAggregator<V,T extends Comparable<T>>
This aggregator separates the attribute for which to do the ordering from the attribute to
use for accessing the value.
|
static class |
Aggregators.AggregatorBase<V,C extends IItemConsumer<C>> |
static class |
Aggregators.Avg |
static class |
Aggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>> |
static class |
Aggregators.MergingAggregator<V,C extends IItemConsumer<C>> |
static class |
Aggregators.MinMax<V extends Comparable<V>> |
static class |
Aggregators.Stddev |
static class |
Aggregators.Sum |
static class |
Aggregators.Variance |
Modifier and Type | Method and Description |
---|---|
static IAggregator<Boolean,?> |
Aggregators.and(String typeId,
IAttribute<Boolean> attribute) |
static IAggregator<IQuantity,?> |
Aggregators.avg(IAttribute<IQuantity> attribute) |
static IAggregator<IQuantity,?> |
Aggregators.avg(String typeId,
IAttribute<IQuantity> attribute) |
static IAggregator<IQuantity,?> |
Aggregators.avg(String name,
String description,
IAttribute<IQuantity> attribute) |
static IAggregator<IQuantity,?> |
Aggregators.avg(String name,
String description,
KindOfQuantity<?> ct,
IAccessorFactory<IQuantity> af) |
static IAggregator<IQuantity,?> |
Aggregators.avg(String name,
String description,
String typeId,
IAttribute<IQuantity> attribute) |
static <V,K,C extends IItemConsumer<C>> |
GroupingAggregator.build(String name,
String description,
IAccessorFactory<K> keyField,
IAggregator<?,C> a,
GroupingAggregator.IGroupsFinisher<V,K,C> finisher) |
static <V,K,C extends IItemConsumer<C>> |
GroupingAggregator.build(String name,
String description,
IAccessorFactory<K> keyField,
IAggregator<IQuantity,C> a,
GroupingAggregator.IQuantityListFinisher<V> groupFinisher) |
static <K,C extends IItemConsumer<C>> |
GroupingAggregator.build(String name,
String description,
IAccessorFactory<K> keyField,
IItemConsumerFactory<C> groupAggregator,
IPredicate<IType<IItem>> acceptType) |
static <V,K,C extends IItemConsumer<C>> |
GroupingAggregator.build(String name,
String description,
IAccessorFactory<K> keyField,
IItemConsumerFactory<C> groupAggregator,
IPredicate<IType<IItem>> acceptType,
GroupingAggregator.IGroupsFinisher<V,K,C> finisher) |
static <V,C extends IItemConsumer<C>> |
GroupingAggregator.buildMax(String name,
String description,
IAccessorFactory<?> keyField,
IAggregator<IQuantity,C> aggregate) |
static IAggregator<IQuantity,Aggregators.CountConsumer> |
Aggregators.count() |
static IAggregator<IQuantity,?> |
Aggregators.count(IItemFilter filter) |
static IAggregator<IQuantity,?> |
Aggregators.count(IType<?> type) |
static IAggregator<IQuantity,Aggregators.CountConsumer> |
Aggregators.count(String name,
String description) |
static IAggregator<IQuantity,?> |
Aggregators.count(String name,
String description,
IItemFilter filter) |
static <T> IAggregator<IQuantity,?> |
Aggregators.countDistinct(String name,
String description,
IAccessorFactory<T> attribute) |
static <T> IAggregator<Set<T>,?> |
Aggregators.distinct(IAttribute<T> attribute) |
static <T> IAggregator<Set<T>,?> |
Aggregators.distinct(String name,
IAccessorFactory<T> attribute) |
static IAggregator<String,?> |
Aggregators.distinctAsString(IAttribute<String> attribute,
String delimiter) |
static IAggregator<String,?> |
Aggregators.distinctAsString(IAttribute<String> attribute,
String delimiter,
String name,
String description) |
static IAggregator<String,?> |
Aggregators.distinctAsString(String typeId,
IAttribute<String> attribute) |
static <V> IAggregator<V,?> |
Aggregators.filter(IAggregator<V,?> aggregator,
IItemFilter filter) |
static <V,C extends IItemConsumer<C>> |
Aggregators.filter(String name,
String description,
IAggregator<V,C> aggregator,
IItemFilter filter) |
static <C extends IItemConsumer<C>> |
Aggregators.forConsumer(IItemConsumerFactory<C> consumerFactory) |
static <C extends IItemConsumer<C>> |
Aggregators.forConsumer(IItemConsumerFactory<C> consumerFactory,
IPredicate<IType<IItem>> acceptType) |
static IAggregator<IQuantity,?> |
Aggregators.getQuantityAggregator(String name) |
static IAggregator<IQuantity,?> |
Aggregators.getQuantityAggregator(String name,
IAttribute<IQuantity> attribute) |
static IAggregator<IQuantity,?> |
Aggregators.getQuantityAggregator(String name,
IType<?> type) |
static <V extends Comparable<V>> |
Aggregators.itemWithMax(IAttribute<V> attribute) |
static <V extends Comparable<V>> |
Aggregators.itemWithMin(IAttribute<V> attribute) |
static <V extends Comparable<V>> |
Aggregators.max(IAttribute<V> attribute) |
static IAggregator<IQuantity,?> |
Aggregators.max(String typeId,
IAttribute<IQuantity> attribute) |
static <V extends Comparable<V>> |
Aggregators.max(String name,
String description,
IAttribute<V> attribute) |
static <V extends Comparable<V>> |
Aggregators.max(String name,
String description,
String typeId,
IAttribute<V> attribute) |
static <V extends Comparable<V>> |
Aggregators.min(IAttribute<V> attribute) |
static <V extends Comparable<V>> |
Aggregators.min(String typeId,
IAttribute<V> attribute) |
static <V extends Comparable<V>> |
Aggregators.min(String name,
String description,
String typeId,
IAttribute<V> attribute) |
static IAggregator<Boolean,?> |
Aggregators.or(String typeId,
IAttribute<Boolean> attribute) |
static IAggregator<IQuantity,?> |
Aggregators.stddev(IAttribute<IQuantity> attribute)
Calculates the sample standard deviation for a linear quantity attribute.
|
static IAggregator<IQuantity,?> |
Aggregators.stddev(String name,
String description,
IAttribute<IQuantity> attribute)
Calculates the sample standard deviation for a linear quantity attribute.
|
static IAggregator<IQuantity,?> |
Aggregators.stddevp(IAttribute<IQuantity> attribute)
Calculates the population standard deviation for a linear quantity attribute.
|
static IAggregator<IQuantity,?> |
Aggregators.stddevp(String name,
String description,
IAttribute<IQuantity> attribute)
Calculates the population standard deviation for a linear quantity attribute.
|
static IAggregator<IQuantity,?> |
Aggregators.sum(IAttribute<IQuantity> attribute) |
static IAggregator<IQuantity,?> |
Aggregators.sum(String typeId,
IAttribute<IQuantity> attribute) |
static IAggregator<IQuantity,?> |
Aggregators.sum(String name,
String description,
IAttribute<IQuantity> attribute) |
static IAggregator<IQuantity,?> |
Aggregators.sum(String name,
String description,
LinearKindOfQuantity ct,
IAccessorFactory<IQuantity> af) |
static IAggregator<IQuantity,?> |
Aggregators.sum(String name,
String description,
String typeId,
IAttribute<IQuantity> attribute) |
static <V1,V2,C extends IItemConsumer<C>> |
Aggregators.valueBuilderAggregator(IAggregator<V1,C> aggregator,
org.openjdk.jmc.common.item.IValueBuilder<V2,V1> valuebuilder,
String name,
String description) |
static IAggregator<IQuantity,?> |
Aggregators.variance(IAttribute<IQuantity> attribute)
Calculates the sample variance for a linear quantity attribute.
|
static IAggregator<IQuantity,?> |
Aggregators.variancep(IAttribute<IQuantity> attribute)
Calculates the population variance for a linear quantity attribute.
|
Modifier and Type | Method and Description |
---|---|
Collection<IAggregator<?,?>> |
IItemQuery.getAggregators() |
Modifier and Type | Method and Description |
---|---|
static <V,K,C extends IItemConsumer<C>> |
GroupingAggregator.build(String name,
String description,
IAccessorFactory<K> keyField,
IAggregator<?,C> a,
GroupingAggregator.IGroupsFinisher<V,K,C> finisher) |
static <V,K,C extends IItemConsumer<C>> |
GroupingAggregator.build(String name,
String description,
IAccessorFactory<K> keyField,
IAggregator<IQuantity,C> a,
GroupingAggregator.IQuantityListFinisher<V> groupFinisher) |
static <V,C extends IItemConsumer<C>> |
GroupingAggregator.buildMax(String name,
String description,
IAccessorFactory<?> keyField,
IAggregator<IQuantity,C> aggregate) |
static <V> IAggregator<V,?> |
Aggregators.filter(IAggregator<V,?> aggregator,
IItemFilter filter) |
static <V,C extends IItemConsumer<C>> |
Aggregators.filter(String name,
String description,
IAggregator<V,C> aggregator,
IItemFilter filter) |
<V,C extends IItemConsumer<C>> |
IItemCollection.getAggregate(IAggregator<V,C> aggregator)
Calculates an aggregated value for the items in this collection.
|
ItemQueryBuilder |
ItemQueryBuilder.select(IAggregator<?,?>... aggregators) |
ItemQueryBuilder |
ItemQueryBuilder.select(IAggregator<?,?> aggregator) |
static <V1,V2,C extends IItemConsumer<C>> |
Aggregators.valueBuilderAggregator(IAggregator<V1,C> aggregator,
org.openjdk.jmc.common.item.IValueBuilder<V2,V1> valuebuilder,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
static <V> IAggregator<V,?> |
JdkAggregators.first(IAttribute<V> attribute)
Aggregator for getting the first value, ie.
|
static <V> IAggregator<V,?> |
JdkAggregators.last(IAttribute<V> attribute)
Aggregator for getting the last value, ie.
|
Modifier and Type | Field and Description |
---|---|
static IAggregator<IQuantity,?> |
MethodProfilingDataProvider.MAX_ENDTIME |
static IAggregator<IQuantity,?> |
MethodProfilingDataProvider.MIN_ENDTIME |
static IAggregator<IQuantity,?> |
MethodProfilingDataProvider.TOP_FRAME_BALANCE
Ready to use aggregator using the
MethodProfilingDataProvider.topFrameBalanceFunction . |
static IAggregator<IQuantity,?> |
MethodProfilingDataProvider.TOP_FRAME_QUOTA
Ready to use aggregator using the
MethodProfilingDataProvider.topFrameQuotaFunction . |
Modifier and Type | Method and Description |
---|---|
static IAggregator<IQuantity,?> |
ObjectStatisticsDataProvider.getIncreaseAggregator() |
Modifier and Type | Field and Description |
---|---|
static IAggregator<IQuantity,?> |
DMSIncidentRule.INCIDENTS_COUNT |
Modifier and Type | Field and Description |
---|---|
static IAggregator<IQuantity,?> |
JavaBlockingRule.MONITOR_BALANCE_BY_INSTANCE |
static IAggregator<IQuantity,?> |
JavaBlockingRule.MONITOR_BALANCE_BY_THREAD |
Copyright © 2020. All rights reserved.