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.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.interceptors.totalorder | |
org.infinispan.jmx |
Helpers that allow easy exposure of attributes and operations via JMX.
|
org.infinispan.marshall.core | |
org.infinispan.notifications |
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
|
org.infinispan.persistence.manager | |
org.infinispan.query.backend | |
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 |
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 |
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() |
void |
IncrementalVersionableEntryFactoryImpl.setWriteSkewCheckFlag() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleClusteredVersionGenerator.start() |
void |
NumericVersionGenerator.start() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInvocationContextFactory.start() |
Modifier and Type | Method and Description |
---|---|
void |
L1ManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
EvictionManagerImpl.start() |
void |
ActivationManagerImpl.start() |
void |
PassivationManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
ClusteringInterceptor.configure() |
void |
CacheMgmtInterceptor.start() |
void |
DeadlockDetectingInterceptor.start()
Only does a sanity check.
|
void |
ActivationInterceptor.start() |
void |
EntryWrappingInterceptor.start() |
protected void |
MarshalledValueInterceptor.start() |
protected void |
IsMarshallableInterceptor.start() |
protected void |
CacheWriterInterceptor.start() |
Modifier and Type | Method and Description |
---|---|
void |
JmxStatsCommandInterceptor.checkStatisticsUsed() |
void |
BaseRpcInterceptor.init() |
protected void |
BaseCustomInterceptor.start() |
Modifier and Type | Method and Description |
---|---|
void |
L1LastChanceInterceptor.start() |
void |
TxDistributionInterceptor.start() |
void |
L1NonTxInterceptor.start() |
Modifier and Type | Method and Description |
---|---|
void |
OptimisticLockingInterceptor.start() |
Modifier and Type | Method and Description |
---|---|
void |
TotalOrderVersionedEntryWrappingInterceptor.setLogLevel() |
Modifier and Type | Method and Description |
---|---|
void |
CacheJmxRegistration.start()
Here is where the registration is being performed.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheMarshaller.start() |
void |
GlobalMarshaller.start() |
void |
ExternalizerTable.start() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractListenerImpl.start() |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManagerImpl.preload() |
void |
PersistenceManagerImpl.start() |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryInterceptor.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 |
StateProviderImpl.start() |
void |
StateConsumerImpl.start() |
void |
StateTransferManagerImpl.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 |
AbstractControlledLocalTopologyManager.startDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
DeadlockDetectingLockManager.init() |
Modifier and Type | Method and Description |
---|---|
void |
BackupSenderImpl.start() |
void |
BackupReceiverRepositoryImpl.start() |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.