All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.entity.nosql.mongodb.sharding.MongoDBConfigServerCluster Maven / Gradle / Ivy

The newest version!
package brooklyn.entity.nosql.mongodb.sharding;

import brooklyn.entity.group.DynamicCluster;
import brooklyn.entity.proxying.ImplementedBy;
import brooklyn.event.AttributeSensor;
import brooklyn.event.basic.Sensors;

import com.google.common.reflect.TypeToken;

@ImplementedBy(MongoDBConfigServerClusterImpl.class)
public interface MongoDBConfigServerCluster extends DynamicCluster {

    @SuppressWarnings("serial")
    AttributeSensor> CONFIG_SERVER_ADDRESSES = Sensors.newSensor(new TypeToken>() {}, 
            "mongodb.config.server.addresses", "List of config server hostnames and ports");
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy