Class FetchObjects
Builds the command to fetch a collection of objects from Riak using Yokozuna search
- Basho\Riak\Command\Builder
- Basho\Riak\Command\Builder\MapReduce\FetchObjects implements Basho\Riak\Command\BuilderInterface
Namespace: Basho\Riak\Command\Builder\MapReduce
Author: Christopher Mancini
Located at Riak/Command/Builder/MapReduce/FetchObjects.php
Author: Christopher Mancini
Located at Riak/Command/Builder/MapReduce/FetchObjects.php
Methods summary
public
Basho\Riak\Command\MapReduce\Fetch;
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
#
buildMapPhase( string $bucket = '', string $key = '', string $source = '', string $language = 'javascript', boolean $keep = false )
buildMapPhase |
protected
|
|
protected
array
|
#
assemblePhaseData( string $bucket = '', string $key = '', string $source = '', string $language = '', string $tag = '' )
assemblePhaseData |
public
|
#
buildReducePhase( string $bucket = '', string $key = '', string $source = '', string $language = 'javascript', boolean $keep = true )
buildReducePhase |
public
|
|
public
|
Methods inherited from Basho\Riak\Command\Builder
__construct()
,
getConnection()
,
getParameters()
,
getVerbose()
,
required()
,
withParameter()
,
withParameters()
,
withVerboseMode()
Constants summary
Constants inherited from Basho\Riak\Command\BuilderInterface
Properties summary
protected
array|string
|
$inputs
MR inputs used by query phase |
#
[]
|
protected
array
|
$query
MR Query phases - options include map, reduce or link |
#
[]
|
protected
integer
|
$timeout
Timeout for MR query |
#
0
|