org.globus.transfer.reliable.service.cache
Class ConnectionCacheConfiguration
java.lang.Object
org.globus.transfer.reliable.service.cache.ConnectionCacheConfiguration
public class ConnectionCacheConfiguration
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxNumberCachedFDs
private int maxNumberCachedFDs
connectionTimeout
private int connectionTimeout
sweeperInterval
private int sweeperInterval
ConnectionCacheConfiguration
public ConnectionCacheConfiguration()
getMaxNumberCachedFDs
public int getMaxNumberCachedFDs()
setMaxNumberCachedFDs
public void setMaxNumberCachedFDs(int maxNumberCachedFDs)
getConnectionTimeout
public int getConnectionTimeout()
setConnectionTimeout
public void setConnectionTimeout(int connectionTimeout)
getSweeperInterval
public int getSweeperInterval()
setSweeperInterval
public void setSweeperInterval(int sweeperInterval)