| ChunkReader |
Maven 2 Index published binary chunk reader, it reads raw Maven Indexer records from the transport binary format.
|
| ChunkReader.IndexIterator |
Low memory footprint index iterator that incrementally parses the underlying stream.
|
| ChunkWriter |
Maven 2 Index published binary chunk writer, it writes raw Maven Indexer records to the transport binary format.
|
| IndexReader |
Maven 2 Index reader that handles incremental updates if possible and provides one or more ChunkReaders, to
read all the required records.
|
| IndexReader.ChunkReaderIterator |
Internal iterator implementation that lazily opens and closes the returned ChunkReaders as this iterator
is being consumed.
|
| IndexWriter |
Maven 2 Index writer that writes chunk and maintains published property file.
|
| Record |
Maven 2 Index record.
|
| Record.EntryKey<T> |
Entry key is field key with some metadata.
|
| RecordCompactor |
Maven 2 Index record transformer, that transforms Records into "native" Maven Indexer records.
|
| RecordExpander |
Maven 2 Index record transformer, that transforms "native" Maven Indexer records into Records.
|
| Utils |
Reusable code snippets and constants.
|