public class WrapperFieldCollectionExtractor extends WrapperCollectionExtractor
Constructor and Description |
---|
WrapperFieldCollectionExtractor(String field,
String entryfield) |
WrapperFieldCollectionExtractor(String field,
String entryfield,
ICollectionExtractor extractor) |
Modifier and Type | Method and Description |
---|---|
int[] |
extractEntryIds(IObject coll)
Returns the object ids (int) for all objects which are contained in the
collection
|
boolean |
hasExtractableArray()
Return true if the collection array based and the array can be extracted
from the heap dump
|
extractEntries, getCapacity, getFillRatio, getNumberOfNotNullElements, getSize, hasCapacity, hasExtractableContents, hasFillRatio, hasSize
public WrapperFieldCollectionExtractor(String field, String entryfield)
public WrapperFieldCollectionExtractor(String field, String entryfield, ICollectionExtractor extractor)
public int[] extractEntryIds(IObject coll) throws SnapshotException
ICollectionExtractor
extractEntryIds
in interface ICollectionExtractor
extractEntryIds
in class WrapperCollectionExtractor
SnapshotException
public boolean hasExtractableArray()
ICollectionExtractor
hasExtractableArray
in interface ICollectionExtractor
hasExtractableArray
in class WrapperCollectionExtractor