PHP Class Cassandra\DefaultIndex

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

Public Methods

Method Description
className ( ) : string {@inheritDoc}
isCustom ( ) : boolean {@inheritDoc}
kind ( ) : string {@inheritDoc}
name ( ) : string {@inheritDoc}
option ( $name ) : Cassandra\Value {@inheritDoc}
options ( ) : array {@inheritDoc}
target ( ) : string {@inheritDoc}

Method Details

className() public method

{@inheritDoc}
public className ( ) : string
return string Class name of a custom index

isCustom() public method

{@inheritDoc}
public isCustom ( ) : boolean
return boolean

kind() public method

{@inheritDoc}
public kind ( ) : string
return string Kind of the index

name() public method

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

option() public method

{@inheritDoc}
public option ( $name ) : Cassandra\Value
return Cassandra\Value Value of an option by name

options() public method

{@inheritDoc}
public options ( ) : array
return array A dictionary of `string` and `Cassandra\Value pairs of the index's options.

target() public method

{@inheritDoc}
public target ( ) : string
return string Target column name of the index