Class TopologyCacheConfigurationBuilder
java.lang.Object
org.infinispan.server.hotrod.configuration.TopologyCacheConfigurationBuilder
- All Implemented Interfaces:
Builder<TopologyCacheConfiguration>
public class TopologyCacheConfigurationBuilder
extends Object
implements Builder<TopologyCacheConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionawaitInitialTransfer
(boolean await) create()
Create the configuration beanlazyRetrieval
(boolean lazy) lockTimeout
(long value) lockTimeout
(String value) networkPrefixOverride
(boolean networkPrefixOverride) read
(TopologyCacheConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.replicationTimeout
(long value) replicationTimeout
(String value)
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<TopologyCacheConfiguration>
-
lockTimeout
-
lockTimeout
-
replicationTimeout
-
replicationTimeout
-
awaitInitialTransfer
-
lazyRetrieval
-
networkPrefixOverride
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<TopologyCacheConfiguration>
- 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<TopologyCacheConfiguration>
- 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.
-