Package | Description |
---|---|
org.eclipse.mat.parser |
Interfaces for handling indexes.
|
org.eclipse.mat.parser.index |
Implementations for handling indexes.
|
Modifier and Type | Method and Description |
---|---|
void |
IPreliminaryIndex.setObject2classId(IIndexReader.IOne2OneIndex object2classId)
store the object id to class id mapping
|
Modifier and Type | Interface and Description |
---|---|
static interface |
IIndexReader.IOne2SizeIndex
Index from object id to size, stored compressed as an int.
|
Modifier and Type | Class and Description |
---|---|
static class |
IndexReader.IntIndexReader
An int to int index reader.
|
static class |
IndexReader.SizeIndexReader
Creates a index reader for array sizes, presuming the sizes are stored as ints
and get expanded in the reverse of the compression.
|
static class |
IndexWriter.IntIndexCollector |
Modifier and Type | Field and Description |
---|---|
IIndexReader.IOne2OneIndex |
IndexManager.domIn |
IIndexReader.IOne2OneIndex |
IndexManager.o2c |
Modifier and Type | Method and Description |
---|---|
IIndexReader.IOne2OneIndex |
IndexManager.dominator() |
IIndexReader.IOne2OneIndex |
IndexManager.o2class() |
IIndexReader.IOne2OneIndex |
IndexWriter.IntIndexCollector.writeTo(DataOutputStream out,
long position) |
IIndexReader.IOne2OneIndex |
IndexWriter.IntIndexStreamer.writeTo(DataOutputStream out,
long position,
int[] array) |
IIndexReader.IOne2OneIndex |
IndexWriter.IntIndexStreamer.writeTo(DataOutputStream out,
long position,
IteratorInt iterator) |
IIndexReader.IOne2OneIndex |
IndexWriter.IntIndexCollectorUncompressed.writeTo(File indexFile) |
IIndexReader.IOne2OneIndex |
IndexWriter.IntIndexCollector.writeTo(File indexFile) |
IIndexReader.IOne2OneIndex |
IndexWriter.IntIndexStreamer.writeTo(File indexFile,
int[] array) |
IIndexReader.IOne2OneIndex |
IndexWriter.IntIndexStreamer.writeTo(File indexFile,
IteratorInt iterator) |
Constructor and Description |
---|
IndexReader.IntIndex1NSortedReader(File indexFile,
IIndexReader.IOne2OneIndex header,
IIndexReader.IOne2OneIndex body) |
IndexReader.SizeIndexReader(IIndexReader.IOne2OneIndex idx)
Construct a size index reader based on a int index holding the compressed data
|