PHP Class CassandraIterator, phpcassa

Inheritance: implements Iterator
显示文件 Open project: hoan/phpcassa

Public Properties

Property Type Description
$beyond_last_field
$buffer_size
$column_family Options
$current_buffer State
$end_key
$end_slice
$next_start_key
$start_key
$start_slice

Public Methods

Method Description
__construct ( $column_family, $start_key = "", $end_key = "", $buffer_size = self::DEFAULT_BUFFER_SIZE, $start_slice = "", $end_slice = "" )
current ( )
key ( )
next ( )
rewind ( ) Interface
valid ( )

Method Details

__construct() public method

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

current() public method

public current ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

Interface
public rewind ( )

valid() public method

public valid ( )

Property Details

$beyond_last_field public_oe property

public $beyond_last_field

$buffer_size public_oe property

public $buffer_size

$column_family public_oe property

Options
public $column_family

$current_buffer public_oe property

State
public $current_buffer

$end_key public_oe property

public $end_key

$end_slice public_oe property

public $end_slice

$next_start_key public_oe property

public $next_start_key

$start_key public_oe property

public $start_key

$start_slice public_oe property

public $start_slice