| Package | Description |
|---|---|
| com.atlassian.core.spool | |
| org.springframework.orm.hibernate.support |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileSpool
Interface for file based spools.
|
interface |
ThresholdingSpool
Implemented by spools that switch behaviour based on the number of bytes spooled
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SmartSpool.setOverThresholdSpool(Spool overThresholdSpool)
Set the spooling strategy to use when InputStream::available is greater than the threshold of the configured
ThresholdingSpool
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpoolingBlobInputStreamType.setSpool(Spool spool) |
Copyright © 2003–2017 Atlassian. All rights reserved.