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) networkPrefixOverride
(boolean networkPrefixOverride) read
(TopologyCacheConfiguration template) Reads the configuration from an already created configuration bean into this builder.replicationTimeout
(long value)
-
Method Details
-
lockTimeout
-
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.
-