Uses of Interface
com.tangosol.net.MemberListener
Packages that use MemberListener
Package
Description
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
-
Uses of MemberListener in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return types with arguments of type MemberListenerModifier and TypeMethodDescriptionMemberListenerProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value. -
Uses of MemberListener in com.tangosol.net
Classes in com.tangosol.net that implement MemberListenerModifier and TypeClassDescriptionprotected class
QuorumListener is used to subscribe the quorum policy to receive service membership events.Methods in com.tangosol.net that return MemberListenerModifier and TypeMethodDescriptionprotected MemberListener
ConfigurableQuorumPolicy.MembershipQuorumPolicy.instantiateMemberListener()
Instantiate a member listener to subscribe to service membership events.Methods in com.tangosol.net with parameters of type MemberListenerModifier and TypeMethodDescriptionvoid
Service.addMemberListener
(MemberListener listener) Add a Member listener.void
WrapperService.addMemberListener
(MemberListener listener) Add a Member listener.void
Service.removeMemberListener
(MemberListener listener) Remove a Member listener.void
WrapperService.removeMemberListener
(MemberListener listener) Remove a Member listener. -
Uses of MemberListener in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement MemberListenerModifier and TypeClassDescriptionprotected class
MemberListener
for the underlying cache's service.protected class
MemberListener for the back cache's service.Fields in com.tangosol.net.cache declared as MemberListenerModifier and TypeFieldDescriptionprotected final MemberListener
NearCache.f_listenerBackService
The back cache service MemberListener.protected MemberListener
ContinuousQueryCache.m_listenerService
The cache serviceMemberListener
for the underlyingNamedCache
.Methods in com.tangosol.net.cache that return MemberListenerModifier and TypeMethodDescriptionprotected MemberListener
NearCache.registerBackServiceListener()
Instantiate and register a MemberListener with the back cache service. -
Uses of MemberListener in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement MemberListenerModifier and TypeClassDescriptionprotected class
The MemberListener is used to listen to service membership events to monitor the endangered status of the service.