PHP Class Cassandra\DefaultKeyspace

Inheritance: implements cassandra\Keyspace
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

Méthode Description
hasDurableWrites ( ) : string {@inheritDoc}
name ( ) : string {@inheritDoc}
replicationClassName ( ) : string {@inheritDoc}
replicationOptions ( ) : Cassandra\Map {@inheritDoc}
table ( string $name ) : Cassandra\Table {@inheritDoc}
tables ( ) : array {@inheritDoc}

Method Details

hasDurableWrites() public méthode

{@inheritDoc}
public hasDurableWrites ( ) : string
Résultat string Whether durable writes are enabled

name() public méthode

{@inheritDoc}
public name ( ) : string
Résultat string Name

replicationClassName() public méthode

{@inheritDoc}
public replicationClassName ( ) : string
Résultat string Replication class

replicationOptions() public méthode

{@inheritDoc}
public replicationOptions ( ) : Cassandra\Map
Résultat Cassandra\Map Replication options

table() public méthode

{@inheritDoc}
public table ( string $name ) : Cassandra\Table
$name string Table name
Résultat Cassandra\Table Table instance or null

tables() public méthode

{@inheritDoc}
public tables ( ) : array
Résultat array An array of `Cassandra\Table` instances