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