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

Packages that use Bytes
com.caucho.health.check   
com.caucho.log   
com.caucho.server.cache   
com.caucho.server.cluster   
com.caucho.server.dispatch   
com.caucho.server.log   
com.caucho.server.resin   
com.caucho.server.webapp   
com.caucho.transaction.xalog   
 

Uses of Bytes in com.caucho.health.check
 

Methods in com.caucho.health.check with parameters of type Bytes
 void MemoryPermGenHealthCheck.setMemoryFreeMin(Bytes memoryMin)
          Set minimum amount of free memory (default 1m)
 void MemoryTenuredHealthCheck.setMemoryFreeMin(Bytes memoryMin)
          Set minimum amount of free memory (default 1m)
 

Uses of Bytes in com.caucho.log
 

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

Uses of Bytes in com.caucho.server.cache
 

Methods in com.caucho.server.cache with parameters of type Bytes
 void Cache.setDiskSize(Bytes size)
          Sets the disk size of the cache
 void AbstractProxyCache.setDiskSize(Bytes size)
          Sets the disk size of the cache
 void Cache.setMaxEntrySize(Bytes size)
          Sets the maximum entry size for cache values.
 void Cache.setMemorySize(Bytes size)
          Sets the memory size of the cache
 void AbstractProxyCache.setMemorySize(Bytes bytes)
           
 void Cache.setSize(Bytes size)
          Sets the size of the the cache (backwards compatibility).
 void AbstractProxyCache.setSize(Bytes size)
          Sets the size of the the cache (backwards compatibility).
 

Uses of Bytes in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster with parameters of type Bytes
 void ServletContainerConfig.setMemoryFreeMin(Bytes min)
          Sets the minimum free memory after a GC
 void ServerConfig.setMemoryFreeMin(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.setPermGenFreeMin(Bytes min)
          Sets the minimum free memory after a GC
 

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.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)
           
 

Uses of Bytes in com.caucho.transaction.xalog
 

Methods in com.caucho.transaction.xalog with parameters of type Bytes
 void XALogManager.setMaxFileSize(Bytes size)
          Sets the max file size.