Uses of Interface
org.apache.ignite.cache.CacheInterceptor
-
Packages that use CacheInterceptor Package Description org.apache.ignite.cache Contains main Data Grid APIs.org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of CacheInterceptor in org.apache.ignite.cache
Classes in org.apache.ignite.cache that implement CacheInterceptor Modifier and Type Class Description class
CacheInterceptorAdapter<K,V>
Cache interceptor convenience adapter. -
Uses of CacheInterceptor in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return CacheInterceptor Modifier and Type Method Description @Nullable CacheInterceptor<K,V>
CacheConfiguration. getInterceptor()
Gets cache interceptor.Methods in org.apache.ignite.configuration with parameters of type CacheInterceptor Modifier and Type Method Description CacheConfiguration<K,V>
CacheConfiguration. setInterceptor(CacheInterceptor<K,V> interceptor)
Sets cache interceptor.
-