Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
Modifier and Type | Method and Description |
---|---|
List<CommandInterceptor> |
AdvancedCache.getInterceptorChain()
Deprecated.
Since 9.0, use
AdvancedCache.getAsyncInterceptorChain() instead. |
Modifier and Type | Method and Description |
---|---|
void |
AdvancedCache.addInterceptor(CommandInterceptor i,
int position)
Deprecated.
Since 9.0, use
AdvancedCache.getAsyncInterceptorChain() instead. |
boolean |
AdvancedCache.addInterceptorAfter(CommandInterceptor i,
Class<? extends CommandInterceptor> afterInterceptor)
Deprecated.
Since 9.0, use
AdvancedCache.getAsyncInterceptorChain() instead. |
boolean |
AdvancedCache.addInterceptorBefore(CommandInterceptor i,
Class<? extends CommandInterceptor> beforeInterceptor)
Deprecated.
Since 9.0, use
AdvancedCache.getAsyncInterceptorChain() instead. |
Modifier and Type | Method and Description |
---|---|
boolean |
AdvancedCache.addInterceptorAfter(CommandInterceptor i,
Class<? extends CommandInterceptor> afterInterceptor)
Deprecated.
Since 9.0, use
AdvancedCache.getAsyncInterceptorChain() instead. |
boolean |
AdvancedCache.addInterceptorBefore(CommandInterceptor i,
Class<? extends CommandInterceptor> beforeInterceptor)
Deprecated.
Since 9.0, use
AdvancedCache.getAsyncInterceptorChain() instead. |
void |
AdvancedCache.removeInterceptor(Class<? extends CommandInterceptor> interceptorType)
Deprecated.
Since 9.0, use
AdvancedCache.getAsyncInterceptorChain() instead. |
Modifier and Type | Method and Description |
---|---|
CommandInterceptor |
InterceptorConfiguration.interceptor()
Deprecated.
Since 9.0, please use
InterceptorConfiguration.asyncInterceptor() instead. |
Modifier and Type | Method and Description |
---|---|
Class<? extends CommandInterceptor> |
InterceptorConfiguration.interceptorClass()
Deprecated.
Since 9.0, please use
InterceptorConfiguration.sequentialInterceptorClass() instead. |
Modifier and Type | Method and Description |
---|---|
InterceptorConfigurationBuilder |
InterceptorConfigurationBuilder.interceptor(CommandInterceptor interceptor)
Deprecated.
Since 9.0, please use
InterceptorConfigurationBuilder.interceptor(AsyncInterceptor) instead. |
Modifier and Type | Class and Description |
---|---|
class |
BaseCustomInterceptor
Deprecated.
Since 9.0, use
BaseCustomAsyncInterceptor instead. |
class |
PrePostProcessingCommandInterceptor
Deprecated.
Since 9.0, please extend
AsyncInterceptor instead. |
Modifier and Type | Method and Description |
---|---|
CommandInterceptor |
CommandInterceptor.getNext()
Deprecated.
Retrieves the next interceptor in the chain.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandInterceptor.setNext(CommandInterceptor ignored)
Deprecated.
Does nothing since 9.0.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.