Class PingRequest

    • Constructor Detail

      • PingRequest

        public PingRequest​(FederatedIdentity identity,
                           String catalogName,
                           String queryId)
        Constructs a new PingRequest object.
        Parameters:
        identity - The identity of the caller.
        catalogName - The catalog name that is being pinged.
        queryId - The ID of the pinging query.
    • Method Detail

      • getCatalogName

        public String getCatalogName()
        Returns the catalog name that is being pinged.
        Returns:
        The catalog name that is being pinged.
      • getQueryId

        public String getQueryId()
        Returns the ID of the pinging query.
        Returns:
        The ID of the pinging query.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object