com.atlassian.core.spool
Interface ThresholdingSpool
- All Superinterfaces:
- Spool
- All Known Implementing Classes:
- DeferredSpool, SmartSpool
- public interface ThresholdingSpool
- extends Spool
Implemented by spools that switch behaviour based on the number of bytes spooled
| Methods inherited from interface com.atlassian.core.spool.Spool |
spool |
setThresholdBytes
public void setThresholdBytes(int bytes)
getThresholdBytes
public int getThresholdBytes()
Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.