Package | Description |
---|---|
org.infinispan.cli.interpreter | |
org.infinispan.container |
Data containers which store cache entries.
|
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.impl | |
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.expiration.impl | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.globalstate.impl | |
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.jmx |
Helpers that allow easy exposure of attributes and operations via JMX.
|
org.infinispan.marshall.core | |
org.infinispan.notifications.impl | |
org.infinispan.persistence.manager | |
org.infinispan.registry.impl | |
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.topology | |
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.stop() |
Modifier and Type | Method and Description |
---|---|
void |
DataContainer.clear()
Removes all entries in the container
|
Modifier and Type | Method and Description |
---|---|
void |
InvocationContextContainerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
L1ManagerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
PassivationManager.passivateAll() |
Modifier and Type | Method and Description |
---|---|
void |
ExpirationManagerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
NamedExecutorsFactory.stop() |
Modifier and Type | Method and Description |
---|---|
void |
GlobalStateManagerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseCustomInterceptor.stop() |
Modifier and Type | Method and Description |
---|---|
void |
CacheJmxRegistration.stop()
Unregister when the cache is being stopped.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheMarshaller.stop() |
void |
GlobalMarshaller.stop() |
void |
ExternalizerTable.stop() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractListenerImpl.stop()
Removes all listeners from the notifier
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManagerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterRegistryImpl.stop()
Deprecated.
|
void |
InternalCacheRegistryImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationQueueImpl.stop()
Deprecated.
Stops the asynchronous flush queue.
|
Modifier and Type | Method and Description |
---|---|
void |
Transport.stop() |
Modifier and Type | Method and Description |
---|---|
void |
StateConsumerImpl.stop() |
void |
StateProviderImpl.stop() |
void |
StateTransferManagerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterCacheStatsImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
LocalTopologyManagerImpl.stop() |
void |
ClusterTopologyManagerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractControlledLocalTopologyManager.stopDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
DeadlockDetectingLockManager.stopScheduler() |
Modifier and Type | Method and Description |
---|---|
void |
BackupReceiverRepositoryImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
XSiteStateTransferManagerImpl.removeListener() |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.