PHP Class Basho\Riak\Command\Builder\UpdateHll

Author: Luke Bakken ([email protected])
Inheritance: extends Basho\Riak\Command\Builder, implements Basho\Riak\Command\BuilderInterface, use trait Basho\Riak\Command\Builder\LocationTrait
Datei anzeigen Open project: basho/riak-php-client Class Usage Examples

Protected Properties

Property Type Description
$add_all array
$context string Similar to Vector Clocks, the context allows us to determine the state of a CRDT Hll

Public Methods

Method Description
add ( mixed $element )
build ( ) : Store
getAddAll ( ) : array
validate ( )

Method Details

add() public method

public add ( mixed $element )
$element mixed

build() public method

public build ( ) : Store
return Basho\Riak\Command\DataType\Hll\Store

getAddAll() public method

public getAddAll ( ) : array
return array

validate() public method

public validate ( )

Property Details

$add_all protected_oe property

protected array $add_all
return array

$context protected_oe property

Similar to Vector Clocks, the context allows us to determine the state of a CRDT Hll
protected string $context
return string