| Package | Description |
|---|---|
| com.fasterxml.sort | |
| com.fasterxml.sort.std |
| Modifier and Type | Method and Description |
|---|---|
abstract DataWriter<T> |
DataWriterFactory.constructWriter(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SorterBase._merge(List<File> inputs,
DataWriter<T> writer) |
protected void |
SorterBase._writeAll(DataWriter<T> resultWriter,
Object[] items) |
protected void |
SorterBase.merge(List<File> presorted,
DataWriter<T> resultWriter)
Main-level merge method that sorts the given input and writes to final output.
|
boolean |
Sorter.sort(DataReader<T> inputReader,
DataWriter<T> resultWriter)
Method that will perform full sort on input data read using given
DataReader, and written out using specified DataWriter. |
| Modifier and Type | Class and Description |
|---|---|
class |
RawTextLineWriter |
| Modifier and Type | Method and Description |
|---|---|
DataWriter<byte[]> |
RawTextLineWriter.Factory.constructWriter(OutputStream out) |
Copyright © 2012-2014 FasterXML. All Rights Reserved.