Class TomcatServerProperties.Threads
java.lang.Object
org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.Threads
- Enclosing class:
TomcatServerProperties
Tomcat thread properties.
- Since:
- 3.5.0
- Author:
- Dave Syer, Stephane Nicoll, Andy Wilkinson, Ivan Sopov, Marcos Barbero, Eddú Meléndez, Quinten De Swaef, Venil Noronha, Aurélien Leboulanger, Brian Clozel, Olivier Lamy, Chentao Qu, Artsiom Yudovin, Andrew McGhie, Rafiullah Hamedy, Dirk Deyne, HaiTao Zhang, Victor Mandujano, Chris Bono, Parviz Rozikov, Florian Storz, Michael Weidmann, Lasse Wulff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getMax()
int
int
void
setMax
(int max) void
setMaxQueueCapacity
(int maxQueueCapacity) void
setMinSpare
(int minSpare)
-
Constructor Details
-
Threads
public Threads()
-
-
Method Details
-
getMax
public int getMax() -
setMax
public void setMax(int max) -
getMinSpare
public int getMinSpare() -
setMinSpare
public void setMinSpare(int minSpare) -
getMaxQueueCapacity
public int getMaxQueueCapacity() -
setMaxQueueCapacity
public void setMaxQueueCapacity(int maxQueueCapacity)
-