Class CustomInterceptorsConfigurationBuilder
java.lang.Object
org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
- All Implemented Interfaces:
org.infinispan.commons.configuration.Builder<CustomInterceptorsConfiguration>,ConfigurationChildBuilder
@Deprecated
public class CustomInterceptorsConfigurationBuilder
extends Object
implements org.infinispan.commons.configuration.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 interceptorsorg.infinispan.commons.configuration.attributes.AttributeSetDeprecated.build()create()Deprecated.Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsencoding()protected ConfigurationBuilderindexing()locking()memory()query()read(CustomInterceptorsConfiguration template) Deprecated.security()booleansimpleCache(boolean simpleCache) sites()template(boolean template) toString()Deprecated.unsafe()voidvalidate()Deprecated.voidvalidate(GlobalConfiguration globalConfig) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder
jmxStatistics
-
Field Details
-
builder
-
-
Method Details
-
attributes
public org.infinispan.commons.configuration.attributes.AttributeSet attributes()Deprecated.- Specified by:
attributesin interfaceorg.infinispan.commons.configuration.Builder<CustomInterceptorsConfiguration>
-
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.- Specified by:
validatein interfaceorg.infinispan.commons.configuration.Builder<CustomInterceptorsConfiguration>
-
validate
Deprecated.- Specified by:
validatein interfaceConfigurationChildBuilder
-
create
Deprecated.- Specified by:
createin interfaceorg.infinispan.commons.configuration.Builder<CustomInterceptorsConfiguration>
-
read
Deprecated.- Specified by:
readin interfaceorg.infinispan.commons.configuration.Builder<CustomInterceptorsConfiguration>
-
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
-
query
- Specified by:
queryin 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
-