public class ClusterListenerAdapter extends Object implements org.terracotta.toolkit.internal.cluster.OutOfBandClusterListener
| Constructor and Description |
|---|
ClusterListenerAdapter(ClusterTopologyListener topologyListener,
org.terracotta.toolkit.cluster.ClusterInfo cluster) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
onClusterEvent(org.terracotta.toolkit.cluster.ClusterEvent event) |
boolean |
useOutOfBandNotification(org.terracotta.toolkit.cluster.ClusterEvent event)
use out-of-band for listeners in ehcache terracotta package for NODE_LEFT events (used for rejoin) and OPS_DISABLED
event
|
public ClusterListenerAdapter(ClusterTopologyListener topologyListener, org.terracotta.toolkit.cluster.ClusterInfo cluster)
public void onClusterEvent(org.terracotta.toolkit.cluster.ClusterEvent event)
onClusterEvent in interface org.terracotta.toolkit.cluster.ClusterListenerpublic boolean useOutOfBandNotification(org.terracotta.toolkit.cluster.ClusterEvent event)
useOutOfBandNotification in interface org.terracotta.toolkit.internal.cluster.OutOfBandClusterListenerCopyright © 2003–2024 Terracotta, Inc.. All rights reserved.