DataStorm.Node.*

On this page:

DataStorm.Node.Server.AdapterProperty

Synopsis

DataStorm.Node.Server.AdapterProperty=value

Description

DataStorm uses the adapter name DataStorm.Node.Server for the object adapter that processes incoming requests from other DataStorm nodes. Therefore, adapter properties can be used to configure this adapter.

The DataStorm.Node.Server.Endpoints controls the server endpoint for a DataStorm node. If not defined, the default endpoint is tcp, and the node listens on all available network interfaces with a system allocated port number.

DataStorm.Node.Multicast.AdapterProperty

DataStorm uses the adapter name DataStorm.Node.Multicast for the object adapter that processes incoming multi-cast requests from other DataStorm nodes.

The DataStorm.Node.Multicast.Endpoints controls the multicast endpoint for a DataStorm node. If not defined, the default endpoint is udp -h 239.255.0.1 -p 10000.