Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use Start
org.infinispan.cli.interpreter   
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.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. 
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.distribution   
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 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.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.topology   
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. 
org.infinispan.xsite   
 

Uses of Start in org.infinispan.cli.interpreter
 

Methods in org.infinispan.cli.interpreter with annotations of type Start
 void Interpreter.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.context
 

Methods in org.infinispan.context with annotations of type Start
 void TransactionalInvocationContextContainer.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 EvictionManagerImpl.start()
           
 void ActivationManagerImpl.start()
           
 void PassivationManagerImpl.start()
           
 

Uses of Start in org.infinispan.interceptors
 

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

Methods in org.infinispan.interceptors.distribution with annotations of type Start
 void TxDistributionInterceptor.start()
           
 void L1NonTxInterceptor.start()
           
 void NonTxDistributionInterceptor.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
 

Methods in org.infinispan.marshall with annotations of type Start
 void CacheMarshaller.start()
           
 void GlobalMarshaller.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 StateProviderImpl.start()
           
 void StateConsumerImpl.start()
           
 void StateTransferManagerImpl.start()
           
 void StateTransferManagerImpl.waitForInitialStateTransferToComplete()
           
 

Uses of Start in org.infinispan.topology
 

Methods in org.infinispan.topology with annotations of type Start
 void LocalTopologyManagerImpl.start()
           
 void ClusterTopologyManagerImpl.start()
           
 

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()
           
 

Uses of Start in org.infinispan.xsite
 

Methods in org.infinispan.xsite with annotations of type Start
 void BackupReceiverRepositoryImpl.start()
           
 void BackupSenderImpl.start()
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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