Class Ping
Used to fetch KV objects from Riak
$command = (new Command\Builder\FetchObject($riak)) ->buildLocation($user_id, 'users', 'default') ->build(); $response = $command->execute($command); $user = $response->getObject();
- Basho\Riak\Command\Builder
- Basho\Riak\Command\Builder\Ping implements Basho\Riak\Command\BuilderInterface
Namespace: Basho\Riak\Command\Builder
Author: Christopher Mancini
Located at Riak/Command/Builder/Ping.php
Author: Christopher Mancini
Located at Riak/Command/Builder/Ping.php
Methods summary
public
|
|
public
Basho\Riak\Command\Ping;
|
|
public
boolean
|
Methods inherited from Basho\Riak\Command\Builder
getConnection()
,
getParameters()
,
getVerbose()
,
required()
,
withParameter()
,
withParameters()
,
withVerboseMode()