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
  • Store

Class Fetch

Fetches a map data type from Riak

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

Methods summary

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

Overrides

Basho\Riak\Command::__construct
public Basho\Riak\Location|null
# getLocation( )

Returns

Basho\Riak\Location|null

Overrides

Basho\Riak\Command::getLocation
public
# getData( )

Implementation of

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

Implementation of

Basho\Riak\CommandInterface::getEncodedData()
public Basho\Riak\Command\DataType\Map\Response
# execute( )

Returns

Basho\Riak\Command\DataType\Map\Response

Overrides

Basho\Riak\Command::execute

Implementation of

Basho\Riak\CommandInterface::execute()

Methods inherited from Basho\Riak\Command

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

Properties summary

protected Basho\Riak\Command\DataType\Map\Response|null $response
# NULL
protected Basho\Riak\Location|null $location
# NULL

Properties inherited from Basho\Riak\Command

$bucket, $method, $parameters, $riak, $verbose

Official Riak Client for PHP API documentation generated by ApiGen