| Package | Description |
|---|---|
| com.fasterxml.sort | |
| com.fasterxml.sort.std |
| Modifier and Type | Field and Description |
|---|---|
protected DataReaderFactory<T> |
SorterBase._readerFactory
Factory used for reading intermediate sorted files.
|
| Modifier and Type | Method and Description |
|---|---|
protected Sorter<T> |
Sorter.withReaderFactory(DataReaderFactory<T> f) |
| Constructor and Description |
|---|
IteratingSorter(SortConfig config,
DataReaderFactory<T> readerFactory,
DataWriterFactory<T> writerFactory,
Comparator<T> comparator) |
Sorter(SortConfig config,
DataReaderFactory<T> readerFactory,
DataWriterFactory<T> writerFactory,
Comparator<T> comparator) |
SorterBase(SortConfig config,
DataReaderFactory<T> readerFactory,
DataWriterFactory<T> writerFactory,
Comparator<T> comparator) |
| Modifier and Type | Class and Description |
|---|---|
static class |
RawTextLineReader.Factory |
Copyright © 2012-2014 FasterXML. All Rights Reserved.