public static class ReindexingProperties.Pool extends Object
Constructor and Description |
---|
Pool() |
Modifier and Type | Method and Description |
---|---|
int |
getCoreSize() |
int |
getMaxSize() |
Duration |
getMaxTimeout() |
int |
getQueueCapacity() |
void |
setCoreSize(int coreSize) |
void |
setMaxSize(int maxSize) |
void |
setMaxTimeout(Duration maxTimeout) |
void |
setQueueCapacity(int queueCapacity) |
public int getCoreSize()
public void setCoreSize(int coreSize)
public int getMaxSize()
public void setMaxSize(int maxSize)
public int getQueueCapacity()
public void setQueueCapacity(int queueCapacity)
public Duration getMaxTimeout()
public void setMaxTimeout(Duration maxTimeout)