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

  • Api
  • Bucket
  • Command
  • DataType
  • Location
  • Node
  • Object

Interfaces

  • ApiInterface
  • CommandInterface

Traits

  • HeadersTrait

Exceptions

  • Exception

Interface CommandInterface

CommandInterface

The interface for implementing a new Riak Command class.

Direct known implementers

Basho\Riak\Command\Bucket\Delete, Basho\Riak\Command\Bucket\Fetch, Basho\Riak\Command\MapReduce\Fetch, Basho\Riak\Command\Object\Delete, Basho\Riak\Command\Object\Fetch, Basho\Riak\Command\Object\FetchPreflist, Basho\Riak\Command\Object\Store, Basho\Riak\Command\Ping, Basho\Riak\Command\Search\Fetch, Basho\Riak\Command\Search\Index\Delete, Basho\Riak\Command\Search\Index\Fetch, Basho\Riak\Command\Search\Index\Store, Basho\Riak\Command\Bucket\Store, Basho\Riak\Command\Search\Schema\Fetch, Basho\Riak\Command\Search\Schema\Store, Basho\Riak\Command\Stats, Basho\Riak\Command\TimeSeries\Delete, Basho\Riak\Command\TimeSeries\Fetch, Basho\Riak\Command\TimeSeries\Query\Fetch, Basho\Riak\Command\TimeSeries\Store, Basho\Riak\Command\DataType\Counter\Fetch, Basho\Riak\Command\DataType\Counter\Store, Basho\Riak\Command\DataType\Map\Fetch, Basho\Riak\Command\DataType\Map\Store, Basho\Riak\Command\DataType\Set\Fetch, Basho\Riak\Command\DataType\Set\Store, Basho\Riak\Command\Indexes\Query

Namespace: Basho\Riak
Author: Christopher Mancini
Located at Riak/CommandInterface.php

Methods summary

public
# getMethod( )
public
# hasParameters( )
public
# getParameters( )
public
# getData( )
public
# getEncodedData( )
public
# getBucket( )
public
# execute( )
Official Riak Client for PHP API documentation generated by ApiGen