Skip to main content
get_all_available_full_urls(stringified=True)[source]

Return the list of GPUdb.URL objects or its string representation that points to the current head node of each of the clusters in the ring.

Parameters

stringified (bool) –

Optional argument. If True, return the string representation, otherwise return the GPUdb.URL object. Default is True.

Returns

The GPUdb.URL object or its string representation.