Official Riak Client for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • Basho
    • Riak
      • Api
        • Http
          • Translator
      • Command
        • Bucket
        • Builder
          • MapReduce
          • Search
          • TimeSeries
        • DataType
          • Counter
          • Map
          • Set
        • Indexes
        • MapReduce
        • Object
        • Search
          • Index
          • Schema
        • Stats
        • TimeSeries
          • Query
      • DataType
      • Node
        • Builder
      • Search
      • TimeSeries

Classes

  • Fetch
  • Response

Class Fetch

Used to fetch a result set from Riak using MapReduce

Basho\Riak\Command
Extended by Basho\Riak\Command\MapReduce\Fetch implements Basho\Riak\CommandInterface
Namespace: Basho\Riak\Command\MapReduce
Author: Christopher Mancini
Located at Riak/Command/MapReduce/Fetch.php

Methods summary

public
# __construct( Basho\Riak\Command\Builder\MapReduce\FetchObjects $builder )

Overrides

Basho\Riak\Command::__construct
public
# getEncodedData( )

Implementation of

Basho\Riak\CommandInterface::getEncodedData()
public
# getData( )

Implementation of

Basho\Riak\CommandInterface::getData()
public Basho\Riak\Command\MapReduce\Response
# execute( )

Returns

Basho\Riak\Command\MapReduce\Response

Overrides

Basho\Riak\Command::execute

Implementation of

Basho\Riak\CommandInterface::execute()

Methods inherited from Basho\Riak\Command

getBucket(), getLocation(), getMethod(), getObject(), getParameter(), getParameters(), getRequest(), getResponse(), hasParameters(), isVerbose()

Properties summary

protected string $method

Request method

Request method

This can be GET, POST, PUT, or DELETE

See

http://docs.basho.com/riak/latest/dev/references/http/
# 'POST'
protected Basho\Riak\Command\MapReduce\Response|null $response
# null
protected $inputs
#
protected $query
#

Properties inherited from Basho\Riak\Command

$bucket, $parameters, $riak, $verbose

Official Riak Client for PHP API documentation generated by ApiGen