Modifier and Type | Method and Description |
---|---|
void |
AbstractCache.setMemorySizeMin(Bytes size)
Sets the minimum memory size for the internal byte buffer cache.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryTenuredHealthCheck.setMemoryFreeMin(Bytes memoryMin)
Set minimum amount of free memory (default 1m)
|
void |
MemoryPermGenHealthCheck.setMemoryFreeMin(Bytes memoryMin)
Set minimum amount of free memory (default 1m)
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRolloverLog.setRolloverSize(Bytes bytes)
Sets the log rollover size, rounded up to the megabyte.
|
void |
RotateLog.setRolloverSize(Bytes size)
Sets the rollover size.
|
void |
PathHandler.setRolloverSize(Bytes size)
Sets the rollover-size
|
void |
LogHandlerConfig.setRolloverSize(Bytes size)
Sets the rollover-size
|
Modifier and Type | Method and Description |
---|---|
void |
ServletContainerConfig.setAccessLogBufferSize(Bytes bufferSize)
Sets the access log.
|
void |
ServletService.setAccessLogBufferSize(Bytes 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
|
void |
ServletContainerConfig.setSendfileMinLength(Bytes bytes) |
void |
ServerConfig.setSendfileMinLength(Bytes bytes) |
Modifier and Type | Method and Description |
---|---|
void |
MultipartConfigImpl.setFileSizeThreshold(Bytes maxSize) |
void |
MultipartConfigImpl.setMaxFileSize(Bytes maxSize) |
void |
MultipartConfigImpl.setMaxRequestSize(Bytes maxSize) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyCache.setDiskSize(Bytes size)
Sets the disk size of the cache
|
void |
AbstractProxyCache.setDiskSize(Bytes size)
Sets the disk size of the cache
|
void |
ProxyCache.setMaxEntrySize(Bytes size)
Sets the maximum entry size for cache values.
|
void |
ProxyCache.setMemorySize(Bytes size)
Sets the memory size of the cache
|
void |
AbstractProxyCache.setMemorySize(Bytes bytes) |
void |
ProxyCache.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).
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLog.setBufferSize(Bytes bytes)
Sets the log buffer size.
|
void |
AccessLog.setRolloverSize(Bytes bytes)
Sets the log rollover size, rounded up to the megabyte.
|
Modifier and Type | Method and Description |
---|---|
void |
ResinConfig.setMinFreeMemory(Bytes minFreeMemory)
Sets the minimum free memory allowed.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartForm.setParameterLengthMax(Bytes max) |
void |
MultipartForm.setUploadMax(Bytes max) |
Modifier and Type | Method and Description |
---|---|
void |
XALogManager.setMaxFileSize(Bytes size)
Sets the max file size.
|