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, hasSizepublic WrapperFieldCollectionExtractor(String field, String entryfield)
public WrapperFieldCollectionExtractor(String field, String entryfield, ICollectionExtractor extractor)
public int[] extractEntryIds(IObject coll) throws SnapshotException
ICollectionExtractorextractEntryIds in interface ICollectionExtractorextractEntryIds in class WrapperCollectionExtractorSnapshotExceptionpublic boolean hasExtractableArray()
ICollectionExtractorhasExtractableArray in interface ICollectionExtractorhasExtractableArray in class WrapperCollectionExtractor