Class CustomInterceptorsConfigurationBuilder
java.lang.Object
org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
- All Implemented Interfaces:
Builder<CustomInterceptorsConfiguration>,ConfigurationChildBuilder
@Deprecated
public class CustomInterceptorsConfigurationBuilder
extends Object
implements Builder<CustomInterceptorsConfiguration>
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
Configures custom interceptors to be added to the cache.
- Author:
- pmuir
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsbuild()create()Deprecated.Create the configuration beanDeprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsencoding()protected ConfigurationBuilderindexing()locking()memory()read(CustomInterceptorsConfiguration template) Deprecated.Reads the configuration from an already created configuration bean into this builder.security()booleansimpleCache(boolean simpleCache) sites()template(boolean template) toString()Deprecated.unsafe()voidvalidate()Deprecated.Validate the data in this builder before building the configuration beanvoidvalidate(GlobalConfiguration globalConfig) Deprecated.Methods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder
jmxStatistics
-
Field Details
-
builder
-
-
Method Details
-
addInterceptor
Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsAdds a new custom interceptor definition, to be added to the cache when the cache is started. -
validate
public void validate()Deprecated.Description copied from interface:BuilderValidate the data in this builder before building the configuration bean- Specified by:
validatein interfaceBuilder<CustomInterceptorsConfiguration>
-
validate
Deprecated.- Specified by:
validatein interfaceConfigurationChildBuilder
-
create
Deprecated.Description copied from interface:BuilderCreate the configuration bean- Specified by:
createin interfaceBuilder<CustomInterceptorsConfiguration>- Returns:
-
read
Deprecated.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<CustomInterceptorsConfiguration>- Parameters:
template- the configuration from which to "clone" this config if needed.
-
toString
Deprecated. -
template
- Specified by:
templatein interfaceConfigurationChildBuilder
-
simpleCache
- Specified by:
simpleCachein interfaceConfigurationChildBuilder
-
simpleCache
public boolean simpleCache()- Specified by:
simpleCachein interfaceConfigurationChildBuilder
-
clustering
- Specified by:
clusteringin interfaceConfigurationChildBuilder
-
customInterceptors
Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors- Specified by:
customInterceptorsin interfaceConfigurationChildBuilder
-
encoding
- Specified by:
encodingin interfaceConfigurationChildBuilder
-
expiration
- Specified by:
expirationin interfaceConfigurationChildBuilder
-
indexing
- Specified by:
indexingin 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
-