Package | Description |
---|---|
org.eclipse.mat.parser |
Interfaces for handling indexes.
|
org.eclipse.mat.parser.index |
Implementations for handling indexes.
|
org.eclipse.mat.parser.internal.snapshot |
Utilities for performing basic operations on the snapshot (not API).
|
Modifier and Type | Method and Description |
---|---|
void |
IPreliminaryIndex.setOutbound(IIndexReader.IOne2ManyIndex outbound)
store the object to outbound references table.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
IIndexReader.IOne2ManyObjectsIndex
Index from object id to several object ids.
|
Modifier and Type | Class and Description |
---|---|
static class |
IndexReader.IntIndex1NSortedReader |
Modifier and Type | Field and Description |
---|---|
IIndexReader.IOne2ManyIndex |
IndexManager.domOut |
IIndexReader.IOne2ManyIndex |
IndexManager.outbound |
Modifier and Type | Method and Description |
---|---|
IIndexReader.IOne2ManyIndex |
IndexManager.dominated() |
IIndexReader.IOne2ManyIndex |
IndexWriter.IntArray1NWriter.flush() |
IIndexReader.IOne2ManyIndex |
IndexWriter.IntArray1NUncompressedCollector.flush() |
IIndexReader.IOne2ManyIndex |
IndexManager.inbound() |
IIndexReader.IOne2ManyIndex |
IndexManager.outbound() |
Constructor and Description |
---|
ObjectMarker(int[] roots,
boolean[] bits,
IIndexReader.IOne2ManyIndex outbound,
IProgressListener progressListener) |
ObjectMarker(int[] roots,
boolean[] bits,
IIndexReader.IOne2ManyIndex outbound,
long outboundLength,
IProgressListener progressListener) |