Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheViewsManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
CommandsFactoryImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
EntryFactoryImpl.init() |
void |
IncrementalVersionableEntryFactoryImpl.setWriteSkewCheckFlag() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleClusteredVersionGenerator.start() |
Modifier and Type | Method and Description |
---|---|
void |
L1ManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
PassivationManagerImpl.start() |
void |
EvictionManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
JmxStatsCommandInterceptor.checkStatisticsUsed() |
void |
BaseRpcInterceptor.init() |
protected void |
BaseCustomInterceptor.start() |
Modifier and Type | Method and Description |
---|---|
void |
OptimisticLockingInterceptor.start() |
Modifier and Type | Method and Description |
---|---|
void |
CacheJmxRegistration.start()
Here is where the registration is being performed.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheLoaderManagerImpl.preload()
Performs a preload on the cache based on the cache loader preload configs used when configuring the cache.
|
void |
CacheLoaderManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalizerTable.start() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractListenerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationQueueImpl.start()
Starts the asynchronous flush queue.
|
Modifier and Type | Method and Description |
---|---|
void |
Transport.start() |
Modifier and Type | Method and Description |
---|---|
void |
BaseStateTransferManagerImpl.waitForJoinToComplete() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionCoordinator.start() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionFactory.start() |
Modifier and Type | Method and Description |
---|---|
void |
DeadlockDetectingLockManager.init() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.