PHP 클래스 Basho\Riak\Command\Builder\UpdateHll

저자: Luke Bakken ([email protected])
상속: extends Basho\Riak\Command\Builder, implements Basho\Riak\Command\BuilderInterface, use trait Basho\Riak\Command\Builder\LocationTrait
파일 보기 프로젝트 열기: basho/riak-php-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$add_all array
$context string Similar to Vector Clocks, the context allows us to determine the state of a CRDT Hll

공개 메소드들

메소드 설명
add ( mixed $element )
build ( ) : Store
getAddAll ( ) : array
validate ( )

메소드 상세

add() 공개 메소드

public add ( mixed $element )
$element mixed

build() 공개 메소드

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

getAddAll() 공개 메소드

public getAddAll ( ) : array
리턴 array

validate() 공개 메소드

public validate ( )

프로퍼티 상세

$add_all 보호되어 있는 프로퍼티

protected array $add_all
리턴 array

$context 보호되어 있는 프로퍼티

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