HCE Project PHP language client API bindings  1.5.1
Hierarchical Cluster Engine PHP Client Interface API
 All Classes Namespaces Files Functions Variables Pages
hce_drce_api.inc.php File Reference

Go to the source code of this file.

Namespaces

namespace  HCE

Functions

 hce_drce_exec_create_parameters_array ($parameters, $type)
 hce_drce_exec_prepare_request ($parameters_array, $type, $id, $ttl, $subtasks=array())
 hce_drce_exec_prepare_request_admin ($parameters_array, $type, $id, $subtasks=array())
 hce_drce_exec_parse_response ($response_body)
 hce_drce_exec_parse_response_json ($response_body)
 hce_drce_create_subtasks_array ($subtasks)

Variables

 defined ('SPHINX_JSON_USE_BASE64') or define('SPHINX_JSON_USE_BASE64'

Function Documentation

hce_drce_create_subtasks_array (   $subtasks)

Definition at line 418 of file hce_drce_api.inc.php.

hce_drce_exec_create_parameters_array (   $parameters,
  $type 
)

Definition at line 152 of file hce_drce_api.inc.php.

hce_drce_exec_parse_response (   $response_body)

Definition at line 377 of file hce_drce_api.inc.php.

hce_drce_exec_parse_response_json (   $response_body)

Definition at line 387 of file hce_drce_api.inc.php.

hce_drce_exec_prepare_request (   $parameters_array,
  $type,
  $id,
  $ttl,
  $subtasks = array() 
)

Definition at line 329 of file hce_drce_api.inc.php.

Here is the call graph for this function:

hce_drce_exec_prepare_request_admin (   $parameters_array,
  $type,
  $id,
  $subtasks = array() 
)

Definition at line 356 of file hce_drce_api.inc.php.

Here is the caller graph for this function:

Variable Documentation

defined('HCE_DRCE_REQUEST_READ_FROM_FILE_STATEMENT') or define('HCE_DRCE_REQUEST_READ_FROM_FILE_STATEMENT'

Define and init DRCE FO encode base64 usage, 0 - not used, 1 - used

Define and init DRCE request timeout ms.

Define and init DRCE request TTL ms.

Define and init DRCE error codes.

Define and init DRCE request command name.

Define and init DRCE request protocol json query fields names

Define and init DRCE request protocol json "session" fields names

Define and init DRCE request protocol json "limits" fields names

Define and init DRCE request protocol json "files" fields names

Define and init DRCE response protocol json main fields names

Define and init DRCE response protocol json results item fields names

Define and init DRCE request protocol json fields names

Define and init DRCE request types

Define and init DRCE request type check types

Define and init DRCE request terminate alg

Define and init DRCE request terminate delay

Define and init DRCE request terminate repeat

Define and init DRCE request terminate signal

Define and init DRCE request get type

Define and init DRCE request file i/o statement

Definition at line 19 of file hce_drce_api.inc.php.