Class IndexReaderConfigurationBuilder
java.lang.Object
org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- All Implemented Interfaces:
Builder<IndexReaderConfiguration>
,ConfigurationChildBuilder
,IndexingConfigurationChildBuilder
public class IndexReaderConfigurationBuilder
extends Object
implements Builder<IndexReaderConfiguration>
- Since:
- 12.0
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddIndexedEntities
(Class<?>... indexedEntities) addIndexedEntities
(String... indexedEntities) addIndexedEntity
(Class<?> indexedEntity) addIndexedEntity
(String entity) addKeyTransformer
(Class<?> keyClass, Class<?> keyTransformerClass) build()
create()
Create the configuration beanDeprecated, for removal: This API element is subject to removal in a future version.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsdisable()
enable()
encoding()
protected ConfigurationBuilder
indexing()
locking()
memory()
query()
read
(IndexReaderConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.reader()
refreshInterval
(long valueMillis) security()
boolean
simpleCache
(boolean simpleCache) sites()
startupMode
(IndexStartupMode startupMode) storage
(IndexStorage storage) template
(boolean template) toString()
unsafe()
writer()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder
build, clustering, customInterceptors, encoding, expiration, indexing, invocationBatching, jmxStatistics, locking, memory, persistence, query, security, simpleCache, simpleCache, sites, statistics, template, transaction, unsafe, validate
-
Field Details
-
builder
-
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<IndexReaderConfiguration>
-
refreshInterval
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<IndexReaderConfiguration>
- 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<IndexReaderConfiguration>
- 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.
-
toString
-
reader
- Specified by:
reader
in interfaceIndexingConfigurationChildBuilder
-
writer
- Specified by:
writer
in interfaceIndexingConfigurationChildBuilder
-
addIndexedEntity
- Specified by:
addIndexedEntity
in interfaceIndexingConfigurationChildBuilder
-
enable
- Specified by:
enable
in interfaceIndexingConfigurationChildBuilder
-
disable
- Specified by:
disable
in interfaceIndexingConfigurationChildBuilder
-
path
- Specified by:
path
in interfaceIndexingConfigurationChildBuilder
-
storage
- Specified by:
storage
in interfaceIndexingConfigurationChildBuilder
-
startupMode
- Specified by:
startupMode
in interfaceIndexingConfigurationChildBuilder
-
addKeyTransformer
public IndexingConfigurationBuilder addKeyTransformer(Class<?> keyClass, Class<?> keyTransformerClass) - Specified by:
addKeyTransformer
in interfaceIndexingConfigurationChildBuilder
-
addIndexedEntities
- Specified by:
addIndexedEntities
in interfaceIndexingConfigurationChildBuilder
-
addIndexedEntity
- Specified by:
addIndexedEntity
in interfaceIndexingConfigurationChildBuilder
-
addIndexedEntities
- Specified by:
addIndexedEntities
in interfaceIndexingConfigurationChildBuilder
-
template
- Specified by:
template
in interfaceConfigurationChildBuilder
-
simpleCache
- Specified by:
simpleCache
in interfaceConfigurationChildBuilder
-
simpleCache
public boolean simpleCache()- Specified by:
simpleCache
in interfaceConfigurationChildBuilder
-
clustering
- Specified by:
clustering
in interfaceConfigurationChildBuilder
-
customInterceptors
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors- Specified by:
customInterceptors
in interfaceConfigurationChildBuilder
-
encoding
- Specified by:
encoding
in interfaceConfigurationChildBuilder
-
expiration
- Specified by:
expiration
in interfaceConfigurationChildBuilder
-
query
- Specified by:
query
in interfaceConfigurationChildBuilder
-
indexing
- Specified by:
indexing
in interfaceConfigurationChildBuilder
-
invocationBatching
- Specified by:
invocationBatching
in interfaceConfigurationChildBuilder
-
statistics
- Specified by:
statistics
in interfaceConfigurationChildBuilder
-
persistence
- Specified by:
persistence
in interfaceConfigurationChildBuilder
-
locking
- Specified by:
locking
in interfaceConfigurationChildBuilder
-
security
- Specified by:
security
in interfaceConfigurationChildBuilder
-
transaction
- Specified by:
transaction
in interfaceConfigurationChildBuilder
-
unsafe
- Specified by:
unsafe
in interfaceConfigurationChildBuilder
-
sites
- Specified by:
sites
in interfaceConfigurationChildBuilder
-
memory
- Specified by:
memory
in interfaceConfigurationChildBuilder
-
getBuilder
-
build
- Specified by:
build
in interfaceConfigurationChildBuilder
-