Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.atomic.Delta

Packages that use Delta
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.atomic This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.write Commands that alter the state of the cache. 
org.infinispan.container Data containers which store cache entries. 
org.infinispan.container.entries Entries which are stored in data containers. 
 

Uses of Delta in org.infinispan
 

Methods in org.infinispan with parameters of type Delta
 void AdvancedCache.applyDelta(K deltaAwareValueKey, Delta delta, Object... locksToAcquire)
          Applies the given Delta to the DeltaAware object stored under deltaAwareValueKey if and only if all locksToAcquire locks are successfully obtained
 void AbstractDelegatingAdvancedCache.applyDelta(K deltaAwareValueKey, Delta delta, Object... locksToAcquire)
           
 void CacheImpl.applyDelta(K deltaAwareValueKey, Delta delta, Object... locksToAcquire)
           
 

Uses of Delta in org.infinispan.atomic
 

Classes in org.infinispan.atomic that implement Delta
 class AtomicHashMapDelta
          Changes that have occurred on an AtomicHashMap
 class NullDelta
          Represents no changes.
 

Methods in org.infinispan.atomic that return Delta
 Delta AtomicHashMap.delta()
           
 Delta DeltaAware.delta()
          Extracts changes made to implementations, in an efficient format that can easily and cheaply be serialized and deserialized.
 

Uses of Delta in org.infinispan.commands
 

Methods in org.infinispan.commands with parameters of type Delta
 ApplyDeltaCommand CommandsFactory.buildApplyDeltaCommand(Object deltaAwareValueKey, Delta delta, Collection keys)
          Builds a ApplyDeltaCommand used for applying Delta objects to DeltaAware containers stored in cache
 ApplyDeltaCommand CommandsFactoryImpl.buildApplyDeltaCommand(Object deltaAwareValueKey, Delta delta, Collection keys)
           
 

Uses of Delta in org.infinispan.commands.write
 

Methods in org.infinispan.commands.write that return Delta
 Delta ApplyDeltaCommand.getDelta()
           
 

Constructors in org.infinispan.commands.write with parameters of type Delta
ApplyDeltaCommand(Object deltaAwareValueKey, Delta delta, Collection<Object> keys)
           
 

Uses of Delta in org.infinispan.container
 

Methods in org.infinispan.container with parameters of type Delta
 CacheEntry EntryFactoryImpl.wrapEntryForDelta(InvocationContext ctx, Object deltaKey, Delta delta)
           
 CacheEntry EntryFactory.wrapEntryForDelta(InvocationContext ctx, Object deltaKey, Delta delta)
          Used for wrapping Delta entry to be applied to DeltaAware object stored in cache.
 

Uses of Delta in org.infinispan.container.entries
 

Fields in org.infinispan.container.entries with type parameters of type Delta
protected  List<Delta> DeltaAwareCacheEntry.deltas
           
 

Methods in org.infinispan.container.entries with parameters of type Delta
 void DeltaAwareCacheEntry.appendDelta(Delta d)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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