Class FetchMap
Used to fetch map objects from Riak
$command = (new Command\Builder\FetchMap($riak)) ->buildLocation($order_id, 'online_orders', 'sales_maps') ->build(); $response = $command->execute($command); $map = $response->getMap();
- Basho\Riak\Command\Builder
-
Basho\Riak\Command\Builder\FetchMap
implements
Basho\Riak\Command\BuilderInterface
uses
Basho\Riak\Command\Builder\LocationTrait
Namespace: Basho\Riak\Command\Builder
Author: Christopher Mancini
Located at Riak/Command/Builder/FetchMap.php
Author: Christopher Mancini
Located at Riak/Command/Builder/FetchMap.php
Methods summary
public
Basho\Riak\Command\DataType\Map\Fetch;
|
|
public
boolean
|
Methods inherited from Basho\Riak\Command\Builder
__construct(),
getConnection(),
getParameters(),
getVerbose(),
required(),
withParameter(),
withParameters(),
withVerboseMode()