Uses of Class
org.infinispan.factories.annotations.Start

Packages that use Start
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.container Data containers which store cache entries. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.eviction Classes related to eviction. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.marshall Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. 
org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces. 
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
 

Uses of Start in org.infinispan.commands
 

Methods in org.infinispan.commands with annotations of type Start
 void CommandsFactoryImpl.start()
           
 

Uses of Start in org.infinispan.container
 

Methods in org.infinispan.container with annotations of type Start
 void EntryFactoryImpl.init()
           
 

Uses of Start in org.infinispan.distribution
 

Methods in org.infinispan.distribution with annotations of type Start
 void DistributionManagerImpl.start()
           
 void DistributionManagerImpl.waitForJoinToComplete()
           
 

Uses of Start in org.infinispan.eviction
 

Methods in org.infinispan.eviction with annotations of type Start
 void EvictionManagerImpl.start()
           
 void PassivationManagerImpl.start()
           
 

Uses of Start in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with annotations of type Start
 void ActivationInterceptor.setCacheStore()
           
 void DistributionInterceptor.start()
           
protected  void CacheStoreInterceptor.start()
           
 void DeadlockDetectingInterceptor.start()
          Only does a sanity check.
protected  void CacheLoaderInterceptor.startInterceptor()
           
 

Uses of Start in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with annotations of type Start
 void JmxStatsCommandInterceptor.checkStatisticsUsed()
           
 void BaseRpcInterceptor.init()
           
 

Uses of Start in org.infinispan.jmx
 

Methods in org.infinispan.jmx with annotations of type Start
 void CacheJmxRegistration.start()
          Here is where the registration is being performed.
 

Uses of Start in org.infinispan.loaders
 

Methods in org.infinispan.loaders with annotations of type Start
 void CacheLoaderManagerImpl.preload()
          Performs a preload on the cache based on the cache loader preload configs used when configuring the cache.
 void CacheLoaderManagerImpl.start()
           
 

Uses of Start in org.infinispan.marshall
 

Methods in org.infinispan.marshall with annotations of type Start
 void VersionAwareMarshaller.start()
           
 

Uses of Start in org.infinispan.notifications
 

Methods in org.infinispan.notifications with annotations of type Start
 void AbstractListenerImpl.start()
           
 

Uses of Start in org.infinispan.remoting
 

Methods in org.infinispan.remoting with annotations of type Start
 void ReplicationQueueImpl.start()
          Starts the asynchronous flush queue.
 

Uses of Start in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport with annotations of type Start
 void Transport.start()
           
 

Uses of Start in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with annotations of type Start
 void StateTransferManagerImpl.releaseRPCBlock()
           
 void StateTransferManagerImpl.start()
           
 

Uses of Start in org.infinispan.transaction.xa
 

Methods in org.infinispan.transaction.xa with annotations of type Start
 void GlobalTransactionFactory.start()
           
 

Uses of Start in org.infinispan.util.concurrent.locks
 

Methods in org.infinispan.util.concurrent.locks with annotations of type Start
 void DeadlockDetectingLockManager.init()
           
 void LockManagerImpl.startLockManager()
           
 


Google Analytics

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