Interface HostAware

All Known Subinterfaces:
PgConnection
All Known Implementing Classes:
PgConnectionImpl

public interface HostAware
Allows getting information about database host.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves information about host in the cluster.
  • Method Details

    • getHost

      @Nonnull PgHost getHost()
      Retrieves information about host in the cluster.
      Returns:
      PgHost
      See Also: