Interface ClientWireProtocol.ExecuteQueryResponseOrBuilder

    • Method Detail

      • hasResponse

        boolean hasResponse()
        .xg.cmdcomp.ConfirmationResponse response = 1;
        Returns:
        Whether the response field is set.
      • getRedirect

        boolean getRedirect()
        Redirect = true, means we are telling client to send the command elsewhere
         
        bool redirect = 2;
        Returns:
        The redirect.
      • getRedirectHost

        String getRedirectHost()
        string redirectHost = 3;
        Returns:
        The redirectHost.
      • getRedirectHostBytes

        com.google.protobuf.ByteString getRedirectHostBytes()
        string redirectHost = 3;
        Returns:
        The bytes for redirectHost.
      • getRedirectPort

        int getRedirectPort()
        fixed32 redirectPort = 4;
        Returns:
        The redirectPort.