| Package | Description |
|---|---|
| com.fasterxml.sort | |
| com.fasterxml.sort.std |
| Modifier and Type | Field and Description |
|---|---|
protected DataWriterFactory<T> |
SorterBase._writerFactory
Factory used for writing intermediate sorted files.
|
| Modifier and Type | Method and Description |
|---|---|
protected Sorter<T> |
Sorter.withWriterFactory(DataWriterFactory<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 |
RawTextLineWriter.Factory
Basic factory implementation.
|
Copyright © 2012-2014 FasterXML. All Rights Reserved.