|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThresholdingSpool | |
|---|---|
| com.atlassian.core.spool | |
| Uses of ThresholdingSpool in com.atlassian.core.spool |
|---|
| Classes in com.atlassian.core.spool that implement ThresholdingSpool | |
|---|---|
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 ThresholdingSpool | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||