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


Method Summary
 int getThresholdBytes()
           
 void setThresholdBytes(int bytes)
           
 
Methods inherited from interface com.atlassian.core.spool.Spool
spool
 

Method Detail

setThresholdBytes

void setThresholdBytes(int bytes)

getThresholdBytes

int getThresholdBytes()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.