Contents
Class GlobalStatePathConfigurationBuilder
java.lang.Object
org.infinispan.configuration.global.AbstractGlobalConfigurationBuilder
org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- All Implemented Interfaces:
Builder<GlobalStatePathConfiguration>
,GlobalConfigurationChildBuilder
public class GlobalStatePathConfigurationBuilder
extends AbstractGlobalConfigurationBuilder
implements Builder<GlobalStatePathConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create the configuration beanread
(GlobalStatePathConfiguration 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<GlobalStatePathConfiguration>
-
location
-
getLocation
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<GlobalStatePathConfiguration>
- Returns:
-
read
public GlobalStatePathConfigurationBuilder read(GlobalStatePathConfiguration template, Combine combine) 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<GlobalStatePathConfiguration>
- 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.
-