Package org.eclipse.mat.parser.index
Class IndexWriter
- java.lang.Object
-
- org.eclipse.mat.parser.index.IndexWriter
-
public abstract class IndexWriter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexWriter.Identifier
static class
IndexWriter.InboundWriter
static class
IndexWriter.IntArray1NSortedWriter
static class
IndexWriter.IntArray1NUncompressedCollector
static class
IndexWriter.IntArray1NWriter
static class
IndexWriter.IntIndexCollector
static class
IndexWriter.IntIndexCollectorUncompressed
static class
IndexWriter.IntIndexStreamer
static interface
IndexWriter.KeyWriter
static class
IndexWriter.LongArray1NWriter
static class
IndexWriter.LongIndexCollector
static class
IndexWriter.LongIndexCollectorUncompressed
static class
IndexWriter.LongIndexStreamer
static class
IndexWriter.SizeIndexCollectorUncompressed
Store sizes of objects by compressing the size to a 32-bit int.
-
Field Summary
Fields Modifier and Type Field Description static int
PAGE_SIZE_INT
static int
PAGE_SIZE_LONG
-
Constructor Summary
Constructors Constructor Description IndexWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long[]
copyOf(long[] original, int newLength)
static int
mostSignificantBit(int x)
static int
mostSignificantBit(long x)
-
-
-
Field Detail
-
PAGE_SIZE_INT
public static final int PAGE_SIZE_INT
- See Also:
- Constant Field Values
-
PAGE_SIZE_LONG
public static final int PAGE_SIZE_LONG
- See Also:
- Constant Field Values
-
-