Class IndexConfigurationBuilder
java.lang.Object
org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- All Implemented Interfaces:
Builder<IndexConfiguration>
- Since:
- 10.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create the configuration beanindexLocation
(String indexLocation) indexQueueLength
(int indexQueueLength) indexSegments
(int indexSegments) Deprecated.maxNodeSize
(int maxNodeSize) minNodeSize
(int minNodeSize) Builder<?>
read
(IndexConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.toString()
void
validate()
Validate the data in this builder before building the configuration bean
-
Constructor Details
-
IndexConfigurationBuilder
public IndexConfigurationBuilder()
-
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<IndexConfiguration>
-
indexLocation
-
indexSegments
Deprecated. -
minNodeSize
-
maxNodeSize
-
indexQueueLength
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<IndexConfiguration>
- 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<IndexConfiguration>
- 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.
-
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<IndexConfiguration>
-
toString
-