private static class FullGcRule.G1Aggregator extends Aggregators.MergingAggregator<FullGcRule.G1FullGCInfo,FullGcRule.G1FullGCInfo>
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.String[] |
EVENT_TYPES |
Constructor and Description |
---|
G1Aggregator() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptType(IType<IItem> type) |
FullGcRule.G1FullGCInfo |
getValue(FullGcRule.G1FullGCInfo consumer) |
FullGcRule.G1FullGCInfo |
newItemConsumer(IType<IItem> type) |
getValue
getDescription, getName, getValueType
public final boolean acceptType(IType<IItem> type)
type
- an item type to check if the the factory can create consumers fortrue
if the factory can create consumers for the supplied type, false
otherwisepublic FullGcRule.G1FullGCInfo newItemConsumer(IType<IItem> type)
type
- an item type to get an item consumer forpublic FullGcRule.G1FullGCInfo getValue(FullGcRule.G1FullGCInfo consumer)
getValue
in class Aggregators.MergingAggregator<FullGcRule.G1FullGCInfo,FullGcRule.G1FullGCInfo>