brooklyn.entity.nosql.cassandra.CassandraClusterImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-software-nosql Show documentation
Show all versions of brooklyn-software-nosql Show documentation
Brooklyn entities for NoSQL data store software entities
The newest version!
package brooklyn.entity.nosql.cassandra;
/**
* @deprecated since 0.7.0; use {@link CassandraDatacenter} which is equivalent but has
* a less ambiguous name; Cluster in Cassandra corresponds to what Brooklyn terms a Fabric.
*/
@Deprecated
public class CassandraClusterImpl extends CassandraDatacenterImpl implements CassandraCluster {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy