Example usage for org.apache.cassandra.gms IEndpointStateChangeSubscriber interface-usage

List of usage examples for org.apache.cassandra.gms IEndpointStateChangeSubscriber interface-usage

Introduction

In this page you can find the example usage for org.apache.cassandra.gms IEndpointStateChangeSubscriber interface-usage.

Usage

From source file brooklyn.entity.nosql.cassandra.customsnitch.MultiCloudSnitch.java

/**
 * A snitch that can be configured to work across clouds. It uses and
 * extends the cassandra-rackdc.properties (which is used by the 
 * GossipingPropertyFileSnitch) to add a publicip and privateip 
 * configuration.
 * <p>

From source file com.tuplejump.stargate.Stargate.java

/**
 * User: satya
 */
public class Stargate implements IEndpointStateChangeSubscriber, StargateMBean {
    protected static final Logger logger = LoggerFactory.getLogger(Stargate.class);
    private final static Stargate INSTANCE = new Stargate();

From source file org.apache.brooklyn.entity.nosql.cassandra.customsnitch.MultiCloudSnitch.java

/**
 * A snitch that can be configured to work across clouds. It uses and
 * extends the cassandra-rackdc.properties (which is used by the 
 * GossipingPropertyFileSnitch) to add a publicip and privateip 
 * configuration.
 * <p>

From source file org.elassandra.discovery.CassandraDiscovery.java

/**
 * Discover the cluster topology from cassandra snitch and settings, mappings, blocks from the elastic_admin keyspace.
 * Publishing is just a nofification to refresh in memory configuration from the cassandra table.
 * @author vroyer
 *
 */

From source file org.elasticsearch.cassandra.discovery.CassandraDiscovery.java

/**
 * Discover the cluster topology from cassandra snitch and settings, mappings, blocks from the elastic_admin keyspace.
 * Publishing is just a nofification to refresh in memory configuration from the cassandra table.
 * @author vroyer
 *
 */