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(Address sender, Map<Object,InternalCacheValue> state)
           
 RehashControlCommand CommandsFactory.buildRehashControlCommand(Address sender, Map<Object,InternalCacheValue> state)
          Builds a RehashControlCommand for coordinating a rehash event.
 RehashControlCommand CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type, Address sender, Map<Object,InternalCacheValue> state, ConsistentHash consistentHash)
           
 RehashControlCommand CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype, Address sender, Map<Object,InternalCacheValue> state, ConsistentHash consistentHash)
          A more generic version of this factory method that allows the setting of various fields.
 

Uses of InternalCacheValue in org.infinispan.commands.control
 

Methods in org.infinispan.commands.control that return types with arguments of type InternalCacheValue
 Map<Object,InternalCacheValue> RehashControlCommand.pullState()
           
 

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

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.applyReceivedState(Map<Object,InternalCacheValue> state)
           
 void DistributionManager.applyReceivedState(Map<Object,InternalCacheValue> state)
          Applies a state map received via a RehashControlCommand.
 void DistributionManagerImpl.applyState(ConsistentHash consistentHash, Map<Object,InternalCacheValue> state)
           
 


Google Analytics

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