PHP 클래스 CassandraIterator, phpcassa

상속: implements Iterator
파일 보기 프로젝트 열기: hoan/phpcassa

공개 프로퍼티들

프로퍼티 타입 설명
$beyond_last_field
$buffer_size
$column_family Options
$current_buffer State
$end_key
$end_slice
$next_start_key
$start_key
$start_slice

공개 메소드들

메소드 설명
__construct ( $column_family, $start_key = "", $end_key = "", $buffer_size = self::DEFAULT_BUFFER_SIZE, $start_slice = "", $end_slice = "" )
current ( )
key ( )
next ( )
rewind ( ) Interface
valid ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $column_family, $start_key = "", $end_key = "", $buffer_size = self::DEFAULT_BUFFER_SIZE, $start_slice = "", $end_slice = "" )

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

Interface
public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

$beyond_last_field 공개적으로 프로퍼티

public $beyond_last_field

$buffer_size 공개적으로 프로퍼티

public $buffer_size

$column_family 공개적으로 프로퍼티

Options
public $column_family

$current_buffer 공개적으로 프로퍼티

State
public $current_buffer

$end_key 공개적으로 프로퍼티

public $end_key

$end_slice 공개적으로 프로퍼티

public $end_slice

$next_start_key 공개적으로 프로퍼티

public $next_start_key

$start_key 공개적으로 프로퍼티

public $start_key

$start_slice 공개적으로 프로퍼티

public $start_slice