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

  • DeleteObject
  • FetchBucketProperties
  • FetchCounter
  • FetchMap
  • FetchObject
  • FetchPreflist
  • FetchSet
  • FetchStats
  • IncrementCounter
  • Ping
  • QueryIndex
  • SetBucketProperties
  • StoreObject
  • UpdateMap
  • UpdateSet

Traits

  • BucketTrait
  • IndexTrait
  • LocationTrait
  • ObjectTrait

Exceptions

  • Exception

Namespace Basho\Riak\Command\Builder

Namespaces summary

Basho\Riak\Command\Builder\MapReduce
Basho\Riak\Command\Builder\Search
Basho\Riak\Command\Builder\TimeSeries

Classes summary

DeleteObject Used to delete a KV object from Riak
FetchBucketProperties Used to fetch map objects from Riak
FetchCounter Used to fetch counter objects from Riak
FetchMap Used to fetch map objects from Riak
FetchObject Used to fetch KV objects from Riak
FetchPreflist Used to fetch map objects from Riak
FetchSet Used to fetch set objects from Riak
FetchStats Riak real time stats
IncrementCounter Used to increment counter objects in Riak by the provided positive / negative integer
Ping Used to fetch KV objects from Riak
QueryIndex Used to query a secondary index in Riak.
SetBucketProperties
StoreObject Used to increment counter objects in Riak by the provided positive / negative integer
UpdateMap
UpdateSet

Traits summary

BucketTrait Allows easy code sharing for Bucket getters / setters within the Command Builders
IndexTrait Allows easy code sharing for Bucket getters / setters within the Command Builders
LocationTrait Allows easy code sharing for Location getters / setters within the Command Builders
ObjectTrait Allows easy code sharing for Object getters / setters within the Command Builders

Exceptions summary

Exception Exception thrown when there is an error within the validation of a built command.
Official Riak Client for PHP API documentation generated by ApiGen