Uses of Class
org.infinispan.interceptors.impl.EntryWrappingInterceptor
-
Packages that use EntryWrappingInterceptor Package Description org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.totalorder Interceptors dealing with total order. -
-
Uses of EntryWrappingInterceptor in org.infinispan.interceptors.impl
Subclasses of EntryWrappingInterceptor in org.infinispan.interceptors.impl Modifier and Type Class Description class
BiasedEntryWrappingInterceptor
class
RetryingEntryWrappingInterceptor
Used in @{link org.infinispan.configuration.cache.CacheMode#SCATTERED_SYNC scattered cache} The commit is executed inScatteredDistributionInterceptor
before replicating the change from primary owner.class
VersionedEntryWrappingInterceptor
Interceptor in charge with wrapping entries and add them in caller's context. -
Uses of EntryWrappingInterceptor in org.infinispan.interceptors.totalorder
Subclasses of EntryWrappingInterceptor in org.infinispan.interceptors.totalorder Modifier and Type Class Description class
TotalOrderVersionedEntryWrappingInterceptor
Wrapping Interceptor for Total Order protocol when versions are needed
-