Uses of Interface
com.univocity.api.statistics.DataTransfer

Packages that use DataTransfer
com.univocity.api.statistics   
 

Uses of DataTransfer in com.univocity.api.statistics
 

Classes in com.univocity.api.statistics with type parameters of type DataTransfer
 class DataTransferListener<S,T,E extends DataTransfer<S,T>>
          A basic management structure for data transfers occurring in parallel.
 

Classes in com.univocity.api.statistics that implement DataTransfer
 class DataTransferListener<S,T,E extends DataTransfer<S,T>>
          A basic management structure for data transfers occurring in parallel.
 class DataTransferStatistics<S,T>
          A basic implementation of DataTransfer which collects statistics about a given data transfer process, and provides easy to use methods to report the progress and timing of the process.
 class DownloadListener
          A listener of active downloads from remote locations into local files.
 class DownloadStatistics
          A simple implementation of DataTransferStatistics to notify the progress/completion of download processes
 class NoopDataTransfer
          A singleton DataTransfer that does nothing.
 

Fields in com.univocity.api.statistics declared as DataTransfer
static DataTransfer NoopDataTransfer.instance
          The only instance available of a NoopDataTransfer
 

Methods in com.univocity.api.statistics that return DataTransfer
static
<S,T> DataTransfer<S,T>
NoopDataTransfer.getInstance()
          Returns the singleton NoopDataTransfer.instance of a NoopDataTransfer in generic-friendly way
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.