Class ThreadPoolConfigurationBuilder
java.lang.Object
org.infinispan.configuration.global.AbstractGlobalConfigurationBuilder
org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- All Implemented Interfaces:
Builder<ThreadPoolConfiguration>
,GlobalConfigurationChildBuilder
public class ThreadPoolConfigurationBuilder
extends AbstractGlobalConfigurationBuilder
implements Builder<ThreadPoolConfiguration>
- Author:
- Galder Zamarreño
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create the configuration beanboolean
int
hashCode()
read
(ThreadPoolConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.threadFactory
(ThreadFactory threadFactory) threadPoolFactory
(ThreadPoolExecutorFactory threadPoolFactory) void
validate()
Validate the data in this builder before building the configuration beanMethods inherited from class org.infinispan.configuration.global.AbstractGlobalConfigurationBuilder
addModule, asyncThreadPool, blockingThreadPool, build, clearModules, defaultCacheName, expirationThreadPool, getGlobalConfig, globalState, jmx, listenerThreadPool, metrics, module, modules, nonBlockingThreadPool, persistenceThreadPool, security, serialization, shutdown, site, tracing, transport
-
Constructor Details
-
ThreadPoolConfigurationBuilder
-
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<ThreadPoolConfiguration>
-
validate
public void validate()Description copied from interface:Builder
Validate the data in this builder before building the configuration bean- Specified by:
validate
in interfaceBuilder<ThreadPoolConfiguration>
-
name
-
threadFactory
-
threadPoolFactory
public ThreadPoolConfigurationBuilder threadPoolFactory(ThreadPoolExecutorFactory threadPoolFactory) -
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<ThreadPoolConfiguration>
- Returns:
-
read
Description copied from interface:Builder
Reads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
read
in interfaceBuilder<ThreadPoolConfiguration>
- Parameters:
template
- the configuration from which to "clone" this config if needed.combine
- the way attributes and children of this instance and the template should be combined.
-
equals
-
hashCode
-