Uses of Interface
org.infinispan.container.impl.EntryFactory
-
Packages that use EntryFactory Package Description org.infinispan.container.impl Data containers which store cache entries.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptors -
-
Uses of EntryFactory in org.infinispan.container.impl
Classes in org.infinispan.container.impl that implement EntryFactory Modifier and Type Class Description classEntryFactoryImplEntryFactoryimplementation to be used for optimistic locking scheme. -
Uses of EntryFactory in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as EntryFactory Modifier and Type Field Description protected EntryFactoryL1NonTxInterceptor. entryFactory -
Uses of EntryFactory in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as EntryFactory Modifier and Type Field Description protected EntryFactoryCacheLoaderInterceptor. entryFactoryprotected EntryFactoryClusteringInterceptor. entryFactoryprotected EntryFactoryPrefetchInterceptor. entryFactory
-