Uses of Interface
com.atlassian.core.spool.Spool

Packages that use Spool
com.atlassian.core.spool   
 

Uses of Spool in com.atlassian.core.spool
 

Subinterfaces of Spool in com.atlassian.core.spool
 interface FileSpool
          Interface for file based spools.
 interface ThresholdingSpool
          Implemented by spools that switch behaviour based on the number of bytes spooled
 

Classes in com.atlassian.core.spool that implement Spool
 class BufferedFileSpool
          Spool bytes via buffered file streams.
 class ByteArraySpool
          A very simple spool that uses a ByteArray buffer.
 class DeferredSpool
          Thresholding spool that uses a DeferredSpoolFileOutputStream for spooling, allowing for a balance between memory usage and speed.
 class SmartSpool
          Spool that delegates to the overThresholdSpool immediately if InputStream::available() is greater than the threshold of the secondary Thresholding spool.
 

Methods in com.atlassian.core.spool with parameters of type Spool
 void SmartSpool.setOverThresholdSpool(Spool overThresholdSpool)
          Set the spooling strategy to use when InputStream::available is greater than the threshold of the configured ThresholdingSpool
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.