|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorConfigurationBuilder | |
---|---|
org.infinispan.configuration.cache | Classes related to eviction. |
Uses of InterceptorConfigurationBuilder in org.infinispan.configuration.cache |
---|
Methods in org.infinispan.configuration.cache that return InterceptorConfigurationBuilder | |
---|---|
InterceptorConfigurationBuilder |
CustomInterceptorsConfigurationBuilder.addInterceptor()
Adds a new custom interceptor definition, to be added to the cache when the cache is started. |
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.after(Class<? extends CommandInterceptor> after)
Dictates that the custom interceptor appears immediately after the specified interceptor. |
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.before(Class<? extends CommandInterceptor> before)
Dictates that the custom interceptor appears immediately before the specified interceptor. |
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.index(int i)
Specifies a position in the interceptor chain to place the new interceptor. |
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.interceptor(CommandInterceptor interceptor)
An instance of the new custom interceptor to add to the configuration. |
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.position(InterceptorConfiguration.Position p)
Specifies a position, denoted by the InterceptorConfiguration.Position enumeration, where to place the new interceptor. |
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.read(InterceptorConfiguration template)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |