org.infinispan.container
Class IncrementalVersionableEntryFactoryImpl
java.lang.Object
org.infinispan.container.EntryFactoryImpl
org.infinispan.container.IncrementalVersionableEntryFactoryImpl
- All Implemented Interfaces:
- EntryFactory
public class IncrementalVersionableEntryFactoryImpl
- extends EntryFactoryImpl
An entry factory that is capable of dealing with SimpleClusteredVersions. This should only be used with
optimistically transactional, repeatable read, write skew check enabled caches in replicated or distributed mode.
- Since:
- 5.1
- Author:
- Manik Surtani
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncrementalVersionableEntryFactoryImpl
public IncrementalVersionableEntryFactoryImpl()
setWriteSkewCheckFlag
public void setWriteSkewCheckFlag()
createWrappedEntry
protected MVCCEntry createWrappedEntry(Object key,
Object value,
EntryVersion version,
boolean isForInsert,
boolean forRemoval,
long lifespan)
- Overrides:
createWrappedEntry
in class EntryFactoryImpl
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.