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 Store

Riak Yokozuna Search Index Store

Basho\Riak\Command
Extended by Basho\Riak\Command\Search\Index\Store implements Basho\Riak\CommandInterface
Namespace: Basho\Riak\Command\Search\Index
Author: Christopher Mancini
Located at Riak/Command/Search/Index/Store.php

Methods summary

public
# __construct( Basho\Riak\Command\Builder\Search\StoreIndex $builder )

Overrides

Basho\Riak\Command::__construct
public
# getEncodedData( )

Implementation of

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

Implementation of

Basho\Riak\CommandInterface::getData()
public Basho\Riak\Command\Response
# execute( )

Returns

Basho\Riak\Command\Response

Overrides

Basho\Riak\Command::execute

Implementation of

Basho\Riak\CommandInterface::execute()
public
# __toString( )

Methods inherited from Basho\Riak\Command

getBucket(), getLocation(), getMethod(), getObject(), getParameter(), getParameters(), getRequest(), getResponse(), hasParameters(), isVerbose()

Properties summary

protected string $method

Request method

Request method

This can be GET, POST, PUT, or DELETE

See

http://docs.basho.com/riak/latest/dev/references/http/
# 'PUT'
protected string $name
# ''
protected string $schema
# ''
protected Basho\Riak\Command\Response|null $response
# null

Properties inherited from Basho\Riak\Command

$bucket, $parameters, $riak, $verbose

Official Riak Client for PHP API documentation generated by ApiGen