public class IndexingConfigurationBuilder extends Object implements Builder<IndexingConfiguration>, ConfigurationBuilderInfo
Modifier and Type | Field and Description |
---|---|
protected ConfigurationBuilder |
builder |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBuilderInfo, getChildrenInfo, getNewBuilderInfo
jmxStatistics
protected final ConfigurationBuilder builder
public IndexingConfigurationBuilder enabled(boolean enabled)
public IndexingConfigurationBuilder enable()
public IndexingConfigurationBuilder disable()
public boolean enabled()
public IndexingConfigurationBuilder addKeyTransformer(Class<?> keyClass, Class<?> keyTransformerClass)
keyClass
- the class of the keykeyTransformerClass
- the class of the org.infinispan.query.Transformer that handles this key typethis
, for method chainingpublic IndexingConfigurationBuilder addProperty(String key, String value)
withProperties(Properties)
.
These properties are passed directly to the embedded Hibernate Search engine, so for the complete and up to date documentation about available properties refer to the the Hibernate Search reference of the version used by Infinispan Query.
key
- Property keyvalue
- Property valuethis
, for method chainingpublic IndexingConfigurationBuilder setProperty(String key, Object value)
withProperties(Properties)
.
These properties are passed directly to the embedded Hibernate Search engine, so for the complete and up to date documentation about available properties refer to the the Hibernate Search reference of the version used by Infinispan Query.
key
- Property keyvalue
- Property valuethis
, for method chainingpublic IndexingConfigurationBuilder withProperties(Properties props)
These properties are passed directly to the embedded Hibernate Search engine, so for the complete and up to date documentation about available properties refer to the Hibernate Search reference of the version you're using with Infinispan Query.
props
- the propertiesthis
, for method chaining@Deprecated public IndexingConfigurationBuilder index(Index index)
@Deprecated public IndexingConfigurationBuilder autoConfig(boolean autoConfig)
autoConfig
- booleanthis
, for method chaining@Deprecated public boolean autoConfig()
public IndexingConfigurationBuilder addIndexedEntity(String indexedEntity)
public IndexingConfigurationBuilder addIndexedEntities(String... indexedEntities)
public IndexingConfigurationBuilder addIndexedEntity(Class<?> indexedEntity)
public IndexingConfigurationBuilder addIndexedEntities(Class<?>... indexedEntities)
public Set<String> indexedEntities()
<indexed-entities>
XML configuration element.public void validate()
Builder
validate
in interface Builder<IndexingConfiguration>
public void validate(GlobalConfiguration globalConfig)
validate
in interface ConfigurationChildBuilder
public IndexingConfiguration create()
Builder
create
in interface Builder<IndexingConfiguration>
public IndexingConfigurationBuilder read(IndexingConfiguration template)
Builder
read
in interface Builder<IndexingConfiguration>
template
- the configuration from which to "clone" this config if needed.public ElementDefinition getElementDefinition()
getElementDefinition
in interface BaseConfigurationInfo
ElementDefinition
of the configuration.public AttributeSet attributes()
attributes
in interface BaseConfigurationInfo
AttributeSet
declared by the configuration.public ConfigurationChildBuilder template(boolean template)
template
in interface ConfigurationChildBuilder
public ConfigurationChildBuilder simpleCache(boolean simpleCache)
simpleCache
in interface ConfigurationChildBuilder
public boolean simpleCache()
simpleCache
in interface ConfigurationChildBuilder
public ClusteringConfigurationBuilder clustering()
clustering
in interface ConfigurationChildBuilder
@Deprecated public CustomInterceptorsConfigurationBuilder customInterceptors()
customInterceptors
in interface ConfigurationChildBuilder
public EncodingConfigurationBuilder encoding()
encoding
in interface ConfigurationChildBuilder
public ExpirationConfigurationBuilder expiration()
expiration
in interface ConfigurationChildBuilder
public IndexingConfigurationBuilder indexing()
indexing
in interface ConfigurationChildBuilder
public InvocationBatchingConfigurationBuilder invocationBatching()
invocationBatching
in interface ConfigurationChildBuilder
public StatisticsConfigurationBuilder statistics()
statistics
in interface ConfigurationChildBuilder
public PersistenceConfigurationBuilder persistence()
persistence
in interface ConfigurationChildBuilder
public LockingConfigurationBuilder locking()
locking
in interface ConfigurationChildBuilder
public SecurityConfigurationBuilder security()
security
in interface ConfigurationChildBuilder
public TransactionConfigurationBuilder transaction()
transaction
in interface ConfigurationChildBuilder
public UnsafeConfigurationBuilder unsafe()
unsafe
in interface ConfigurationChildBuilder
public SitesConfigurationBuilder sites()
sites
in interface ConfigurationChildBuilder
public MemoryConfigurationBuilder memory()
memory
in interface ConfigurationChildBuilder
protected ConfigurationBuilder getBuilder()
public Configuration build()
build
in interface ConfigurationChildBuilder
Copyright © 2021 JBoss by Red Hat. All rights reserved.