PHP Class Basho\Riak\Command\DataType\Hll\Fetch

Author: Luke Bakken ([email protected])
Inheritance: extends Basho\Riak\Command, implements Basho\Riak\CommandInterface
Datei anzeigen Open project: basho/riak-php-client

Protected Properties

Property Type Description
$location Basho\Riak\Location | null
$response Response | null

Public Methods

Method Description
__construct ( Basho\Riak\Command\Builder\FetchHll $builder )
execute ( ) : Response
getData ( )
getEncodedData ( )
getLocation ( )

Method Details

__construct() public method

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

execute() public method

public execute ( ) : Response
return Response

getData() public method

public getData ( )

getEncodedData() public method

public getEncodedData ( )

getLocation() public method

public getLocation ( )

Property Details

$location protected_oe property

protected Location,Basho\Riak|null $location
return Basho\Riak\Location | null

$response protected_oe property

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