Extension [ extension #160 riak version 1.1.6 ] { - INI { Entry [ riak.persistent.connections ] Current = '20' } Entry [ riak.persistent.timeout ] Current = '1800' } Entry [ riak.socket.keep_alive ] Current = '1' } Entry [ riak.socket.recv_timeout ] Current = '10000' } Entry [ riak.socket.send_timeout ] Current = '10000' } Entry [ riak.default.retries ] Current = '1' } } - Classes [59] { Class [ class Riak\Connection ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private $host ] Property [ private $port ] } - Methods [6] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $host ] Parameter #1 [ $port ] } } Method [ public method ping ] { - Parameters [0] { } } Method [ public method getHost ] { - Parameters [0] { } } Method [ public method getPort ] { - Parameters [0] { } } Method [ public method getBucket ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getServerInfo ] { - Parameters [0] { } } } } Class [ class Riak\Object ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [13] { Property [ private $key ] Property [ private $vtag ] Property [ private $vClock ] Property [ private $contentEncoding ] Property [ private $charset ] Property [ private $contentType ] Property [ private $content ] Property [ private $isDeleted ] Property [ private $lastModified ] Property [ private $lastModifiedUSecs ] Property [ private $metadata ] Property [ private $indexes ] Property [ private $links ] } - Methods [23] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getKey ] { - Parameters [0] { } } Method [ public method setKey ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getContent ] { - Parameters [0] { } } Method [ public method setContent ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method addIndex ] { - Parameters [2] { Parameter #0 [ $index_name ] Parameter #1 [ $value ] } } Method [ public method addLink ] { - Parameters [1] { Parameter #0 [ $link ] } } Method [ public method addMetadata ] { - Parameters [2] { Parameter #0 [ $metadata_name ] Parameter #1 [ $value ] } } Method [ public method setCharset ] { - Parameters [1] { Parameter #0 [ $charset ] } } Method [ public method getCharset ] { - Parameters [0] { } } Method [ public method setContentType ] { - Parameters [1] { Parameter #0 [ $content_type ] } } Method [ public method getContentType ] { - Parameters [0] { } } Method [ public method setContentEncoding ] { - Parameters [1] { Parameter #0 [ $content_encoding ] } } Method [ public method getContentEncoding ] { - Parameters [0] { } } Method [ public method getVTag ] { - Parameters [0] { } } Method [ public method isDeleted ] { - Parameters [0] { } } Method [ public method getIndexMap ] { - Parameters [0] { } } Method [ public method getMetadataMap ] { - Parameters [0] { } } Method [ public method getLinkList ] { - Parameters [0] { } } Method [ public method getVClock ] { - Parameters [0] { } } Method [ public method setVClock ] { - Parameters [1] { Parameter #0 [ $vclock ] } } Method [ public method getLastModifiedUSecs ] { - Parameters [0] { } } Method [ public method getLastModified ] { - Parameters [0] { } } } } Class [ class Riak\Link ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ private $tag ] Property [ private $bucket ] Property [ private $key ] } - Methods [4] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $tag ] Parameter #1 [ $bucket ] Parameter #2 [ $key ] } } Method [ public method getTag ] { - Parameters [0] { } } Method [ public method getBucketName ] { - Parameters [0] { } } Method [ public method getKey ] { - Parameters [0] { } } } } Class [ class Riak\Bucket ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $name ] Property [ protected $connection ] Property [ protected $conflictResolver ] } - Methods [15] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $client ] Parameter #1 [ $name ] } } Method [ public method put ] { - Parameters [2] { Parameter #0 [ $object ] Parameter #1 [ $putInput ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $getInput ] } } Method [ public method delete ] { - Parameters [2] { Parameter #0 [ $object ] Parameter #1 [ $delInput ] } } Method [ public method index ] { - Parameters [3] { Parameter #0 [ $index ] Parameter #1 [ $from ] Parameter #2 [ $to ] } } Method [ public method indexQuery ] { - Parameters [2] { Parameter #0 [ $query ] Parameter #1 [ $input ] } } Method [ public method counter ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getPropertyList ] { - Parameters [0] { } } Method [ public method setPropertyList ] { - Parameters [1] { Parameter #0 [ $bucket_properties ] } } Method [ public method getConflictResolver ] { - Parameters [0] { } } Method [ public method setConflictResolver ] { - Parameters [1] { Parameter #0 [ Riak\Output\ConflictResolver $resolver ] } } Method [ public method getKeyStream ] { - Parameters [1] { Parameter #0 [ $keystreamer ] } } Method [ public method getKeyList ] { - Parameters [0] { } } Method [ public method getName ] { - Parameters [0] { } } Method [ public method getConnection ] { - Parameters [0] { } } } } Class [ class Riak\BucketPropertyList ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [22] { Property [ private $nVal ] Property [ private $allowMult ] Property [ private $lastWriteWins ] Property [ private $oldVClock ] Property [ private $youngVClock ] Property [ private $smallVClock ] Property [ private $bigVClock ] Property [ private $r ] Property [ private $pr ] Property [ private $w ] Property [ private $dw ] Property [ private $pw ] Property [ private $rw ] Property [ private $basicQuorum ] Property [ private $notFoundOk ] Property [ private $searchEnabled ] Property [ private $backend ] Property [ private $preCommitHooks ] Property [ private $postCommitHooks ] Property [ private $chashKeyFun ] Property [ private $linkFun ] Property [ private $replicationMode ] } - Methods [45] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $nVal ] Parameter #1 [ $allowMult ] } } Method [ public method getNValue ] { - Parameters [0] { } } Method [ public method setNValue ] { - Parameters [1] { Parameter #0 [ $nVal ] } } Method [ public method getAllowMult ] { - Parameters [0] { } } Method [ public method setAllowMult ] { - Parameters [1] { Parameter #0 [ $allowMult ] } } Method [ public method getLastWriteWins ] { - Parameters [0] { } } Method [ public method setLastWriteWins ] { - Parameters [1] { Parameter #0 [ $lastWriteWins ] } } Method [ public method getOldVClock ] { - Parameters [0] { } } Method [ public method setOldVClock ] { - Parameters [1] { Parameter #0 [ $vClockValue ] } } Method [ public method getYoungVClock ] { - Parameters [0] { } } Method [ public method setYoungVClock ] { - Parameters [1] { Parameter #0 [ $vClockValue ] } } Method [ public method getSmallVClock ] { - Parameters [0] { } } Method [ public method setSmallVClock ] { - Parameters [1] { Parameter #0 [ $vClockValue ] } } Method [ public method getBigVClock ] { - Parameters [0] { } } Method [ public method setBigVClock ] { - Parameters [1] { Parameter #0 [ $vClockValue ] } } Method [ public method getR ] { - Parameters [0] { } } Method [ public method setR ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getPR ] { - Parameters [0] { } } Method [ public method setPR ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getW ] { - Parameters [0] { } } Method [ public method setW ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDW ] { - Parameters [0] { } } Method [ public method setDW ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getPW ] { - Parameters [0] { } } Method [ public method setPW ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getRW ] { - Parameters [0] { } } Method [ public method setRW ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getBasicQuorum ] { - Parameters [0] { } } Method [ public method setBasicQuorum ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getNotFoundOk ] { - Parameters [0] { } } Method [ public method setNotFoundOk ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getSearchEnabled ] { - Parameters [0] { } } Method [ public method setSearchEnabled ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getBackend ] { - Parameters [0] { } } Method [ public method setBackend ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getPreCommitHookList ] { - Parameters [0] { } } Method [ public method setPreCommitHookList ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getPostCommitHookList ] { - Parameters [0] { } } Method [ public method setPostCommitHookList ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getCHashKeyFun ] { - Parameters [0] { } } Method [ public method setCHashKeyFun ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getLinkFun ] { - Parameters [0] { } } Method [ public method setLinkFun ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getReplicationMode ] { - Parameters [0] { } } Method [ public method setReplicationMode ] { - Parameters [1] { Parameter #0 [ $value ] } } } } Class [ class Riak\Property\ModuleFunction ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private $module ] Property [ private $function ] } - Methods [5] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $module ] Parameter #1 [ $function ] } } Method [ public method getModule ] { - Parameters [0] { } } Method [ public method setModule ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getFunction ] { - Parameters [0] { } } Method [ public method setFunction ] { - Parameters [1] { Parameter #0 [ $value ] } } } } Class [ class Riak\Property\CommitHook ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private $moduleOrName ] Property [ private $function ] } - Methods [6] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $moduleOrName ] Parameter #1 [ $function ] } } Method [ public method getJsName ] { - Parameters [0] { } } Method [ public method getErlModule ] { - Parameters [0] { } } Method [ public method getErlFunction ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method isJavascript ] { - Parameters [0] { } } Method [ public method isErlang ] { - Parameters [0] { } } } } Class [ class Riak\Property\CommitHookList implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ private $hooks ] } - Methods [7] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method count ] { - Parameters [0] { } } Method [ public method getIterator ] { - Parameters [0] { } } } } Interface [ interface Riak\Property\ReplicationMode\ReplicationMode ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Riak\Property\ReplicationMode\FullSyncOnly implements Riak\Property\ReplicationMode\ReplicationMode ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Riak\Property\ReplicationMode\Disabled implements Riak\Property\ReplicationMode\ReplicationMode ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Riak\Property\ReplicationMode\RealTimeAndFullSync implements Riak\Property\ReplicationMode\ReplicationMode ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Riak\Property\ReplicationMode\RealTimeOnly implements Riak\Property\ReplicationMode\ReplicationMode ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Riak\MapReduce\MapReduce ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ private $phases ] Property [ private $connection ] Property [ private $input ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $connection ] } } Method [ public method addPhase ] { - Parameters [1] { Parameter #0 [ $phase ] } } Method [ public method setInput ] { - Parameters [1] { Parameter #0 [ $input ] } } Method [ public method toArray ] { - Parameters [1] { Parameter #0 [ $decode ] } } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ $decode ] } } Method [ public method run ] { - Parameters [1] { Parameter #0 [ $decode ] } } } } Class [ abstract class Riak\MapReduce\Phase\Phase ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $function ] Property [ protected $keep ] Property [ protected $arg ] } - Methods [1] { Method [ abstract public method toArray ] { - Parameters [0] { } } } } Class [ class Riak\MapReduce\Phase\MapPhase extends Riak\MapReduce\Phase\Phase ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $function ] Property [ protected $keep ] Property [ protected $arg ] } - Methods [2] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $function ] Parameter #1 [ $keep ] Parameter #2 [ $args ] } } Method [ public method toArray ] { - Parameters [0] { } } } } Class [ class Riak\MapReduce\Phase\ReducePhase extends Riak\MapReduce\Phase\Phase ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $function ] Property [ protected $keep ] Property [ protected $arg ] } - Methods [2] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $function ] Parameter #1 [ $keep ] Parameter #2 [ $args ] } } Method [ public method toArray ] { - Parameters [0] { } } } } Class [ abstract class Riak\MapReduce\Input\Input ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method getValue ] { - Parameters [0] { } } } } Class [ class Riak\MapReduce\Input\BucketInput extends Riak\MapReduce\Input\Input ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $name ] Property [ public $keyFilters ] Property [ protected $idxname ] Property [ protected $idxstart ] Property [ protected $idxend ] } - Methods [3] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setIndexFilter ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $start ] Parameter #2 [ $end ] } } Method [ public method getValue ] { - Parameters [0] { } } } } Class [ class Riak\MapReduce\Input\KeyDataListInput extends Riak\MapReduce\Input\Input ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $inputList ] } - Methods [3] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method add ] { - Parameters [3] { Parameter #0 [ $bucket ] Parameter #1 [ $key ] Parameter #2 [ $data ] } } Method [ public method getValue ] { - Parameters [0] { } } } } Class [ class Riak\MapReduce\Input\KeyListInput extends Riak\MapReduce\Input\Input ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $inputList ] } - Methods [4] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $bucketkeys_arr ] } } Method [ public method addArray ] { - Parameters [1] { Parameter #0 [ $bucketkeys_arr ] } } Method [ public method addSingle ] { - Parameters [2] { Parameter #0 [ $bucket ] Parameter #1 [ $key ] } } Method [ public method getValue ] { - Parameters [0] { } } } } Class [ class Riak\MapReduce\Output\Output ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private $value ] Property [ private $phase ] } - Methods [3] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ &$phase ] } } Method [ public method getValue ] { - Parameters [0] { } } Method [ public method getPhaseNumber ] { - Parameters [0] { } } } } Interface [ interface Riak\MapReduce\Output\StreamOutput ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method receive ] { - Parameters [1] { Parameter #0 [ $result ] } } } } Class [ abstract class Riak\MapReduce\Functions\BaseFunction ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method toArray ] { - Parameters [0] { } } } } Class [ class Riak\MapReduce\Functions\ErlangFunction extends Riak\MapReduce\Functions\BaseFunction ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $module ] Property [ protected $function ] } - Methods [2] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $module ] Parameter #1 [ $function ] } } Method [ public method toArray ] { - Parameters [0] { } } } } Class [ class Riak\MapReduce\Functions\JavascriptFunction extends Riak\MapReduce\Functions\BaseFunction ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method anon ] { - Parameters [1] { Parameter #0 [ $source ] } } Method [ static public method named ] { - Parameters [1] { Parameter #0 [ $source ] } } } - Properties [2] { Property [ protected $named ] Property [ protected $source ] } - Methods [2] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $named ] Parameter #1 [ $source ] } } Method [ public method toArray ] { - Parameters [0] { } } } } Class [ class Riak\Input\Input ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Riak\Input\DeleteInput extends Riak\Input\Input ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $r ] Property [ protected $rw ] Property [ protected $pr ] Property [ protected $w ] Property [ protected $dw ] Property [ protected $pw ] Property [ protected $vClock ] } - Methods [14] { Method [ public method setR ] { - Parameters [1] { Parameter #0 [ $r ] } } Method [ public method getR ] { - Parameters [0] { } } Method [ public method setPR ] { - Parameters [1] { Parameter #0 [ $pr ] } } Method [ public method getPR ] { - Parameters [0] { } } Method [ public method setRW ] { - Parameters [1] { Parameter #0 [ $rw ] } } Method [ public method getRW ] { - Parameters [0] { } } Method [ public method setW ] { - Parameters [1] { Parameter #0 [ $w ] } } Method [ public method getW ] { - Parameters [0] { } } Method [ public method setDW ] { - Parameters [1] { Parameter #0 [ $dw ] } } Method [ public method getDW ] { - Parameters [0] { } } Method [ public method setPW ] { - Parameters [1] { Parameter #0 [ $pw ] } } Method [ public method getPW ] { - Parameters [0] { } } Method [ public method setVClock ] { - Parameters [1] { Parameter #0 [ $vclock ] } } Method [ public method getVClock ] { - Parameters [0] { } } } } Class [ class Riak\Input\GetInput extends Riak\Input\Input ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $r ] Property [ protected $pr ] Property [ protected $basicQuorum ] Property [ protected $notFoundOk ] Property [ protected $ifModifiedVClock ] Property [ protected $returnHead ] Property [ protected $deletedVClock ] } - Methods [14] { Method [ public method setReturnHead ] { - Parameters [1] { Parameter #0 [ $return_head ] } } Method [ public method getReturnHead ] { - Parameters [0] { } } Method [ public method setR ] { - Parameters [1] { Parameter #0 [ $r ] } } Method [ public method getR ] { - Parameters [0] { } } Method [ public method setPR ] { - Parameters [1] { Parameter #0 [ $pr ] } } Method [ public method getPR ] { - Parameters [0] { } } Method [ public method setBasicQuorum ] { - Parameters [1] { Parameter #0 [ $basic_quorum ] } } Method [ public method getBasicQuorum ] { - Parameters [0] { } } Method [ public method setNotFoundOk ] { - Parameters [1] { Parameter #0 [ $not_found_ok ] } } Method [ public method getNotFoundOk ] { - Parameters [0] { } } Method [ public method setIfModifiedVClock ] { - Parameters [1] { Parameter #0 [ $ifModified_vclock ] } } Method [ public method getIfModifiedVClock ] { - Parameters [0] { } } Method [ public method setReturnDeletedVClock ] { - Parameters [1] { Parameter #0 [ $deleted_vclock ] } } Method [ public method getReturnDeletedVClock ] { - Parameters [0] { } } } } Class [ class Riak\Input\GetResolverInput extends Riak\Input\GetInput ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $r ] Property [ protected $pr ] Property [ protected $basicQuorum ] Property [ protected $notFoundOk ] Property [ protected $ifModifiedVClock ] Property [ protected $returnHead ] Property [ protected $deletedVClock ] Property [ protected $conflictResolver ] } - Methods [16] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Riak\Output\ConflictResolver $resolver ] } } Method [ public method getConflictResolver ] { - Parameters [0] { } } Method [ public method setReturnHead ] { - Parameters [1] { Parameter #0 [ $return_head ] } } Method [ public method getReturnHead ] { - Parameters [0] { } } Method [ public method setR ] { - Parameters [1] { Parameter #0 [ $r ] } } Method [ public method getR ] { - Parameters [0] { } } Method [ public method setPR ] { - Parameters [1] { Parameter #0 [ $pr ] } } Method [ public method getPR ] { - Parameters [0] { } } Method [ public method setBasicQuorum ] { - Parameters [1] { Parameter #0 [ $basic_quorum ] } } Method [ public method getBasicQuorum ] { - Parameters [0] { } } Method [ public method setNotFoundOk ] { - Parameters [1] { Parameter #0 [ $not_found_ok ] } } Method [ public method getNotFoundOk ] { - Parameters [0] { } } Method [ public method setIfModifiedVClock ] { - Parameters [1] { Parameter #0 [ $ifModified_vclock ] } } Method [ public method getIfModifiedVClock ] { - Parameters [0] { } } Method [ public method setReturnDeletedVClock ] { - Parameters [1] { Parameter #0 [ $deleted_vclock ] } } Method [ public method getReturnDeletedVClock ] { - Parameters [0] { } } } } Class [ class Riak\Input\PutInput extends Riak\Input\Input ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $w ] Property [ protected $dw ] Property [ protected $pw ] Property [ protected $vClock ] Property [ protected $returnHead ] Property [ protected $returnBody ] Property [ protected $ifNoneMatch ] Property [ protected $ifNotModified ] } - Methods [16] { Method [ public method setReturnHead ] { - Parameters [1] { Parameter #0 [ $return_head ] } } Method [ public method getReturnHead ] { - Parameters [0] { } } Method [ public method setW ] { - Parameters [1] { Parameter #0 [ $w ] } } Method [ public method getW ] { - Parameters [0] { } } Method [ public method setDW ] { - Parameters [1] { Parameter #0 [ $dw ] } } Method [ public method getDW ] { - Parameters [0] { } } Method [ public method setPW ] { - Parameters [1] { Parameter #0 [ $pw ] } } Method [ public method getPW ] { - Parameters [0] { } } Method [ public method setVClock ] { - Parameters [1] { Parameter #0 [ $vclock ] } } Method [ public method getVClock ] { - Parameters [0] { } } Method [ public method setReturnBody ] { - Parameters [1] { Parameter #0 [ $return_body ] } } Method [ public method getReturnBody ] { - Parameters [0] { } } Method [ public method setIfNoneMatch ] { - Parameters [1] { Parameter #0 [ $if_none_match ] } } Method [ public method getIfNoneMatch ] { - Parameters [0] { } } Method [ public method setIfNotModified ] { - Parameters [1] { Parameter #0 [ $if_not_modified ] } } Method [ public method getIfNotModified ] { - Parameters [0] { } } } } Class [ class Riak\Input\IndexInput extends Riak\Input\Input ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $continuation ] Property [ protected $maxResults ] } - Methods [4] { Method [ public method setContinuation ] { - Parameters [1] { Parameter #0 [ $continuation ] } } Method [ public method getContinuation ] { - Parameters [0] { } } Method [ public method setMaxResults ] { - Parameters [1] { Parameter #0 [ $continuation ] } } Method [ public method getMaxResults ] { - Parameters [0] { } } } } Class [ class Riak\Query\IndexQuery ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ private $name ] Property [ private $exactValue ] Property [ private $minValue ] Property [ private $maxValue ] Property [ private $isRange ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { - Parameters [0] { } } Method [ public method setExactValue ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getExactValue ] { - Parameters [0] { } } Method [ public method setRangeValue ] { - Parameters [2] { Parameter #0 [ $min ] Parameter #1 [ $max ] } } Method [ public method getRangeValue ] { - Parameters [0] { } } Method [ public method isRangeQuery ] { - Parameters [0] { } } } } Class [ class Riak\Output\Output ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $vClock ] Property [ protected $objectList ] Property [ protected $key ] Property [ protected $bucket ] Property [ protected $conflictResolver ] } - Methods [7] { Method [ public method getObjectList ] { - Parameters [0] { } } Method [ public method getVClock ] { - Parameters [0] { } } Method [ public method getKey ] { - Parameters [0] { } } Method [ public method hasSiblings ] { - Parameters [0] { } } Method [ public method hasObject ] { - Parameters [0] { } } Method [ public method getObject ] { - Parameters [0] { } } Method [ public method getFirstObject ] { - Parameters [0] { } } } } Class [ class Riak\Output\GetOutput extends Riak\Output\Output ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $vClock ] Property [ protected $objectList ] Property [ protected $key ] Property [ protected $bucket ] Property [ protected $conflictResolver ] Property [ protected $unchanged ] } - Methods [8] { Method [ public method isUnchanged ] { - Parameters [0] { } } Method [ public method getObjectList ] { - Parameters [0] { } } Method [ public method getVClock ] { - Parameters [0] { } } Method [ public method getKey ] { - Parameters [0] { } } Method [ public method hasSiblings ] { - Parameters [0] { } } Method [ public method hasObject ] { - Parameters [0] { } } Method [ public method getObject ] { - Parameters [0] { } } Method [ public method getFirstObject ] { - Parameters [0] { } } } } Class [ class Riak\Output\PutOutput extends Riak\Output\Output ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $vClock ] Property [ protected $objectList ] Property [ protected $key ] Property [ protected $bucket ] Property [ protected $conflictResolver ] } - Methods [7] { Method [ public method getObjectList ] { - Parameters [0] { } } Method [ public method getVClock ] { - Parameters [0] { } } Method [ public method getKey ] { - Parameters [0] { } } Method [ public method hasSiblings ] { - Parameters [0] { } } Method [ public method hasObject ] { - Parameters [0] { } } Method [ public method getObject ] { - Parameters [0] { } } Method [ public method getFirstObject ] { - Parameters [0] { } } } } Interface [ interface Riak\Output\KeyStreamOutput ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method process ] { - Parameters [1] { Parameter #0 [ $key ] } } } } Class [ class Riak\ObjectList implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ private $objects ] } - Methods [10] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method first ] { - Parameters [0] { } } Method [ public method last ] { - Parameters [0] { } } Method [ public method isEmpty ] { - Parameters [0] { } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method count ] { - Parameters [0] { } } Method [ public method getIterator ] { - Parameters [0] { } } } } Class [ class Riak\Output\IndexResult ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $key ] } - Methods [2] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getKey ] { - Parameters [0] { } } } } Class [ class Riak\Output\IndexResultList implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $resultList ] } - Methods [7] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method count ] { - Parameters [0] { } } Method [ public method getIterator ] { - Parameters [0] { } } } } Class [ class Riak\Output\IndexOutput ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $result ] Property [ protected $continuation ] } - Methods [3] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $indexOutput ] Parameter #1 [ $continuation ] } } Method [ public method getContinuation ] { - Parameters [0] { } } Method [ public method getResultList ] { - Parameters [0] { } } } } Interface [ interface Riak\Output\ConflictResolver ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method resolve ] { - Parameters [1] { Parameter #0 [ Riak\ObjectList $objects ] } } } } Class [ class Riak\Output\YoungestSiblingResolver implements Riak\Output\ConflictResolver ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method resolve ] { - Parameters [1] { Parameter #0 [ Riak\ObjectList $objects ] } } } } Class [ class Riak\Exception\RiakException extends Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Riak\Exception\BadArgumentsException extends Riak\Exception\RiakException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Riak\Exception\ConnectionException extends Riak\Exception\RiakException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Riak\Exception\CommunicationException extends Riak\Exception\RiakException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Riak\Exception\UnexpectedResponseException extends Riak\Exception\RiakException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Riak\Exception\NonUniqueException extends Riak\Exception\RiakException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Riak\Exception\UnresolvedConflictException extends Riak\Exception\RiakException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Riak\PoolInfo ] { - Constants [0] { } - Static properties [0] { } - Static methods [3] { Method [ static public method getNumActiveConnection ] { } Method [ static public method getNumActivePersistentConnection ] { } Method [ static public method getNumReconnect ] { } } - Properties [0] { } - Methods [0] { } } Class [ class Riak\Search\Search ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $connection ] } - Methods [2] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $client ] } } Method [ public method search ] { - Parameters [3] { Parameter #0 [ $index ] Parameter #1 [ $query ] Parameter #2 [ $parameters ] } } } } Class [ class Riak\Search\Input\ParameterBag ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $rowLimit ] Property [ protected $start ] Property [ protected $sort ] Property [ protected $filter ] Property [ protected $defaultField ] Property [ protected $defaultOperation ] Property [ protected $presort ] Property [ protected $fieldLimits ] } - Methods [16] { Method [ public method setRowLimit ] { - Parameters [1] { Parameter #0 [ $rowlimit ] } } Method [ public method getRowLimit ] { - Parameters [0] { } } Method [ public method setStartOffset ] { - Parameters [1] { Parameter #0 [ $start ] } } Method [ public method getStartOffset ] { - Parameters [0] { } } Method [ public method setSort ] { - Parameters [1] { Parameter #0 [ $sort ] } } Method [ public method getSort ] { - Parameters [0] { } } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $sort ] } } Method [ public method getFilter ] { - Parameters [0] { } } Method [ public method setDefaultField ] { - Parameters [1] { Parameter #0 [ $defaultfield ] } } Method [ public method getDefaultField ] { - Parameters [0] { } } Method [ public method setDefaultOperation ] { - Parameters [1] { Parameter #0 [ $defaultop ] } } Method [ public method getDefaultOperation ] { - Parameters [0] { } } Method [ public method setPresort ] { - Parameters [1] { Parameter #0 [ $presort ] } } Method [ public method getPresort ] { - Parameters [0] { } } Method [ public method setFieldLimits ] { - Parameters [1] { Parameter #0 [ $fieldlimit ] } } Method [ public method getFieldLimits ] { - Parameters [0] { } } } } Class [ class Riak\Search\Output\Output ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ private $maxScore ] Property [ private $numFound ] Property [ private $documents ] } - Methods [5] { Method [ public method hasMaxScore ] { - Parameters [0] { } } Method [ public method getMaxScore ] { - Parameters [0] { } } Method [ public method hasNumFound ] { - Parameters [0] { } } Method [ public method getNumFound ] { - Parameters [0] { } } Method [ public method getDocuments ] { - Parameters [0] { } } } } Class [ class Riak\Search\Output\DocumentOutput ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ private $fields ] } - Methods [1] { Method [ public method getFields ] { - Parameters [0] { } } } } Class [ class Riak\Crdt\Counter ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $bucket ] Property [ protected $key ] } - Methods [4] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $bucket ] Parameter #1 [ $key ] } } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ $amount ] Parameter #1 [ $updateInput ] } } Method [ public method incrementAndGet ] { - Parameters [2] { Parameter #0 [ $amount ] Parameter #1 [ $updateInput ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $getInput ] } } } } Class [ class Riak\Crdt\Input\GetInput ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $r ] Property [ protected $pr ] Property [ protected $basicQuorum ] Property [ protected $notFoundOk ] } - Methods [8] { Method [ public method setR ] { - Parameters [1] { Parameter #0 [ $r ] } } Method [ public method getR ] { - Parameters [0] { } } Method [ public method setPR ] { - Parameters [1] { Parameter #0 [ $pr ] } } Method [ public method getPR ] { - Parameters [0] { } } Method [ public method setBasicQuorum ] { - Parameters [1] { Parameter #0 [ $basicQuorum ] } } Method [ public method getBasicQuorum ] { - Parameters [0] { } } Method [ public method setNotFoundOk ] { - Parameters [1] { Parameter #0 [ $notFoundOk ] } } Method [ public method getNotFoundOk ] { - Parameters [0] { } } } } Class [ class Riak\Crdt\Input\UpdateInput ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $w ] Property [ protected $dw ] Property [ protected $pw ] } - Methods [6] { Method [ public method setW ] { - Parameters [1] { Parameter #0 [ $w ] } } Method [ public method getW ] { - Parameters [0] { } } Method [ public method setDW ] { - Parameters [1] { Parameter #0 [ $dw ] } } Method [ public method getDW ] { - Parameters [0] { } } Method [ public method setPW ] { - Parameters [1] { Parameter #0 [ $pw ] } } Method [ public method getPW ] { - Parameters [0] { } } } } Class [ class Riak\ServerInfo ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ private $connection ] } - Methods [3] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $connection ] } } Method [ public method getNode ] { - Parameters [0] { } } Method [ public method getServerVersion ] { - Parameters [0] { } } } } } }