Uses of Class
com.fasterxml.sort.SortConfig

Packages that use SortConfig
com.fasterxml.sort   
com.fasterxml.sort.std   
 

Uses of SortConfig in com.fasterxml.sort
 

Fields in com.fasterxml.sort declared as SortConfig
protected  SortConfig Sorter._config
           
 

Methods in com.fasterxml.sort that return SortConfig
 SortConfig SortConfig.withMaxMemoryUsage(long maxMem)
          Method for constructing configuration instance that defines that maximum amount of memory to use for pre-sorting.
 SortConfig SortConfig.withTempFileProvider(TempFileProvider provider)
           
 

Constructors in com.fasterxml.sort with parameters of type SortConfig
SortConfig(SortConfig base, int mergeFactor)
           
SortConfig(SortConfig base, long maxMem)
           
SortConfig(SortConfig base, TempFileProvider prov)
           
Sorter(SortConfig config, DataReaderFactory<T> readerFactory, DataWriterFactory<T> writerFactory, Comparator<T> comparator)
           
 

Uses of SortConfig in com.fasterxml.sort.std
 

Constructors in com.fasterxml.sort.std with parameters of type SortConfig
TextFileSorter(SortConfig config)
           
 



Copyright © 2011. All Rights Reserved.