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 ApiInterface

Interface ApiInterface

Forces object structure for API bridge classes

Direct known implementers

Basho\Riak\Api\Http

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

Methods summary

public
# prepare( Basho\Riak\Command $command, Basho\Riak\Node $node )

Prepares the API bridge for the command to be sent

Prepares the API bridge for the command to be sent

Parameters

$command
$node
public
# send( )

Sends the command over the wire to Riak

Sends the command over the wire to Riak

public string
# getRequest( )

Gets the complete request string

Gets the complete request string

Returns

string
public Basho\Riak\Command\Response|null
# getResponse( )

Returns

Basho\Riak\Command\Response|null
public null
# closeConnection( )

Closes the connection to the Riak Interface

Closes the connection to the Riak Interface

Returns

null
Official Riak Client for PHP API documentation generated by ApiGen