Class CollectionFillRatioQuery
- java.lang.Object
-
- org.eclipse.mat.inspections.collections.AbstractFillRatioQuery
-
- org.eclipse.mat.inspections.collections.CollectionFillRatioQuery
-
- All Implemented Interfaces:
IQuery
public class CollectionFillRatioQuery extends AbstractFillRatioQuery implements IQuery
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
array_attribute
java.lang.String
collection
IHeapObjectArgument
objects
int
segments
java.lang.String
size_attribute
ISnapshot
snapshot
-
Constructor Summary
Constructors Constructor Description CollectionFillRatioQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IResult
execute(IProgressListener listener)
The execute method is called after all arguments have been injected into the query instance.
-
-
-
Field Detail
-
snapshot
public ISnapshot snapshot
-
objects
public IHeapObjectArgument objects
-
segments
public int segments
-
collection
public java.lang.String collection
-
size_attribute
public java.lang.String size_attribute
-
array_attribute
public java.lang.String array_attribute
-
-
Method Detail
-
execute
public IResult execute(IProgressListener listener) throws java.lang.Exception
Description copied from interface:IQuery
The execute method is called after all arguments have been injected into the query instance. Typical results areTextResult
,CompositeResult
,SectionSpec
etc.
-
-