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

Go to the source code of this file.

Namespaces

namespace  HCE

Functions

 hce_manage_get_help ()
 hce_manage_node_get_handler_properties ($response_str, $delimiter=HCE_ADMIN_CMD_DELIMITER, $time_format=null)
 hce_manage_node_get_info ($host, $port, $timeout, $params='')
 hce_manage_node_handler_command ($host, $port, $handler=HCE_HANDLER_ADMIN, $command=HCE_CMD_PROPERTIES, $parameters='', $timeout)
 hce_manage_nodes_get_info ($args)
 hce_manage_command_cluster_structure_check ($args)
 hce_manage_node_detect_role ($node)
 hce_manage_node_set_structure_relations (&$node_info)
 hce_manage_command_cluster_node_handler_command ($args, $handler=HCE_HANDLER_ADMIN, $command=HCE_CMD_ECHO, $parameters='')

Variables

 defined ('HCE_CLUSTER_CMD_TIMEOUT') or define('HCE_CLUSTER_CMD_TIMEOUT'

Function Documentation

hce_manage_command_cluster_node_handler_command (   $args,
  $handler = HCE_HANDLER_ADMIN,
  $command = HCE_CMD_ECHO,
  $parameters = '' 
)

Definition at line 624 of file manager.inc.php.

Here is the call graph for this function:

hce_manage_command_cluster_structure_check (   $args)

Definition at line 350 of file manager.inc.php.

Here is the call graph for this function:

hce_manage_get_help ( )

Definition at line 111 of file manager.inc.php.

hce_manage_node_detect_role (   $node)

Definition at line 491 of file manager.inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

hce_manage_node_get_handler_properties (   $response_str,
  $delimiter = HCE_ADMIN_CMD_DELIMITER,
  $time_format = null 
)

Definition at line 186 of file manager.inc.php.

Here is the caller graph for this function:

hce_manage_node_get_info (   $host,
  $port,
  $timeout,
  $params = '' 
)

Definition at line 219 of file manager.inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

hce_manage_node_handler_command (   $host,
  $port,
  $handler = HCE_HANDLER_ADMIN,
  $command = HCE_CMD_PROPERTIES,
  $parameters = '',
  $timeout 
)

Definition at line 261 of file manager.inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

hce_manage_node_set_structure_relations ( $node_info)

Definition at line 584 of file manager.inc.php.

Here is the caller graph for this function:

hce_manage_nodes_get_info (   $args)

Definition at line 292 of file manager.inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

defined('HCE_CLUSTER_CMD_PROPERTIES_FIELD_NODEMODE') or define('HCE_CLUSTER_CMD_PROPERTIES_FIELD_NODEMODE'

Define and init cluster node admin request default timeout ms.

Define synthetic cluster commands names. Synthetic commands defined and executed inside ACN manager implementation

Define cluster node admin command properties names

Define cluster node role names used as management alises in json schema structure definition files

Define cluster node role code

Define cluster node role detection errors

Define cluster node ports list

Define and init cluster node admin request default date format for responses.

Define and init cluster node admin PROPERTIES request fields names.

Definition at line 20 of file manager.inc.php.