Uses of Interface
org.infinispan.container.entries.MVCCEntry

Packages that use MVCCEntry
org.infinispan.commands.read   
org.infinispan.container.entries   
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
 

Uses of MVCCEntry in org.infinispan.commands.read
 

Methods in org.infinispan.commands.read that return MVCCEntry
protected  MVCCEntry AbstractDataCommand.lookupMvccEntry(InvocationContext ctx, Object key)
           
 

Uses of MVCCEntry in org.infinispan.container.entries
 

Classes in org.infinispan.container.entries that implement MVCCEntry
 class NullMarkerEntry
          A marker entry to represent a null for repeatable read, so that a read that returns a null can continue to return null.
 class NullMarkerEntryForRemoval
          A null entry that is read in for removal
 class ReadCommittedEntry
          A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.
 class RepeatableReadEntry
          An extension of ReadCommittedEntry that provides Repeatable Read semantics
 

Methods in org.infinispan.container.entries that return MVCCEntry
 MVCCEntry ReadCommittedEntry.setLifespan(long lifespan)
           
 MVCCEntry ReadCommittedEntry.setMaxIdle(long maxIdle)
           
 

Uses of MVCCEntry in org.infinispan.factories
 

Methods in org.infinispan.factories that return MVCCEntry
 MVCCEntry EntryFactoryImpl.wrapEntryForWriting(InvocationContext ctx, Object key, boolean createIfAbsent, boolean forceLockIfAbsent, boolean alreadyLocked, boolean forRemoval)
           
 MVCCEntry EntryFactory.wrapEntryForWriting(InvocationContext ctx, Object key, boolean createIfAbsent, boolean forceLockIfAbsent, boolean alreadyLocked, boolean forRemoval)
           
 


Google Analytics

Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.