|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.cluster.ServerConfig
@Configurable public class ServerConfig
ServletContainer configration from the
Constructor Summary
ServerConfig(ServletContainerConfig config)
Creates a new servlet server.
Method Summary
voidaddBuilderProgram(ConfigProgram program)
voidsetMemoryFreeMin(Bytes min)
Sets the minimum free memory after a GC
voidsetPermGenFreeMin(Bytes min)
Sets the minimum free memory after a GC
voidsetShutdownWaitMax(Period waitTime)
Sets the max wait time for shutdown.
voidsetThreadExecutorTaskMax(int max)
Sets the maximum executor (background) thread.
voidsetThreadMax(int max)
Sets the maximum thread-based keepalive
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
ServerConfig
public ServerConfig(ServletContainerConfig config)
Method Detail
setMemoryFreeMin
@Configurable
public void setMemoryFreeMin(Bytes min)
setPermGenFreeMin
@Configurable
public void setPermGenFreeMin(Bytes min)
setShutdownWaitMax
@Configurable
public void setShutdownWaitMax(Period waitTime)
setThreadMax
@Configurable
public void setThreadMax(int max)
setThreadExecutorTaskMax
@Configurable
public void setThreadExecutorTaskMax(int max)
addBuilderProgram
public void addBuilderProgram(ConfigProgram program)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD