| Interface | Description |
|---|---|
| ResourceHandler |
Maven 2 Index resource abstraction, that should be handled as a resource (is
Closeable. |
| ResourceHandler.Resource |
Handle of content.
|
| WritableResourceHandler |
Maven 2 Index writable
ResourceHandler, is capable of saving resources too. |
| WritableResourceHandler.WritableResource |
Resource that is writable.
|
| Class | Description |
|---|---|
| ChunkReader |
Maven 2 Index published binary chunk reader, it reads raw Maven Indexer records from the transport binary format.
|
| 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. |
| 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.
|
| Enum | Description |
|---|---|
| Record.Type |
Types of returned records returned from index.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.