Class GPUdbWorkerList
A list of worker URLs to use for multi-head ingest.
Automatically populates the GPUdbWorkerList object with the worker URLs for the GPUdb server to support multi-head ingest. (If the specified GPUdb instance has multi-head ingest disabled, the worker list will have the head node URL only and multi-head ingest will not be used.)
Note that in some cases, workers may be configured to use more than one IP address, not all of which may be accessible to the client; this constructor uses the first IP returned by the server for each worker.
Parameters
Validates the input string as an IP address (accepts IPv4 only).
Parameters
Returns: true or false.
Returns a list of the URLs for the GPUdb workers.
Returns whether multi-head I/O is enabled at the server.
Returns the IP regex, if any, used to create the worker list.