Package | Description |
---|---|
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 |
Classes relating to the distributed cache mode.
|
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
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.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.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.xsite |
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 |
PassivationManagerImpl.passivateAll() |
void |
EvictionManagerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
NamedExecutorsFactory.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 |
GlobalMarshaller.stop() |
void |
ExternalizerTable.stop() |
void |
CacheMarshaller.stop() |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManagerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryInterceptor.stop() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationQueueImpl.stop()
Stops the asynchronous flush queue.
|
Modifier and Type | Method and Description |
---|---|
void |
Transport.stop() |
Modifier and Type | Method and Description |
---|---|
void |
StateTransferManagerImpl.stop() |
void |
StateProviderImpl.stop() |
void |
StateConsumerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterTopologyManagerImpl.stop() |
void |
LocalTopologyManagerImpl.stop() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractControlledLocalTopologyManager.stopDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
BackupReceiverRepositoryImpl.stop() |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.