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

  • Delete
  • Fetch
  • Response
  • Store

Class Fetch

Used to fetch data within a TS table

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

Methods summary

public
# getTable( )
public
# getData( )

Implementation of

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

Implementation of

Basho\Riak\CommandInterface::getEncodedData()
public
# __construct( Basho\Riak\Command\Builder\TimeSeries\FetchRow $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|null $table

Stores the table name

Stores the table name

# NULL
protected Basho\Riak\TimeSeries\Cell[] $key

Stores the key

Stores the key

# []

Properties inherited from Basho\Riak\Command

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

Official Riak Client for PHP API documentation generated by ApiGen