Package | Description |
---|---|
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.distribution.impl | |
org.infinispan.eviction.impl | |
org.infinispan.expiration.impl | |
org.infinispan.globalstate.impl | |
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.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.jmx |
Helpers that allow easy exposure of attributes and operations via JMX.
|
org.infinispan.marshall.core | |
org.infinispan.notifications.cachelistener.cluster.impl | |
org.infinispan.notifications.impl | |
org.infinispan.partitionhandling.impl | |
org.infinispan.persistence.manager | |
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.stats.impl | |
org.infinispan.stats.wrappers | |
org.infinispan.stream.impl | |
org.infinispan.topology | |
org.infinispan.transaction.impl | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.xsite | |
org.infinispan.xsite.statetransfer |
Modifier and Type | Method and Description |
---|---|
void |
Interpreter.start() |
Modifier and Type | Method and Description |
---|---|
void |
CommandsFactoryImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
EntryFactoryImpl.init() |
Modifier and Type | Method and Description |
---|---|
void |
NumericVersionGenerator.start() |
void |
SimpleClusteredVersionGenerator.start() |
Modifier and Type | Method and Description |
---|---|
void |
L1ManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
ActivationManagerImpl.start() |
void |
PassivationManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
ExpirationManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
GlobalStateManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
protected void |
CacheWriterInterceptor.start()
Deprecated.
|
void |
CacheMgmtInterceptor.start()
Deprecated.
|
void |
DeadlockDetectingInterceptor.start()
Deprecated.
Only does a sanity check.
|
void |
EntryWrappingInterceptor.start()
Deprecated.
|
protected void |
MarshalledValueInterceptor.start()
Deprecated.
|
void |
CacheLoaderInterceptor.start()
Deprecated.
|
protected void |
IsMarshallableInterceptor.start()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
JmxStatsCommandInterceptor.checkStatisticsUsed()
Deprecated.
|
void |
BaseRpcInterceptor.init()
Deprecated.
|
protected void |
BaseCustomInterceptor.start() |
Modifier and Type | Method and Description |
---|---|
void |
BaseDistributionInterceptor.configure()
Deprecated.
|
void |
L1LastChanceInterceptor.start()
Deprecated.
|
void |
L1NonTxInterceptor.start()
Deprecated.
|
void |
TxDistributionInterceptor.start()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OptimisticLockingInterceptor.start()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedEntryRetriever.start() |
void |
LocalEntryRetriever.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 |
GlobalMarshaller.start() |
void |
CacheMarshaller.start() |
void |
ExternalizerTable.start() |
Modifier and Type | Method and Description |
---|---|
void |
BatchingClusterEventManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractListenerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
PartitionHandlingManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManagerImpl.preload() |
void |
PersistenceManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationQueueImpl.start()
Deprecated.
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 |
StatsCollector.start() |
void |
ClusterCacheStatsImpl.start() |
Modifier and Type | Method and Description |
---|---|
protected void |
ExtendedStatisticInterceptor.start() |
Modifier and Type | Method and Description |
---|---|
void |
LocalStreamManagerImpl.start() |
void |
ClusterStreamManagerImpl.start() |
void |
PartitionAwareClusterStreamManager.start() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterTopologyManagerImpl.start() |
void |
LocalTopologyManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionCoordinator.start() |
void |
TransactionTable.start() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionFactory.start() |
void |
XaTransactionTable.startXidMapping() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractControlledLocalTopologyManager.startDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
DeadlockDetectingLockManager.init() |
Modifier and Type | Method and Description |
---|---|
void |
BackupSenderImpl.start() |
void |
BackupReceiverRepositoryImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
XSiteStateTransferManagerImpl.addListener() |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.