Package org.infinispan.anchored.impl
Class AnchoredEntryFactory
java.lang.Object
org.infinispan.container.impl.EntryFactoryImpl
org.infinispan.anchored.impl.AnchoredEntryFactory
- All Implemented Interfaces:
org.infinispan.container.impl.EntryFactory
public class AnchoredEntryFactory
extends org.infinispan.container.impl.EntryFactoryImpl
Store the key location in context entries.
- Since:
- 11
- Author:
- Dan Berindei
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.infinispan.container.entries.MVCCEntry<?, ?> createWrappedEntry(Object key, org.infinispan.container.entries.CacheEntry<?, ?> cacheEntry) Methods inherited from class org.infinispan.container.impl.EntryFactoryImpl
init, wrapEntryForReading, wrapEntryForWriting, wrapEntryForWritingSkipExpiration, wrapExternalEntry
-
Constructor Details
-
AnchoredEntryFactory
public AnchoredEntryFactory()
-
-
Method Details
-
createWrappedEntry
protected org.infinispan.container.entries.MVCCEntry<?,?> createWrappedEntry(Object key, org.infinispan.container.entries.CacheEntry<?, ?> cacheEntry) - Overrides:
createWrappedEntryin classorg.infinispan.container.impl.EntryFactoryImpl
-