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 store data within a TS table

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

Methods summary

public
# getData( )

Implementation of

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

Implementation of

Basho\Riak\CommandInterface::getEncodedData()
public
# __construct( Basho\Riak\Command\Builder\TimeSeries\Query $builder )

Overrides

Basho\Riak\Command::__construct

Methods inherited from Basho\Riak\Command

execute(), 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 string|null $query

Stores the table name

Stores the table name

# NULL
protected array $interps

Interpolations in the form of key => value of the query string

Interpolations in the form of key => value of the query string

# []

Properties inherited from Basho\Riak\Command

$bucket, $parameters, $response, $riak, $verbose

Official Riak Client for PHP API documentation generated by ApiGen