PHP 클래스 Basho\Riak\Command\DataType\Hll\Fetch

저자: Luke Bakken ([email protected])
상속: extends Basho\Riak\Command, implements Basho\Riak\CommandInterface
파일 보기 프로젝트 열기: basho/riak-php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$location Basho\Riak\Location | null
$response Response | null

공개 메소드들

메소드 설명
__construct ( Basho\Riak\Command\Builder\FetchHll $builder )
execute ( ) : Response
getData ( )
getEncodedData ( )
getLocation ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Basho\Riak\Command\Builder\FetchHll $builder )
$builder Basho\Riak\Command\Builder\FetchHll

execute() 공개 메소드

public execute ( ) : Response
리턴 Response

getData() 공개 메소드

public getData ( )

getEncodedData() 공개 메소드

public getEncodedData ( )

getLocation() 공개 메소드

public getLocation ( )

프로퍼티 상세

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

protected Location,Basho\Riak|null $location
리턴 Basho\Riak\Location | null

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

protected Response,Basho\Riak\Command\DataType\Hll|null $response
리턴 Response | null