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

  • Builder
  • Object
  • Ping
  • Response
  • Stats

Interfaces

  • BuilderInterface

Exceptions

  • Exception

Namespace Basho\Riak\Command

Namespaces summary

Basho\Riak\Command\Bucket
Basho\Riak\Command\Builder
Basho\Riak\Command\DataType
Basho\Riak\Command\Indexes
Basho\Riak\Command\MapReduce
Basho\Riak\Command\Object
Basho\Riak\Command\Search
Basho\Riak\Command\Stats
Basho\Riak\Command\TimeSeries

Classes summary

Builder

This class follows the Builder design pattern and is the preferred method for creating Basho\Riak\Command objects for interacting with your Riak data cluster.

Object Base class for Commands performing operations on Kv Objects
Ping Pings Riak
Response Data structure for handling Command responses from Riak
Stats Riak real time stats

Interfaces summary

BuilderInterface BuilderInterface

Exceptions summary

Exception Exception thrown when there is an error within the execution of a Command object.
Official Riak Client for PHP API documentation generated by ApiGen