PHP Class Cassandra\DefaultKeyspace

Inheritance: implements cassandra\Keyspace
Show file Open project: datastax/php-driver

Public Methods

Method 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 method

{@inheritDoc}
public hasDurableWrites ( ) : string
return string Whether durable writes are enabled

name() public method

{@inheritDoc}
public name ( ) : string
return string Name

replicationClassName() public method

{@inheritDoc}
public replicationClassName ( ) : string
return string Replication class

replicationOptions() public method

{@inheritDoc}
public replicationOptions ( ) : Cassandra\Map
return Cassandra\Map Replication options

table() public method

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

tables() public method

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