| Package | Description |
|---|---|
| org.apache.maven.index.reader |
| Modifier and Type | Method and Description |
|---|---|
static Record |
Utils.allGroups(Collection<String> allGroups)
Creates a record of type
Record.Type.ALL_GROUPS. |
Record |
RecordExpander.apply(Map<String,String> recordMap)
Expands MI low level record into
Record. |
static Record |
Utils.descriptor(String repoId)
Creates a record of type
Record.Type.DESCRIPTOR. |
static Record |
Utils.rootGroups(Collection<String> rootGroups)
Creates a record of type
Record.Type.ROOT_GROUPS. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
RecordCompactor.apply(Record record)
Compacts
Record into low level MI record with all the encoded fields as physically present in MI binary
chunk. |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.