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 thePersistenceManagerinterface, 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 voidDataContainer. 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 voidOffHeapDataContainer. stop()voidSegmentedBoundedOffHeapDataContainer. stop() -
Uses of Stop in org.infinispan.eviction
Methods in org.infinispan.eviction with annotations of type Stop Modifier and Type Method Description voidPassivationManager. 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 voidBaseCustomAsyncInterceptor. 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 voidBaseCustomInterceptor. stop()Deprecated. -
Uses of Stop in org.infinispan.jmx
Methods in org.infinispan.jmx with annotations of type Stop Modifier and Type Method Description voidCacheJmxRegistration. 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 voidGlobalMarshaller. 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 voidPersistenceManagerImpl. stop()voidPersistenceManagerStub. 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 voidBasePerCacheInboundInvocationHandler. 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 voidTransport. 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 voidJGroupsTransport. 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 voidGlobalTxTable. stop() -
Uses of Stop in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with annotations of type Stop Modifier and Type Method Description voidStateConsumerImpl. stop()voidStateProviderImpl. stop()voidStateTransferLockImpl. stop()voidStateTransferManagerImpl. stop() -
Uses of Stop in org.infinispan.topology
Methods in org.infinispan.topology with annotations of type Stop Modifier and Type Method Description voidClusterTopologyManagerImpl. stop()voidLocalTopologyManagerImpl. stop() -
Uses of Stop in org.infinispan.util
Methods in org.infinispan.util with annotations of type Stop Modifier and Type Method Description voidAbstractControlledLocalTopologyManager. stopDelegate() -
Uses of Stop in org.infinispan.xsite
Methods in org.infinispan.xsite with annotations of type Stop Modifier and Type Method Description voidBackupReceiverRepositoryImpl. 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 voidXSiteStateTransferManagerImpl. removeListener()
-