nodes
The nodes table holds information about this iProcess Engine node. A node is a single logical iProcess Engine, which may be installed either on a single computer, or spread across several using a node cluster architecture.
Structure
The nodes table has the following structure:
TABLE nodes(
| node_id | NOT NULL, | |
| node_name | NOT NULL, | |
| dir_name | NOT NULL, | |
| mail_addr | ||
| mail_cert | ||
| mail_type | NOT NULL, | |
| node_public | NOT NULL, | |
| node_slave | NOT NULL, | |
| node_deleted | NOT NULL, | |
| rpc_majvers | NOT NULL, | |
| rpc_minvers | NOT NULL, | |
| server_majvers | NOT NULL, | |
| server_minvers | NOT NULL) |
|
Column |
Description |
|
|
Unique ID of this iProcess node. Note: This value is always |
|
|
Logical name for this node. |
|
|
Name of the directory which holds the node's data (SWDIR). |
|
|
Not used. Reserved for possible future use. |
|
|
Not used. Reserved for possible future use. |
|
|
Not used. Reserved for possible future use. |
|
|
Not used. Reserved for possible future use. |
|
|
Not used. Reserved for possible future use. |
|
|
Not used. Reserved for possible future use. |
|
|
Not used. Reserved for possible future use. |
|
|
Not used. Reserved for possible future use. |
|
|
Not used. Reserved for possible future use. |
|
|
Not used. Reserved for possible future use. |
Primary Key
The following primary key is defined for this table.
|
Key Name |
Column(s) |
Index Tablespace |
|
|
|
Foreign Keys
Indexes
None.
Storage
The following STORAGE values are defined for this table.
|
Value |
Definition |
|
Initial |
|
|
Percentage Increase |
|
|
Tablespace |
Table Activity
The nodes table contains one row, which is the entry for the iProcess Engine.
Rows are added, updated and deleted in the following situations.
|
Action |
Description |
|
added |
never. |
|
updated |
never. |
|
deleted |
never. |