Java org.springframework.data.cassandra.config CassandraClusterFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.cassandra.config CassandraClusterFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.cassandra.config CassandraClusterFactoryBean.

The text is from its open source code.

Constructor

Method

voidsetContactPoints(String contactPoints)
Set a comma-delimited string of the contact points (hosts) to connect to.
voidsetPort(int port)
Set the port for the contact points.