Class StackConfigurationBuilder
java.lang.Object
org.infinispan.configuration.global.AbstractGlobalConfigurationBuilder
org.infinispan.configuration.global.StackConfigurationBuilder
- All Implemented Interfaces:
Builder<StackConfiguration>
,GlobalConfigurationChildBuilder
,StackBuilder<StackConfiguration>
public class StackConfigurationBuilder
extends AbstractGlobalConfigurationBuilder
implements StackBuilder<StackConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionchannelConfigurator
(EmbeddedJGroupsChannelConfigurator configurator) create()
Create the configuration beanread
(StackConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.Methods 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
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<StackConfiguration>
-
extend
-
channelConfigurator
public StackConfigurationBuilder channelConfigurator(EmbeddedJGroupsChannelConfigurator configurator) -
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<StackConfiguration>
- 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<StackConfiguration>
- 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.
-
getConfigurator
- Specified by:
getConfigurator
in interfaceStackBuilder<StackConfiguration>
-