PHP Класс Cassandra\DefaultIndex

Наследование: implements cassandra\Index
Показать файл Открыть проект

Открытые методы

Метод Описание
className ( ) : string {@inheritDoc}
isCustom ( ) : boolean {@inheritDoc}
kind ( ) : string {@inheritDoc}
name ( ) : string {@inheritDoc}
option ( $name ) : Cassandra\Value {@inheritDoc}
options ( ) : array {@inheritDoc}
target ( ) : string {@inheritDoc}

Описание методов

className() публичный метод

{@inheritDoc}
public className ( ) : string
Результат string Class name of a custom index

isCustom() публичный метод

{@inheritDoc}
public isCustom ( ) : boolean
Результат boolean

kind() публичный метод

{@inheritDoc}
public kind ( ) : string
Результат string Kind of the index

name() публичный метод

{@inheritDoc}
public name ( ) : string
Результат string Name of the index

option() публичный метод

{@inheritDoc}
public option ( $name ) : Cassandra\Value
Результат Cassandra\Value Value of an option by name

options() публичный метод

{@inheritDoc}
public options ( ) : array
Результат array A dictionary of `string` and `Cassandra\Value pairs of the index's options.

target() публичный метод

{@inheritDoc}
public target ( ) : string
Результат string Target column name of the index