Package | Description |
---|---|
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 |
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 |
TransactionalInvocationContextContainer.start() |
Modifier and Type | Method and Description |
---|---|
void |
L1ManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
PassivationManagerImpl.start() |
void |
ActivationManagerImpl.start() |
void |
EvictionManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
ClusteringInterceptor.configure() |
protected void |
IsMarshallableInterceptor.start() |
void |
EntryWrappingInterceptor.start() |
void |
DeadlockDetectingInterceptor.start()
Only does a sanity check.
|
protected void |
CacheStoreInterceptor.start() |
protected void |
MarshalledValueInterceptor.start() |
void |
ReplicationInterceptor.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 |
NonTxDistributionInterceptor.start() |
void |
L1NonTxInterceptor.start() |
void |
TxDistributionInterceptor.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 |
CacheMarshaller.start() |
void |
GlobalMarshaller.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 |
StateTransferManagerImpl.start() |
void |
StateProviderImpl.start() |
void |
StateConsumerImpl.start() |
void |
StateTransferManagerImpl.waitForInitialStateTransferToComplete() |
Modifier and Type | Method and Description |
---|---|
void |
LocalTopologyManagerImpl.start() |
void |
ClusterTopologyManagerImpl.start() |
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() |
Modifier and Type | Method and Description |
---|---|
void |
BackupReceiverRepositoryImpl.start() |
void |
BackupSenderImpl.start() |
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.