Class Endpoint

java.lang.Object
org.apache.flink.kubernetes.kubeclient.Endpoint

public class Endpoint extends Object
Represent an endpoint.
  • Constructor Details

    • Endpoint

      public Endpoint(String address, int port)
  • Method Details

    • getAddress

      public String getAddress()
    • getPort

      public int getPort()