Uses of Class
com.gc.iotools.stream.base.ExecutionModel

Packages that use ExecutionModel
com.gc.iotools.stream.base Base classes and Enumerations. 
com.gc.iotools.stream.is Provides classes that extends java.io.InputStream. 
com.gc.iotools.stream.os Provides classes that extends java.io.OutputStream. 
com.gc.iotools.stream.reader Provides classes that extends java.io.Reader. 
com.gc.iotools.stream.writer Provides classes that extends java.io.Writer. 
 

Uses of ExecutionModel in com.gc.iotools.stream.base
 

Methods in com.gc.iotools.stream.base that return ExecutionModel
static ExecutionModel ExecutionModel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutionModel[] ExecutionModel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.gc.iotools.stream.base with parameters of type ExecutionModel
static ExecutorService ExecutorServiceFactory.getExecutor(ExecutionModel tmodel)
          Getter for the field executor.
 

Uses of ExecutionModel in com.gc.iotools.stream.is
 

Constructors in com.gc.iotools.stream.is with parameters of type ExecutionModel
InputStreamFromOutputStream(boolean joinOnClose, ExecutionModel executionModel)
           It creates a InputStreamFromOutputStream and let the user choose the thread allocation strategy he likes.
InputStreamFromOutputStream(ExecutionModel executionModel)
           It creates a InputStreamFromOutputStream and let the user choose the thread allocation strategy he likes.
ReadAheadInputStream(InputStream source, int bufferSize, ExecutionModel executionModel)
           Constructor for ReadAheadInputStream.
 

Uses of ExecutionModel in com.gc.iotools.stream.os
 

Constructors in com.gc.iotools.stream.os with parameters of type ExecutionModel
OutputStreamToInputStream(boolean joinOnClose, ExecutionModel executionModel)
           Creates a new OutputStreamToInputStream.
 

Uses of ExecutionModel in com.gc.iotools.stream.reader
 

Constructors in com.gc.iotools.stream.reader with parameters of type ExecutionModel
ReaderFromWriter(boolean joinOnClose, ExecutionModel executionModel)
           It creates a ReaderFromWriter and let the user choose the thread allocation strategy he likes.
ReaderFromWriter(ExecutionModel executionModel)
           It creates a ReaderFromWriter and let the user choose the thread allocation strategy he likes.
 

Uses of ExecutionModel in com.gc.iotools.stream.writer
 

Constructors in com.gc.iotools.stream.writer with parameters of type ExecutionModel
WriterToReader(boolean joinOnClose, ExecutionModel executionModel)
           Creates a new WriterToReader.
 



Copyright © 2008–2014. All rights reserved.