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

Packages that use InternalCacheValue
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.container.entries Entries which are stored in data containers. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
 

Uses of InternalCacheValue in org.infinispan.commands
 

Method parameters in org.infinispan.commands with type arguments of type InternalCacheValue
 RehashControlCommand CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type, Address sender, int viewId, Map<Object,InternalCacheValue> state, ConsistentHash oldCH, ConsistentHash newCH)
           
 RehashControlCommand CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype, Address sender, int viewId, Map<Object,InternalCacheValue> state, ConsistentHash oldCH, ConsistentHash newCH)
          Builds a RehashControlCommand for coordinating a rehash event.
 

Uses of InternalCacheValue in org.infinispan.commands.control
 

Constructor parameters in org.infinispan.commands.control with type arguments of type InternalCacheValue
RehashControlCommand(String cacheName, RehashControlCommand.Type type, Address sender, int viewId, Map<Object,InternalCacheValue> state, ConsistentHash oldConsistentHash, ConsistentHash consistentHash)
           
 

Uses of InternalCacheValue in org.infinispan.commands.remote
 

Methods in org.infinispan.commands.remote that return InternalCacheValue
 InternalCacheValue ClusteredGetCommand.perform(InvocationContext context)
          Invokes a logical "get(key)" on a remote cache and returns results.
 

Uses of InternalCacheValue in org.infinispan.container.entries
 

Classes in org.infinispan.container.entries that implement InternalCacheValue
 class ImmortalCacheValue
          An immortal cache value, to correspond with ImmortalCacheEntry
 class MortalCacheValue
          A mortal cache value, to correspond with MortalCacheEntry
 class TransientCacheValue
          A transient cache value, to correspond with TransientCacheEntry
 class TransientMortalCacheValue
          A transient, mortal cache value to correspond with TransientMortalCacheEntry
 

Methods in org.infinispan.container.entries that return InternalCacheValue
static InternalCacheValue InternalEntryFactory.createValue(Object v)
           
static InternalCacheValue InternalEntryFactory.createValue(Object v, long created, long lifespan, long lastUsed, long maxIdle)
           
 InternalCacheValue TransientMortalCacheEntry.toInternalCacheValue()
           
 InternalCacheValue TransientCacheEntry.toInternalCacheValue()
           
 InternalCacheValue MortalCacheEntry.toInternalCacheValue()
           
 InternalCacheValue InternalCacheEntry.toInternalCacheValue()
          Creates a representation of this entry as an InternalCacheValue.
 InternalCacheValue ImmortalCacheEntry.toInternalCacheValue()
           
 

Uses of InternalCacheValue in org.infinispan.distribution
 

Method parameters in org.infinispan.distribution with type arguments of type InternalCacheValue
 void DistributionManagerImpl.applyState(ConsistentHash consistentHash, Map<Object,InternalCacheValue> state, Address sender, int viewId)
           
 void DistributionManager.applyState(ConsistentHash newConsistentHash, Map<Object,InternalCacheValue> state, Address sender, int viewId)
           
protected  void RebalanceTask.rebalance(Object key, InternalCacheEntry value, int numOwners, ConsistentHash chOld, ConsistentHash chNew, CacheStore cacheStore, Map<Address,Map<Object,InternalCacheValue>> states, List<Object> keysToRemove)
          Computes the list of old and new servers for a given key K and value V.
 


-->

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