PHP 클래스 Cassandra\DefaultKeyspace

상속: implements cassandra\Keyspace
파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

메소드 설명
hasDurableWrites ( ) : string {@inheritDoc}
name ( ) : string {@inheritDoc}
replicationClassName ( ) : string {@inheritDoc}
replicationOptions ( ) : Cassandra\Map {@inheritDoc}
table ( string $name ) : Cassandra\Table {@inheritDoc}
tables ( ) : array {@inheritDoc}

메소드 상세

hasDurableWrites() 공개 메소드

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

name() 공개 메소드

{@inheritDoc}
public name ( ) : string
리턴 string Name

replicationClassName() 공개 메소드

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

replicationOptions() 공개 메소드

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

table() 공개 메소드

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

tables() 공개 메소드

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