Class ReconnectableSnitchHelper

java.lang.Object
org.apache.cassandra.locator.ReconnectableSnitchHelper
All Implemented Interfaces:
IEndpointStateChangeSubscriber

public class ReconnectableSnitchHelper extends Object implements IEndpointStateChangeSubscriber
Sidekick helper for snitches that want to reconnect from one IP addr for a node to another. Typically, this is for situations like EC2 where a node will have a public address and a private address, where we connect on the public, discover the private, and reconnect on the private.