Serialized Form
-
Package com.liferay.petra.executor
-
Class com.liferay.petra.executor.PortalExecutorConfig
class PortalExecutorConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_corePoolSize
int _corePoolSize
-
_keepAliveTime
long _keepAliveTime
-
_maxPoolSize
int _maxPoolSize
-
_maxQueueSize
int _maxQueueSize
-
_name
String _name
-
_rejectedExecutionHandler
RejectedExecutionHandler _rejectedExecutionHandler
-
_threadFactory
ThreadFactory _threadFactory
-
_threadPoolHandler
com.liferay.petra.concurrent.ThreadPoolHandler _threadPoolHandler
-
_timeUnit
TimeUnit _timeUnit
-
-