| Package | Description |
|---|---|
| com.atlassian.core.spool | |
| org.springframework.orm.hibernate.support |
| Class and Description |
|---|
| DefaultSpoolFileFactory
Default file factory for spooling.
|
| DeferredFileOutputStream
An output stream which will retain data in memory until a specified threshold is reached, and only then commit it
to disk.
|
| DeferredSpoolFileOutputStream
This specialisation of DeferredFileOutputStream may be configured with a FileFactory so that files are only created
once the deferred threshold is reached.
|
| FileFactory
Simple strategy interface for creating new files
|
| FileSpool
Interface for file based spools.
|
| Spool
Class that implement this interface will spool data from the provided InputStream, and return a new InputStream
to the spooled data.
|
| ThresholdingSpool
Implemented by spools that switch behaviour based on the number of bytes spooled
|
| Class and Description |
|---|
| Spool
Class that implement this interface will spool data from the provided InputStream, and return a new InputStream
to the spooled data.
|
Copyright © 2003–2017 Atlassian. All rights reserved.