Uses of Interface
org.infinispan.scattered.ScatteredVersionManager
-
Packages that use ScatteredVersionManager Package Description org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.scattered.impl -
-
Uses of ScatteredVersionManager in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as ScatteredVersionManager Modifier and Type Field Description protected ScatteredVersionManager<Object>ScatteredDistributionInterceptor. svm -
Uses of ScatteredVersionManager in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as ScatteredVersionManager Modifier and Type Field Description protected ScatteredVersionManagerPrefetchInterceptor. svm -
Uses of ScatteredVersionManager in org.infinispan.scattered.impl
Classes in org.infinispan.scattered.impl that implement ScatteredVersionManager Modifier and Type Class Description classScatteredVersionManagerImpl<K>Fields in org.infinispan.scattered.impl declared as ScatteredVersionManager Modifier and Type Field Description protected ScatteredVersionManagerScatteredStateConsumerImpl. svmprotected ScatteredVersionManagerScatteredStateProviderImpl. svm
-