Uses of Class
org.infinispan.factories.annotations.Stop
-
Packages that use Stop Package Description org.infinispan.container.offheap org.infinispan.eviction Classes related to eviction.org.infinispan.executors Implementations of different executors used for asynchronous operation.org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX.org.infinispan.marshall.core org.infinispan.persistence.manager Implementations of thePersistenceManager
interface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.support org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.server.hotrod.tx.table 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 org.infinispan.xsite.statetransfer -
-
Uses of Stop in org.infinispan.container.offheap
Methods in org.infinispan.container.offheap with annotations of type Stop Modifier and Type Method Description void
OffHeapDataContainer. stop()
void
SegmentedBoundedOffHeapDataContainer. stop()
-
Uses of Stop in org.infinispan.eviction
Methods in org.infinispan.eviction with annotations of type Stop Modifier and Type Method Description abstract void
AbstractPassivationManager. passivateAll()
Passivates all entries that are in memory. -
Uses of Stop in org.infinispan.executors
Methods in org.infinispan.executors with annotations of type Stop Modifier and Type Method Description java.util.List<java.lang.Runnable>
LazyInitializingBlockingTaskAwareExecutorService. shutdownNow()
java.util.List<java.lang.Runnable>
LazyInitializingExecutorService. shutdownNow()
java.util.List<java.lang.Runnable>
LazyInitializingScheduledExecutorService. shutdownNow()
-
Uses of Stop in org.infinispan.interceptors
Methods in org.infinispan.interceptors with annotations of type Stop Modifier and Type Method Description protected void
BaseCustomAsyncInterceptor. stop()
-
Uses of Stop in org.infinispan.jmx
Methods in org.infinispan.jmx with annotations of type Stop Modifier and Type Method Description void
CacheJmxRegistration. stop()
-
Uses of Stop in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core with annotations of type Stop Modifier and Type Method Description void
GlobalMarshaller. stop()
-
Uses of Stop in org.infinispan.persistence.manager
Methods in org.infinispan.persistence.manager with annotations of type Stop Modifier and Type Method Description void
PersistenceManagerImpl. stop()
void
PersistenceManagerStub. stop()
-
Uses of Stop in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support with annotations of type Stop Modifier and Type Method Description void
DelegatingPersistenceManager. stop()
-
Uses of Stop in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler with annotations of type Stop Modifier and Type Method Description void
BasePerCacheInboundInvocationHandler. stop()
-
Uses of Stop in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport with annotations of type Stop Modifier and Type Method Description void
AbstractDelegatingTransport. stop()
-
Uses of Stop in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups with annotations of type Stop Modifier and Type Method Description void
JGroupsTransport. stop()
-
Uses of Stop in org.infinispan.server.hotrod.tx.table
Methods in org.infinispan.server.hotrod.tx.table with annotations of type Stop Modifier and Type Method Description void
GlobalTxTable. stop()
-
Uses of Stop in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with annotations of type Stop Modifier and Type Method Description void
StateConsumerImpl. stop()
void
StateProviderImpl. stop()
void
StateTransferLockImpl. stop()
void
StateTransferManagerImpl. stop()
-
Uses of Stop in org.infinispan.topology
Methods in org.infinispan.topology with annotations of type Stop Modifier and Type Method Description void
ClusterTopologyManagerImpl. stop()
void
LocalTopologyManagerImpl. stop()
-
Uses of Stop in org.infinispan.util
Methods in org.infinispan.util with annotations of type Stop Modifier and Type Method Description void
AbstractControlledLocalTopologyManager. stopDelegate()
-
Uses of Stop in org.infinispan.xsite
Methods in org.infinispan.xsite with annotations of type Stop Modifier and Type Method Description void
BackupReceiverRepositoryImpl. stop()
-
Uses of Stop in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer with annotations of type Stop Modifier and Type Method Description void
XSiteStateTransferManagerImpl. removeListener()
-