Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
0.00% |
0 / 6 |
|
0.00% |
0 / 24 |
CRAP | |
6.23% |
23 / 369 |
Pageable | |
0.00% |
0 / 1 |
|
0.00% |
0 / 4 |
166.86 | |
28.40% |
23 / 81 |
__construct | |
0.00% |
0 / 1 |
6.02 | |
92.00% |
23 / 25 |
|||
getName | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
read | |
0.00% |
0 / 1 |
90 | |
0.00% |
0 / 35 |
|||
write | |
0.00% |
0 / 1 |
20 | |
0.00% |
0 / 20 |
|||
AppReference | |
0.00% |
0 / 1 |
|
0.00% |
0 / 4 |
156 | |
0.00% |
0 / 47 |
__construct | |
0.00% |
0 / 1 |
20 | |
0.00% |
0 / 13 |
|||
getName | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
read | |
0.00% |
0 / 1 |
30 | |
0.00% |
0 / 23 |
|||
write | |
0.00% |
0 / 1 |
6 | |
0.00% |
0 / 10 |
|||
TraceInfo | |
0.00% |
0 / 1 |
|
0.00% |
0 / 4 |
272 | |
0.00% |
0 / 64 |
__construct | |
0.00% |
0 / 1 |
30 | |
0.00% |
0 / 19 |
|||
getName | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
read | |
0.00% |
0 / 1 |
56 | |
0.00% |
0 / 29 |
|||
write | |
0.00% |
0 / 1 |
12 | |
0.00% |
0 / 15 |
|||
OpenSearchResult | |
0.00% |
0 / 1 |
|
0.00% |
0 / 4 |
306 | |
0.00% |
0 / 68 |
__construct | |
0.00% |
0 / 1 |
30 | |
0.00% |
0 / 20 |
|||
getName | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
read | |
0.00% |
0 / 1 |
56 | |
0.00% |
0 / 30 |
|||
write | |
0.00% |
0 / 1 |
20 | |
0.00% |
0 / 17 |
|||
OpenSearchException | |
0.00% |
0 / 1 |
|
0.00% |
0 / 4 |
420 | |
0.00% |
0 / 81 |
__construct | |
0.00% |
0 / 1 |
42 | |
0.00% |
0 / 25 |
|||
getName | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
read | |
0.00% |
0 / 1 |
90 | |
0.00% |
0 / 35 |
|||
write | |
0.00% |
0 / 1 |
20 | |
0.00% |
0 / 20 |
|||
OpenSearchClientException | |
0.00% |
0 / 1 |
|
0.00% |
0 / 4 |
56 | |
0.00% |
0 / 28 |
__construct | |
0.00% |
0 / 1 |
6 | |
0.00% |
0 / 5 |
|||
getName | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
read | |
0.00% |
0 / 1 |
12 | |
0.00% |
0 / 17 |
|||
write | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 5 |
<?php | |
namespace OpenSearch\Generated\Common; | |
/** | |
* Autogenerated by Thrift Compiler (0.10.0) | |
* | |
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | |
* @generated | |
*/ | |
use Thrift\Base\TBase; | |
use Thrift\Type\TType; | |
use Thrift\Type\TMessageType; | |
use Thrift\Exception\TException; | |
use Thrift\Exception\TProtocolException; | |
use Thrift\Protocol\TProtocol; | |
use Thrift\Protocol\TBinaryProtocolAccelerated; | |
use Thrift\Exception\TApplicationException; | |
class Pageable { | |
static $_TSPEC; | |
/** | |
* @var int | |
*/ | |
public $page = null; | |
/** | |
* @var int | |
*/ | |
public $size = null; | |
/** | |
* @var int | |
*/ | |
public $start = null; | |
public function __construct($vals=null) { | |
if (!isset(self::$_TSPEC)) { | |
self::$_TSPEC = array( | |
10 => array( | |
'var' => 'page', | |
'type' => TType::I32, | |
), | |
11 => array( | |
'var' => 'size', | |
'type' => TType::I32, | |
), | |
12 => array( | |
'var' => 'start', | |
'type' => TType::I32, | |
), | |
); | |
} | |
if (is_array($vals)) { | |
if (isset($vals['page'])) { | |
$this->page = $vals['page']; | |
} | |
if (isset($vals['size'])) { | |
$this->size = $vals['size']; | |
} | |
if (isset($vals['start'])) { | |
$this->start = $vals['start']; | |
} | |
} | |
} | |
public function getName() { | |
return 'Pageable'; | |
} | |
public function read($input) | |
{ | |
$xfer = 0; | |
$fname = null; | |
$ftype = 0; | |
$fid = 0; | |
$xfer += $input->readStructBegin($fname); | |
while (true) | |
{ | |
$xfer += $input->readFieldBegin($fname, $ftype, $fid); | |
if ($ftype == TType::STOP) { | |
break; | |
} | |
switch ($fid) | |
{ | |
case 10: | |
if ($ftype == TType::I32) { | |
$xfer += $input->readI32($this->page); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
case 11: | |
if ($ftype == TType::I32) { | |
$xfer += $input->readI32($this->size); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
case 12: | |
if ($ftype == TType::I32) { | |
$xfer += $input->readI32($this->start); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
default: | |
$xfer += $input->skip($ftype); | |
break; | |
} | |
$xfer += $input->readFieldEnd(); | |
} | |
$xfer += $input->readStructEnd(); | |
return $xfer; | |
} | |
public function write($output) { | |
$xfer = 0; | |
$xfer += $output->writeStructBegin('Pageable'); | |
if ($this->page !== null) { | |
$xfer += $output->writeFieldBegin('page', TType::I32, 10); | |
$xfer += $output->writeI32($this->page); | |
$xfer += $output->writeFieldEnd(); | |
} | |
if ($this->size !== null) { | |
$xfer += $output->writeFieldBegin('size', TType::I32, 11); | |
$xfer += $output->writeI32($this->size); | |
$xfer += $output->writeFieldEnd(); | |
} | |
if ($this->start !== null) { | |
$xfer += $output->writeFieldBegin('start', TType::I32, 12); | |
$xfer += $output->writeI32($this->start); | |
$xfer += $output->writeFieldEnd(); | |
} | |
$xfer += $output->writeFieldStop(); | |
$xfer += $output->writeStructEnd(); | |
return $xfer; | |
} | |
} | |
class AppReference { | |
static $_TSPEC; | |
/** | |
* @var string | |
*/ | |
public $id = null; | |
public function __construct($vals=null) { | |
if (!isset(self::$_TSPEC)) { | |
self::$_TSPEC = array( | |
1 => array( | |
'var' => 'id', | |
'type' => TType::STRING, | |
), | |
); | |
} | |
if (is_array($vals)) { | |
if (isset($vals['id'])) { | |
$this->id = $vals['id']; | |
} | |
} | |
} | |
public function getName() { | |
return 'AppReference'; | |
} | |
public function read($input) | |
{ | |
$xfer = 0; | |
$fname = null; | |
$ftype = 0; | |
$fid = 0; | |
$xfer += $input->readStructBegin($fname); | |
while (true) | |
{ | |
$xfer += $input->readFieldBegin($fname, $ftype, $fid); | |
if ($ftype == TType::STOP) { | |
break; | |
} | |
switch ($fid) | |
{ | |
case 1: | |
if ($ftype == TType::STRING) { | |
$xfer += $input->readString($this->id); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
default: | |
$xfer += $input->skip($ftype); | |
break; | |
} | |
$xfer += $input->readFieldEnd(); | |
} | |
$xfer += $input->readStructEnd(); | |
return $xfer; | |
} | |
public function write($output) { | |
$xfer = 0; | |
$xfer += $output->writeStructBegin('AppReference'); | |
if ($this->id !== null) { | |
$xfer += $output->writeFieldBegin('id', TType::STRING, 1); | |
$xfer += $output->writeString($this->id); | |
$xfer += $output->writeFieldEnd(); | |
} | |
$xfer += $output->writeFieldStop(); | |
$xfer += $output->writeStructEnd(); | |
return $xfer; | |
} | |
} | |
class TraceInfo { | |
static $_TSPEC; | |
/** | |
* @var string | |
*/ | |
public $requestId = null; | |
/** | |
* @var string | |
*/ | |
public $tracer = null; | |
public function __construct($vals=null) { | |
if (!isset(self::$_TSPEC)) { | |
self::$_TSPEC = array( | |
1 => array( | |
'var' => 'requestId', | |
'type' => TType::STRING, | |
), | |
3 => array( | |
'var' => 'tracer', | |
'type' => TType::STRING, | |
), | |
); | |
} | |
if (is_array($vals)) { | |
if (isset($vals['requestId'])) { | |
$this->requestId = $vals['requestId']; | |
} | |
if (isset($vals['tracer'])) { | |
$this->tracer = $vals['tracer']; | |
} | |
} | |
} | |
public function getName() { | |
return 'TraceInfo'; | |
} | |
public function read($input) | |
{ | |
$xfer = 0; | |
$fname = null; | |
$ftype = 0; | |
$fid = 0; | |
$xfer += $input->readStructBegin($fname); | |
while (true) | |
{ | |
$xfer += $input->readFieldBegin($fname, $ftype, $fid); | |
if ($ftype == TType::STOP) { | |
break; | |
} | |
switch ($fid) | |
{ | |
case 1: | |
if ($ftype == TType::STRING) { | |
$xfer += $input->readString($this->requestId); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
case 3: | |
if ($ftype == TType::STRING) { | |
$xfer += $input->readString($this->tracer); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
default: | |
$xfer += $input->skip($ftype); | |
break; | |
} | |
$xfer += $input->readFieldEnd(); | |
} | |
$xfer += $input->readStructEnd(); | |
return $xfer; | |
} | |
public function write($output) { | |
$xfer = 0; | |
$xfer += $output->writeStructBegin('TraceInfo'); | |
if ($this->requestId !== null) { | |
$xfer += $output->writeFieldBegin('requestId', TType::STRING, 1); | |
$xfer += $output->writeString($this->requestId); | |
$xfer += $output->writeFieldEnd(); | |
} | |
if ($this->tracer !== null) { | |
$xfer += $output->writeFieldBegin('tracer', TType::STRING, 3); | |
$xfer += $output->writeString($this->tracer); | |
$xfer += $output->writeFieldEnd(); | |
} | |
$xfer += $output->writeFieldStop(); | |
$xfer += $output->writeStructEnd(); | |
return $xfer; | |
} | |
} | |
class OpenSearchResult { | |
static $_TSPEC; | |
/** | |
* @var string | |
*/ | |
public $result = null; | |
/** | |
* @var \OpenSearch\Generated\Common\TraceInfo | |
*/ | |
public $traceInfo = null; | |
public function __construct($vals=null) { | |
if (!isset(self::$_TSPEC)) { | |
self::$_TSPEC = array( | |
1 => array( | |
'var' => 'result', | |
'type' => TType::STRING, | |
), | |
3 => array( | |
'var' => 'traceInfo', | |
'type' => TType::STRUCT, | |
'class' => '\OpenSearch\Generated\Common\TraceInfo', | |
), | |
); | |
} | |
if (is_array($vals)) { | |
if (isset($vals['result'])) { | |
$this->result = $vals['result']; | |
} | |
if (isset($vals['traceInfo'])) { | |
$this->traceInfo = $vals['traceInfo']; | |
} | |
} | |
} | |
public function getName() { | |
return 'OpenSearchResult'; | |
} | |
public function read($input) | |
{ | |
$xfer = 0; | |
$fname = null; | |
$ftype = 0; | |
$fid = 0; | |
$xfer += $input->readStructBegin($fname); | |
while (true) | |
{ | |
$xfer += $input->readFieldBegin($fname, $ftype, $fid); | |
if ($ftype == TType::STOP) { | |
break; | |
} | |
switch ($fid) | |
{ | |
case 1: | |
if ($ftype == TType::STRING) { | |
$xfer += $input->readString($this->result); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
case 3: | |
if ($ftype == TType::STRUCT) { | |
$this->traceInfo = new \OpenSearch\Generated\Common\TraceInfo(); | |
$xfer += $this->traceInfo->read($input); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
default: | |
$xfer += $input->skip($ftype); | |
break; | |
} | |
$xfer += $input->readFieldEnd(); | |
} | |
$xfer += $input->readStructEnd(); | |
return $xfer; | |
} | |
public function write($output) { | |
$xfer = 0; | |
$xfer += $output->writeStructBegin('OpenSearchResult'); | |
if ($this->result !== null) { | |
$xfer += $output->writeFieldBegin('result', TType::STRING, 1); | |
$xfer += $output->writeString($this->result); | |
$xfer += $output->writeFieldEnd(); | |
} | |
if ($this->traceInfo !== null) { | |
if (!is_object($this->traceInfo)) { | |
throw new TProtocolException('Bad type in structure.', TProtocolException::INVALID_DATA); | |
} | |
$xfer += $output->writeFieldBegin('traceInfo', TType::STRUCT, 3); | |
$xfer += $this->traceInfo->write($output); | |
$xfer += $output->writeFieldEnd(); | |
} | |
$xfer += $output->writeFieldStop(); | |
$xfer += $output->writeStructEnd(); | |
return $xfer; | |
} | |
} | |
class OpenSearchException extends TException { | |
static $_TSPEC; | |
/** | |
* @var int | |
*/ | |
public $code = null; | |
/** | |
* @var string | |
*/ | |
public $message = null; | |
/** | |
* @var string | |
*/ | |
public $requestId = null; | |
public function __construct($vals=null) { | |
if (!isset(self::$_TSPEC)) { | |
self::$_TSPEC = array( | |
1 => array( | |
'var' => 'code', | |
'type' => TType::I32, | |
), | |
2 => array( | |
'var' => 'message', | |
'type' => TType::STRING, | |
), | |
3 => array( | |
'var' => 'requestId', | |
'type' => TType::STRING, | |
), | |
); | |
} | |
if (is_array($vals)) { | |
if (isset($vals['code'])) { | |
$this->code = $vals['code']; | |
} | |
if (isset($vals['message'])) { | |
$this->message = $vals['message']; | |
} | |
if (isset($vals['requestId'])) { | |
$this->requestId = $vals['requestId']; | |
} | |
} | |
} | |
public function getName() { | |
return 'OpenSearchException'; | |
} | |
public function read($input) | |
{ | |
$xfer = 0; | |
$fname = null; | |
$ftype = 0; | |
$fid = 0; | |
$xfer += $input->readStructBegin($fname); | |
while (true) | |
{ | |
$xfer += $input->readFieldBegin($fname, $ftype, $fid); | |
if ($ftype == TType::STOP) { | |
break; | |
} | |
switch ($fid) | |
{ | |
case 1: | |
if ($ftype == TType::I32) { | |
$xfer += $input->readI32($this->code); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
case 2: | |
if ($ftype == TType::STRING) { | |
$xfer += $input->readString($this->message); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
case 3: | |
if ($ftype == TType::STRING) { | |
$xfer += $input->readString($this->requestId); | |
} else { | |
$xfer += $input->skip($ftype); | |
} | |
break; | |
default: | |
$xfer += $input->skip($ftype); | |
break; | |
} | |
$xfer += $input->readFieldEnd(); | |
} | |
$xfer += $input->readStructEnd(); | |
return $xfer; | |
} | |
public function write($output) { | |
$xfer = 0; | |
$xfer += $output->writeStructBegin('OpenSearchException'); | |
if ($this->code !== null) { | |
$xfer += $output->writeFieldBegin('code', TType::I32, 1); | |
$xfer += $output->writeI32($this->code); | |
$xfer += $output->writeFieldEnd(); | |
} | |
if ($this->message !== null) { | |
$xfer += $output->writeFieldBegin('message', TType::STRING, 2); | |
$xfer += $output->writeString($this->message); | |
$xfer += $output->writeFieldEnd(); | |
} | |
if ($this->requestId !== null) { | |
$xfer += $output->writeFieldBegin('requestId', TType::STRING, 3); | |
$xfer += $output->writeString($this->requestId); | |
$xfer += $output->writeFieldEnd(); | |
} | |
$xfer += $output->writeFieldStop(); | |
$xfer += $output->writeStructEnd(); | |
return $xfer; | |
} | |
} | |
class OpenSearchClientException extends TException { | |
static $_TSPEC; | |
public function __construct() { | |
if (!isset(self::$_TSPEC)) { | |
self::$_TSPEC = array( | |
); | |
} | |
} | |
public function getName() { | |
return 'OpenSearchClientException'; | |
} | |
public function read($input) | |
{ | |
$xfer = 0; | |
$fname = null; | |
$ftype = 0; | |
$fid = 0; | |
$xfer += $input->readStructBegin($fname); | |
while (true) | |
{ | |
$xfer += $input->readFieldBegin($fname, $ftype, $fid); | |
if ($ftype == TType::STOP) { | |
break; | |
} | |
switch ($fid) | |
{ | |
default: | |
$xfer += $input->skip($ftype); | |
break; | |
} | |
$xfer += $input->readFieldEnd(); | |
} | |
$xfer += $input->readStructEnd(); | |
return $xfer; | |
} | |
public function write($output) { | |
$xfer = 0; | |
$xfer += $output->writeStructBegin('OpenSearchClientException'); | |
$xfer += $output->writeFieldStop(); | |
$xfer += $output->writeStructEnd(); | |
return $xfer; | |
} | |
} | |