|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Start | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
org.infinispan.eviction | Classes related to eviction. |
org.infinispan.factories | Factories are internal components used to create other components based on a cache's configuration. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.interceptors.base | |
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 | |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
org.infinispan.transaction.xa | |
org.infinispan.util.concurrent.locks |
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.distribution |
---|
Methods in org.infinispan.distribution with annotations of type Start | |
---|---|
void |
DistributionManagerImpl.start()
|
Uses of Start in org.infinispan.eviction |
---|
Methods in org.infinispan.eviction with annotations of type Start | |
---|---|
void |
EvictionManagerImpl.start()
|
Uses of Start in org.infinispan.factories |
---|
Methods in org.infinispan.factories with annotations of type Start | |
---|---|
void |
EntryFactoryImpl.init()
|
Uses of Start in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with annotations of type Start | |
---|---|
void |
ActivationInterceptor.setCacheStore()
|
void |
PassivationInterceptor.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()
|
Uses of Start in org.infinispan.jmx |
---|
Methods in org.infinispan.jmx with annotations of type Start | |
---|---|
void |
CacheJmxRegistration.registerToMBeanServer()
Here is where the registration is being performed. |
void |
CacheManagerJmxRegistration.start()
On start, the mbeans are registered. |
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 |
ReplicationQueue.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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |