Package | Description |
---|---|
com.tangosol.coherence.config.xml.processor |
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.net.partition |
Contains interfaces and classes related to partitioned services.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterizedBuilder<MemberListener>> |
MemberListenerProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Modifier and Type | Class and Description |
---|---|
protected class |
ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener
QuorumListener is used to subscribe the quorum policy to receive service
membership events.
|
Modifier and Type | Method and Description |
---|---|
protected MemberListener |
ConfigurableQuorumPolicy.MembershipQuorumPolicy.instantiateMemberListener()
Instantiate a member listener to subscribe to service membership events.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperService.addMemberListener(MemberListener listener)
Add a Member listener.
|
void |
Service.addMemberListener(MemberListener listener)
Add a Member listener.
|
void |
WrapperService.removeMemberListener(MemberListener listener)
Remove a Member listener.
|
void |
Service.removeMemberListener(MemberListener listener)
Remove a Member listener.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ContinuousQueryCache.ServiceListener
MemberListener for the underlying cache's service. |
protected class |
NearCache.BackServiceListener
MemberListener for the back cache's service.
|
Modifier and Type | Field and Description |
---|---|
protected MemberListener |
NearCache.f_listenerBackService
The back cache service MemberListener.
|
protected MemberListener |
ContinuousQueryCache.m_listenerService
The cache service
MemberListener for the underlying NamedCache . |
Modifier and Type | Method and Description |
---|---|
protected MemberListener |
NearCache.registerBackServiceListener()
Instantiate and register a MemberListener with the back cache
service.
|
Modifier and Type | Class and Description |
---|---|
protected class |
FailoverAccessPolicy.MembershipListener
The MemberListener is used to listen to service membership events to
monitor the endangered status of the service.
|