| Package | Description |
|---|---|
| com.atlassian.core.spool |
| Modifier and Type | Class and Description |
|---|---|
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.setThresholdingSpool(ThresholdingSpool thresholdingSpool)
Set the spooling strategy that will be used when InputStream::available() is less than or equal to
the value of the strategy's threshold.
|
Copyright © 2003–2017 Atlassian. All rights reserved.