public static class SpongeProperties.EngineProperties extends Object
| Constructor and Description |
|---|
EngineProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAsyncEventSetProcessorExecutorThreadCount() |
Boolean |
getAutoEnable() |
Integer |
getDurationThreadCount() |
org.openksavi.sponge.event.EventClonePolicy |
getEventClonePolicy() |
Integer |
getEventQueueCapacity() |
Boolean |
getEventSetProcessorDefaultSynchronous() |
Long |
getExecutorShutdownTimeout() |
Integer |
getMainProcessingUnitThreadCount() |
void |
setAsyncEventSetProcessorExecutorThreadCount(Integer asyncEventSetProcessorExecutorThreadCount) |
void |
setAutoEnable(Boolean autoEnable) |
void |
setDurationThreadCount(Integer durationThreadCount) |
void |
setEventClonePolicy(org.openksavi.sponge.event.EventClonePolicy eventClonePolicy) |
void |
setEventQueueCapacity(Integer eventQueueCapacity) |
void |
setEventSetProcessorDefaultSynchronous(Boolean eventSetProcessorDefaultSynchronous) |
void |
setExecutorShutdownTimeout(Long executorShutdownTimeout) |
void |
setMainProcessingUnitThreadCount(Integer mainProcessingUnitThreadCount) |
public Integer getMainProcessingUnitThreadCount()
public void setMainProcessingUnitThreadCount(Integer mainProcessingUnitThreadCount)
public org.openksavi.sponge.event.EventClonePolicy getEventClonePolicy()
public void setEventClonePolicy(org.openksavi.sponge.event.EventClonePolicy eventClonePolicy)
public Integer getEventQueueCapacity()
public void setEventQueueCapacity(Integer eventQueueCapacity)
public Integer getDurationThreadCount()
public void setDurationThreadCount(Integer durationThreadCount)
public Integer getAsyncEventSetProcessorExecutorThreadCount()
public void setAsyncEventSetProcessorExecutorThreadCount(Integer asyncEventSetProcessorExecutorThreadCount)
public Boolean getEventSetProcessorDefaultSynchronous()
public void setEventSetProcessorDefaultSynchronous(Boolean eventSetProcessorDefaultSynchronous)
public Boolean getAutoEnable()
public void setAutoEnable(Boolean autoEnable)
public Long getExecutorShutdownTimeout()
public void setExecutorShutdownTimeout(Long executorShutdownTimeout)
Copyright © 2016–2021 Softelnet. All rights reserved.