com.websudos.phantom

connectors

package connectors

Visibility
  1. Public
  2. All

Type Members

  1. trait CassandraConnector extends AnyRef

    The root implementation of a Cassandra connection.

    The root implementation of a Cassandra connection. By default, the in phantom-connectors framework the only 2 primitives needed for connection are the KeySpace and the manager.

  2. abstract class CassandraManager extends ConnectionUtils

  3. class DefaultCassandraManager extends CassandraManager

  4. class EmptyClusterStoreException extends RuntimeException

  5. class EmptyPortListException extends RuntimeException

  6. case class KeySpace(name: String) extends Product with Serializable

  7. trait SimpleCassandraConnector extends CassandraConnector

  8. sealed trait VersionBuilder extends AnyRef

Ungrouped