Class ClusteredLockConfigurationBuilder
java.lang.Object
org.infinispan.lock.configuration.ClusteredLockConfigurationBuilder
- All Implemented Interfaces:
Builder<ClusteredLockConfiguration>
public class ClusteredLockConfigurationBuilder
extends Object
implements Builder<ClusteredLockConfiguration>
ClusteredLock
configuration builder.- Since:
- 9.4
- Author:
- Katia Aresti, karesti@redhat.com
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create the configuration beanBuilder<?>
read
(ClusteredLockConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.void
validate()
Validate the data in this builder before building the configuration bean
-
Constructor Details
-
ClusteredLockConfigurationBuilder
public ClusteredLockConfigurationBuilder()
-
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<ClusteredLockConfiguration>
-
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<ClusteredLockConfiguration>
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<ClusteredLockConfiguration>
- 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<ClusteredLockConfiguration>
- 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.
-
name
-