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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnchoredEntryFactory

      public AnchoredEntryFactory()
  • Method Details

    • createWrappedEntry

      protected org.infinispan.container.entries.MVCCEntry<?,?> createWrappedEntry(Object key, org.infinispan.container.entries.CacheEntry<?,?> cacheEntry)
      Overrides:
      createWrappedEntry in class org.infinispan.container.impl.EntryFactoryImpl