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

Packages that use Start
org.infinispan.cacheviews   
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.container Data containers which store cache entries. 
org.infinispan.container.versioning   
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.interceptors.locking   
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.jboss Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. 
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 JTA transaction support. 
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.cacheviews
 

Methods in org.infinispan.cacheviews with annotations of type Start
 void CacheViewsManagerImpl.start()
           
 

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()
           
 void IncrementalVersionableEntryFactoryImpl.setWriteSkewCheckFlag()
           
 

Uses of Start in org.infinispan.container.versioning
 

Methods in org.infinispan.container.versioning with annotations of type Start
 void SimpleClusteredVersionGenerator.start()
           
 

Uses of Start in org.infinispan.distribution
 

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

Uses of Start in org.infinispan.eviction
 

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

Uses of Start in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with annotations of type Start
 void ActivationInterceptor.setCacheStore()
           
protected  void MarshalledValueInterceptor.start()
           
protected  void IsMarshallableInterceptor.start()
           
 void DistributionInterceptor.start()
           
 void DeadlockDetectingInterceptor.start()
          Only does a sanity check.
protected  void CacheStoreInterceptor.start()
           
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()
           
protected  void BaseCustomInterceptor.start()
           
 

Uses of Start in org.infinispan.interceptors.locking
 

Methods in org.infinispan.interceptors.locking with annotations of type Start
 void OptimisticLockingInterceptor.start()
           
 

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.jboss
 

Methods in org.infinispan.marshall.jboss with annotations of type Start
 void ExternalizerTable.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 BaseStateTransferManagerImpl.waitForJoinToComplete()
           
 

Uses of Start in org.infinispan.transaction
 

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

Uses of Start in org.infinispan.transaction.xa
 

Methods in org.infinispan.transaction.xa with annotations of type Start
 void TransactionFactory.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()
           
 


-->

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