|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mat.snapshot.ExcludedReferencesDescriptor
public final class ExcludedReferencesDescriptor
A way of describing which references should not be followed when calculating retained sets and other queries involving paths.
| Constructor Summary | |
|---|---|
ExcludedReferencesDescriptor(int[] objectIds,
Set<String> fields)
Constructor based on objects and fields. |
|
ExcludedReferencesDescriptor(int[] objectIds,
String... fields)
|
|
| Method Summary | |
|---|---|
boolean |
contains(int objectId)
See if this object is excluded. |
Set<String> |
getFields()
The excluded fields |
int[] |
getObjectIds()
All the excluded object ids. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcludedReferencesDescriptor(int[] objectIds,
Set<String> fields)
objectIds - don't go through these objectsfields - then though these fields. null means all fields.
public ExcludedReferencesDescriptor(int[] objectIds,
String... fields)
| Method Detail |
|---|
public Set<String> getFields()
public boolean contains(int objectId)
objectId -
public int[] getObjectIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||