| Package | Description |
|---|---|
| eu.dnetlib.data.mdstore.modular |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRecordParser
Terrible implementation of a record parser.
|
class |
StreamingRecordParser
This method outperforms SimpleRecordParser by a vast amount, especially since we are just getting stuff in the
header.
|
| Modifier and Type | Method and Description |
|---|---|
RecordParser |
RecordParserFactory.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends RecordParser> |
RecordParserFactory.getParserType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordParserFactory.setParserType(Class<? extends RecordParser> parserType) |
Copyright © 2025. All rights reserved.