Class ConsoleProperties.Topology
- java.lang.Object
-
- org.apache.syncope.client.console.ConsoleProperties.Topology
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConsoleProperties
public static class ConsoleProperties.Topology extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Topology()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCorePoolSize()
int
getMaxPoolSize()
int
getQueueCapacity()
void
setCorePoolSize(int corePoolSize)
void
setMaxPoolSize(int maxPoolSize)
void
setQueueCapacity(int queueCapacity)
-
-
-
Method Detail
-
getCorePoolSize
public int getCorePoolSize()
-
setCorePoolSize
public void setCorePoolSize(int corePoolSize)
-
getMaxPoolSize
public int getMaxPoolSize()
-
setMaxPoolSize
public void setMaxPoolSize(int maxPoolSize)
-
getQueueCapacity
public int getQueueCapacity()
-
setQueueCapacity
public void setQueueCapacity(int queueCapacity)
-
-