PHP 클래스 Cassandra\DefaultIndex

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

공개 메소드들

메소드 설명
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