All Downloads are FREE. Search and download functionalities are using the official Maven repository.

water.bindings.pojos.NodeV3 Maven / Gradle / Ivy

There is a newer version: 3.8.2.11
Show newest version
package water.bindings.pojos;

import com.google.gson.Gson;

public class NodeV3 extends Schema {
    /** IP */
    public String h2o;

    /** IP address and port in the form a.b.c.d:e */
    public String ip_port;

    /** (now-last_ping)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy