Class CustomStoreConfigurationBuilder
java.lang.Object
org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder<CustomStoreConfiguration, CustomStoreConfigurationBuilder>
org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- All Implemented Interfaces:
Builder<CustomStoreConfiguration>,Self<CustomStoreConfigurationBuilder>,ConfigurationChildBuilder,PersistenceConfigurationChildBuilder,StoreConfigurationBuilder<CustomStoreConfiguration, CustomStoreConfigurationBuilder>,StoreConfigurationChildBuilder<CustomStoreConfigurationBuilder>
public class CustomStoreConfigurationBuilder
extends AbstractStoreConfigurationBuilder<CustomStoreConfiguration, CustomStoreConfigurationBuilder>
StoreConfigurationBuilder used for stores/loaders that don't have a configuration builder
- Since:
- 7.0
- Author:
- wburns
-
Field Summary
FieldsFields inherited from class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
async, attributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()create()Create the configuration beancustomStoreClass(Class<?> customStoreClass) encoding()protected ConfigurationBuilderindexing()locking()memory()query()Builder<?> read(CustomStoreConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.security()self()booleansimpleCache(boolean simpleCache) sites()template(boolean template) tracing()unsafe()Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
addProperty, async, attributes, fetchPersistentState, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, toString, transactional, validate, validate, validate, withProperties, writeOnlyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder
aliases, build, clustering, encoding, expiration, indexing, invocationBatching, locking, memory, query, security, simpleCache, simpleCache, sites, statistics, template, tracing, transaction, unsafeMethods inherited from interface org.infinispan.configuration.cache.PersistenceConfigurationChildBuilder
persistence
-
Field Details
-
builder
-
-
Constructor Details
-
CustomStoreConfigurationBuilder
-
-
Method Details
-
create
-
customStoreClass
-
read
Description copied from interface:BuilderReads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
readin interfaceBuilder<CustomStoreConfiguration>- Overrides:
readin classAbstractStoreConfigurationBuilder<CustomStoreConfiguration, CustomStoreConfigurationBuilder>- 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.
-
self
-
aliases
- Specified by:
aliasesin interfaceConfigurationChildBuilder
-
template
- Specified by:
templatein interfaceConfigurationChildBuilder
-
simpleCache
- Specified by:
simpleCachein interfaceConfigurationChildBuilder
-
simpleCache
public boolean simpleCache()- Specified by:
simpleCachein interfaceConfigurationChildBuilder
-
clustering
- Specified by:
clusteringin interfaceConfigurationChildBuilder
-
encoding
- Specified by:
encodingin interfaceConfigurationChildBuilder
-
expiration
- Specified by:
expirationin interfaceConfigurationChildBuilder
-
query
- Specified by:
queryin interfaceConfigurationChildBuilder
-
indexing
- Specified by:
indexingin interfaceConfigurationChildBuilder
-
tracing
- Specified by:
tracingin interfaceConfigurationChildBuilder
-
invocationBatching
- Specified by:
invocationBatchingin interfaceConfigurationChildBuilder
-
statistics
- Specified by:
statisticsin interfaceConfigurationChildBuilder
-
persistence
- Specified by:
persistencein interfaceConfigurationChildBuilder
-
locking
- Specified by:
lockingin interfaceConfigurationChildBuilder
-
security
- Specified by:
securityin interfaceConfigurationChildBuilder
-
transaction
- Specified by:
transactionin interfaceConfigurationChildBuilder
-
unsafe
- Specified by:
unsafein interfaceConfigurationChildBuilder
-
sites
- Specified by:
sitesin interfaceConfigurationChildBuilder
-
memory
- Specified by:
memoryin interfaceConfigurationChildBuilder
-
getBuilder
-
build
- Specified by:
buildin interfaceConfigurationChildBuilder
-