public interface IMultiplePathsFromGCRootsComputer
Modifier and Type | Method and Description |
---|---|
Object[] |
getAllPaths(IProgressListener progressListener)
Calculates (if not yet calculated) and returns all the paths.
|
MultiplePathsFromGCRootsRecord[] |
getPathsByGCRoot(IProgressListener progressListener)
Calculates (if not yet calculated) and returns all the paths.
|
MultiplePathsFromGCRootsRecord[] getPathsByGCRoot(IProgressListener progressListener) throws SnapshotException
progressListener
- - used to track the progress of the computationSnapshotException
Object[] getAllPaths(IProgressListener progressListener) throws SnapshotException
progressListener
- - used to track the progress of the computationSnapshotException