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