Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.statetransfer.StateConsumer

Packages that use StateConsumer
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of StateConsumer in org.infinispan.commands
 

Methods in org.infinispan.commands with parameters of type StateConsumer
 void CommandsFactoryImpl.setupDependencies(DataContainer container, CacheNotifier notifier, Cache<Object,Object> cache, InterceptorChain interceptorChain, DistributionManager distributionManager, InvocationContextContainer icc, TransactionTable txTable, Configuration configuration, Map<Byte,ModuleCommandInitializer> moduleCommandInitializers, RecoveryManager recoveryManager, StateProvider stateProvider, StateConsumer stateConsumer, LockManager lockManager, InternalEntryFactory entryFactory, MapReduceManager mapReduceManager, StateTransferManager stm, BackupSender backupSender, CancellationService cancellationService)
           
 

Uses of StateConsumer in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type StateConsumer
 void EntryWrappingInterceptor.init(EntryFactory entryFactory, DataContainer dataContainer, ClusteringDependentLogic cdl, CommandsFactory commandFactory, StateConsumer stateConsumer)
           
 

Uses of StateConsumer in org.infinispan.statetransfer
 

Classes in org.infinispan.statetransfer that implement StateConsumer
 class StateConsumerImpl
          StateConsumer implementation.
 

Methods in org.infinispan.statetransfer with parameters of type StateConsumer
 void StateProviderImpl.init(Cache cache, ExecutorService executorService, Configuration configuration, RpcManager rpcManager, CommandsFactory commandsFactory, CacheNotifier cacheNotifier, CacheLoaderManager cacheLoaderManager, DataContainer dataContainer, TransactionTable transactionTable, StateTransferLock stateTransferLock, StateConsumer stateConsumer)
           
 void StateResponseCommand.init(StateConsumer stateConsumer)
           
 void StateTransferManagerImpl.init(StateConsumer stateConsumer, StateProvider stateProvider, Cache cache, CacheNotifier cacheNotifier, Configuration configuration, GlobalConfiguration globalConfiguration, RpcManager rpcManager, GroupManager groupManager, LocalTopologyManager localTopologyManager)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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