Interface | Description |
---|---|
ResourceHandler |
Maven 2 Index resource abstraction, that should be handled as a resource (is
Closeable . |
ResourceHandler.Resource | |
WritableResourceHandler |
Maven 2 Index writable
ResourceHandler , is capable of saving resources too. |
WritableResourceHandler.WritableResource |
Class | Description |
---|---|
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
ChunkReader s, to
read all the required records. |
IndexReader.ChunkReaderIterator |
Internal iterator implementation that lazily opens and closes the returned
ChunkReader s 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> | |
RecordCompactor |
Maven 2 Index record transformer, that transforms
Record s into "native" Maven Indexer records. |
RecordExpander |
Maven 2 Index record transformer, that transforms "native" Maven Indexer records into
Record s. |
Utils |
Reusable code snippets and constants.
|
Enum | Description |
---|---|
Record.Type |
Types of returned records returned from index.
|