Uses of Class
com.caucho.config.types.Bytes

Packages that use Bytes
com.caucho.log   
com.caucho.server.cluster   
com.caucho.server.dispatch   
com.caucho.server.httpcache   
com.caucho.server.log   
com.caucho.server.resin   
com.caucho.server.webapp   
 

Uses of Bytes in com.caucho.log
 

Methods in com.caucho.log with parameters of type Bytes
 void AbstractRolloverLog.setRolloverSize(Bytes bytes)
          Sets the log rollover size, rounded up to the megabyte.
 void LogHandlerConfig.setRolloverSize(Bytes size)
          Sets the rollover-size
 void PathHandler.setRolloverSize(Bytes size)
          Sets the rollover-size
 void RotateLog.setRolloverSize(Bytes size)
          Sets the rollover size.
 

Uses of Bytes in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster with parameters of type Bytes
 void ServerConfig.setMemoryFreeMin(Bytes min)
          Sets the minimum free memory after a GC
 void ServletContainerConfig.setMemoryFreeMin(Bytes min)
          Sets the minimum free memory after a GC
 void ServerConfig.setPermGenFreeMin(Bytes min)
          Sets the minimum free memory after a GC
 void ServletContainerConfig.setPermGenFreeMin(Bytes min)
          Sets the minimum free memory after a GC
 void ServerConfig.setSendfileMinLength(Bytes bytes)
           
 void ServletContainerConfig.setSendfileMinLength(Bytes bytes)
           
 

Uses of Bytes in com.caucho.server.dispatch
 

Methods in com.caucho.server.dispatch with parameters of type Bytes
 void MultipartConfigImpl.setFileSizeThreshold(Bytes maxSize)
           
 void MultipartConfigImpl.setMaxFileSize(Bytes maxSize)
           
 void MultipartConfigImpl.setMaxRequestSize(Bytes maxSize)
           
 

Uses of Bytes in com.caucho.server.httpcache
 

Methods in com.caucho.server.httpcache with parameters of type Bytes
 void AbstractProxyCache.setDiskSize(Bytes size)
          Sets the disk size of the cache
 void AbstractProxyCache.setMemorySize(Bytes bytes)
           
 void AbstractProxyCache.setSize(Bytes size)
          Sets the size of the the cache (backwards compatibility).
 

Uses of Bytes in com.caucho.server.log
 

Methods in com.caucho.server.log with parameters of type Bytes
 void AccessLog.setRolloverSize(Bytes bytes)
          Sets the log rollover size, rounded up to the megabyte.
 

Uses of Bytes in com.caucho.server.resin
 

Methods in com.caucho.server.resin with parameters of type Bytes
 void ResinConfig.setMinFreeMemory(Bytes minFreeMemory)
          Sets the minimum free memory allowed.
 

Uses of Bytes in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp with parameters of type Bytes
 void MultipartForm.setParameterLengthMax(Bytes max)
           
 void MultipartForm.setUploadMax(Bytes max)