Class ClusterLoaderConfigurationBuilder
java.lang.Object
org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder<ClusterLoaderConfiguration,ClusterLoaderConfigurationBuilder>
org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- All Implemented Interfaces:
Builder<ClusterLoaderConfiguration>
,Self<ClusterLoaderConfigurationBuilder>
,ConfigurationChildBuilder
,PersistenceConfigurationChildBuilder
,StoreConfigurationBuilder<ClusterLoaderConfiguration,
,ClusterLoaderConfigurationBuilder> StoreConfigurationChildBuilder<ClusterLoaderConfigurationBuilder>
@Deprecated(forRemoval=true)
public class ClusterLoaderConfigurationBuilder
extends AbstractStoreConfigurationBuilder<ClusterLoaderConfiguration,ClusterLoaderConfigurationBuilder>
Deprecated, for removal: This API element is subject to removal in a future version.
since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
-
Field Summary
Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
async, attributes
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
create()
Deprecated, for removal: This API element is subject to removal in a future version.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 interceptorsencoding()
protected ConfigurationBuilder
indexing()
locking()
memory()
query()
read
(ClusterLoaderConfiguration template, Combine combine) Deprecated, for removal: This API element is subject to removal in a future version.Reads the configuration from an already created configuration bean into this builder.remoteCallTimeout
(long remoteCallTimeout) Deprecated, for removal: This API element is subject to removal in a future version.remoteCallTimeout
(long remoteCallTimeout, TimeUnit unit) Deprecated, for removal: This API element is subject to removal in a future version.security()
self()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
simpleCache
(boolean simpleCache) sites()
template
(boolean template) 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, writeOnly
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, query, security, simpleCache, simpleCache, sites, statistics, template, transaction, unsafe
Methods inherited from interface org.infinispan.configuration.cache.PersistenceConfigurationChildBuilder
persistence
-
Field Details
-
builder
-
-
Constructor Details
-
ClusterLoaderConfigurationBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
self
Deprecated, for removal: This API element is subject to removal in a future version. -
remoteCallTimeout
Deprecated, for removal: This API element is subject to removal in a future version. -
remoteCallTimeout
Deprecated, for removal: This API element is subject to removal in a future version. -
create
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Builder
Create the configuration bean- Returns:
-
read
Deprecated, for removal: This API element is subject to removal in a future version.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<ClusterLoaderConfiguration>
- Overrides:
read
in classAbstractStoreConfigurationBuilder<ClusterLoaderConfiguration,
ClusterLoaderConfigurationBuilder> - 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.
-
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
-