Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.