Uses of Class
org.infinispan.factories.annotations.Stop
-
Packages that use Stop Package Description org.infinispan.container Package that contains the interface describing the underlyling API for storage in Infinispanorg.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.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 Implementations of thePersistenceManager
interface, which define the logic of how infinispan interacts with external stores.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
Methods in org.infinispan.container with annotations of type Stop Modifier and Type Method Description void
DataContainer. clear()
Removes all entries in the container -
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 void
PassivationManager. passivateAll()
-
Uses of Stop in org.infinispan.executors
Methods in org.infinispan.executors with annotations of type Stop Modifier and Type Method Description List<Runnable>
LazyInitializingBlockingTaskAwareExecutorService. shutdownNow()
List<Runnable>
LazyInitializingExecutorService. shutdownNow()
List<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.interceptors.base
Methods in org.infinispan.interceptors.base with annotations of type Stop Modifier and Type Method Description protected void
BaseCustomInterceptor. stop()
Deprecated. -
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()
Unregister when the cache is being stopped. -
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.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
Transport. 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()
-