Class FetchBucketProperties
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\FetchBucketProperties implements Basho\Riak\Command\BuilderInterface uses Basho\Riak\Command\Builder\BucketTrait
Namespace: Basho\Riak\Command\Builder
Author: Christopher Mancini
Located at Riak/Command/Builder/FetchBucketProperties.php
Author: Christopher Mancini
Located at Riak/Command/Builder/FetchBucketProperties.php
Methods summary
public
Basho\Riak\Command\Bucket\Fetch;
|
|
public
boolean
|
Methods inherited from Basho\Riak\Command\Builder
__construct()
,
getConnection()
,
getParameters()
,
getVerbose()
,
required()
,
withParameter()
,
withParameters()
,
withVerboseMode()