Module interface:clustfind - Clustering interface for RMoX
Clustering interface for RMoX.
Index
-
Channel type
CT.CLUSTFIND- Cluster channel-type-
Variable
in?- Requests to cluster -
Variable
out!- Responses from cluster
-
Variable
-
Protocol
P.CLUSTFIND.IN- Cluster input protocol-
Tag
add.machine- add a machine by IP -
Tag
list- List currently know servers
-
Tag
-
Protocol
P.CLUSTFIND.OUT- Cluster output protocol-
Tag
list- List of IDs of know servers
-
Tag
Declarations
clustfind_chan.inc:46Protocol P.CLUSTFIND.IN
PROTOCOL P.CLUSTFIND.IN
Cluster input protocol.
clustfind_chan.inc:48Tag list
list
List currently know servers
clustfind_chan.inc:49Tag add.machine
add.machine; INT32
add a machine by IP
clustfind_chan.inc:54Protocol P.CLUSTFIND.OUT
PROTOCOL P.CLUSTFIND.OUT
Cluster output protocol.
clustfind_chan.inc:56Tag list
list; MOBILE []INT64
List of IDs of know servers
clustfind_chan.inc:60Channel type CT.CLUSTFIND
CHAN TYPE CT.CLUSTFIND
Cluster channel-type.
clustfind_chan.inc:62Variable in?
CHAN P.CLUSTFIND.IN
Requests to cluster.
clustfind_chan.inc:63Variable out!
CHAN P.CLUSTFIND.OUT
Responses from cluster.