private static class FullGcRule.G1FullGCInfo extends java.lang.Object implements IItemConsumer<FullGcRule.G1FullGCInfo>
Modifier and Type | Field and Description |
---|---|
private IMemberAccessor<java.lang.String,IItem> |
accessor |
(package private) int |
fullGCs |
Constructor and Description |
---|
G1FullGCInfo(IMemberAccessor<java.lang.String,IItem> accessor) |
Modifier and Type | Method and Description |
---|---|
void |
consume(IItem item)
Consumes another item.
|
FullGcRule.G1FullGCInfo |
merge(FullGcRule.G1FullGCInfo other)
Merges this object with the supplied object.
|
private final IMemberAccessor<java.lang.String,IItem> accessor
int fullGCs
G1FullGCInfo(IMemberAccessor<java.lang.String,IItem> accessor)
public FullGcRule.G1FullGCInfo merge(FullGcRule.G1FullGCInfo other)
IItemConsumer
merge
in interface IItemConsumer<FullGcRule.G1FullGCInfo>
other
- another instance to merge withpublic void consume(IItem item)
IItemConsumer
consume
in interface IItemConsumer<FullGcRule.G1FullGCInfo>