Interface ClientWireProtocol.RequestOrBuilder

    • Method Detail

      • getTypeValue

        int getTypeValue()
        .xg.cmdcomp.Request.RequestType type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • hasClientConnection

        boolean hasClientConnection()
        .xg.cmdcomp.ClientConnection client_connection = 2;
        Returns:
        Whether the clientConnection field is set.
      • hasClientConnection2

        boolean hasClientConnection2()
        .xg.cmdcomp.ClientConnection2 client_connection2 = 3;
        Returns:
        Whether the clientConnection2 field is set.
      • hasGetSchema

        boolean hasGetSchema()
        .xg.cmdcomp.GetSchema get_schema = 4;
        Returns:
        Whether the getSchema field is set.
      • hasCloseConnection

        boolean hasCloseConnection()
        .xg.cmdcomp.CloseConnection close_connection = 5;
        Returns:
        Whether the closeConnection field is set.
      • hasSetSchema

        boolean hasSetSchema()
        .xg.cmdcomp.SetSchema set_schema = 6;
        Returns:
        Whether the setSchema field is set.
      • hasTestConnection

        boolean hasTestConnection()
        .xg.cmdcomp.TestConnection test_connection = 7;
        Returns:
        Whether the testConnection field is set.
      • hasFetchData

        boolean hasFetchData()
        .xg.cmdcomp.FetchData fetch_data = 8;
        Returns:
        Whether the fetchData field is set.
      • hasFetchMetadata

        boolean hasFetchMetadata()
        .xg.cmdcomp.FetchMetadata fetch_metadata = 9;
        Returns:
        Whether the fetchMetadata field is set.
      • hasCloseResultSet

        boolean hasCloseResultSet()
        .xg.cmdcomp.CloseResultSet close_result_set = 10;
        Returns:
        Whether the closeResultSet field is set.
      • hasExecuteQuery

        boolean hasExecuteQuery()
        .xg.cmdcomp.ExecuteQuery execute_query = 11;
        Returns:
        Whether the executeQuery field is set.
      • hasExecuteExplain

        boolean hasExecuteExplain()
        .xg.cmdcomp.ExecuteExplain execute_explain = 12;
        Returns:
        Whether the executeExplain field is set.
      • hasExecuteExplainForSpark

        boolean hasExecuteExplainForSpark()
        .xg.cmdcomp.ExecuteExplainForSpark execute_explain_for_spark = 13;
        Returns:
        Whether the executeExplainForSpark field is set.
      • hasExecuteUpdate

        boolean hasExecuteUpdate()
        .xg.cmdcomp.ExecuteUpdate execute_update = 14;
        Returns:
        Whether the executeUpdate field is set.
      • hasLoadBroadcast

        boolean hasLoadBroadcast()
        .xg.cmdcomp.LoadBroadcast load_broadcast = 15;
        Returns:
        Whether the loadBroadcast field is set.
      • hasFetchSystemMetadata

        boolean hasFetchSystemMetadata()
        .xg.cmdcomp.FetchSystemMetadata fetch_system_metadata = 16;
        Returns:
        Whether the fetchSystemMetadata field is set.
      • hasCancelQuery

        boolean hasCancelQuery()
        .xg.cmdcomp.CancelQuery cancel_query = 17;
        Returns:
        Whether the cancelQuery field is set.
      • hasSystemWideQueries

        boolean hasSystemWideQueries()
        .xg.cmdcomp.SystemWideQueries system_wide_queries = 18;
        Returns:
        Whether the systemWideQueries field is set.
      • hasLocalQueries

        boolean hasLocalQueries()
        .xg.cmdcomp.LocalQueries local_queries = 19;
        Returns:
        Whether the localQueries field is set.
      • hasExecutePlan

        boolean hasExecutePlan()
        .xg.cmdcomp.ExecutePlan execute_plan = 20;
        Returns:
        Whether the executePlan field is set.
      • hasExplainPlan

        boolean hasExplainPlan()
        .xg.cmdcomp.ExplainPlan explain_plan = 21;
        Returns:
        Whether the explainPlan field is set.
      • hasListPlan

        boolean hasListPlan()
        .xg.cmdcomp.ListPlan list_plan = 22;
        Returns:
        Whether the listPlan field is set.
      • hasKillQuery

        boolean hasKillQuery()
        .xg.cmdcomp.KillQuery kill_query = 23;
        Returns:
        Whether the killQuery field is set.
      • hasExecuteInlinePlan

        boolean hasExecuteInlinePlan()
        .xg.cmdcomp.ExecuteInlinePlan execute_inline_plan = 24;
        Returns:
        Whether the executeInlinePlan field is set.
      • hasForceExternal

        boolean hasForceExternal()
        .xg.cmdcomp.ForceExternal force_external = 25;
        Returns:
        Whether the forceExternal field is set.
      • hasExecuteExport

        boolean hasExecuteExport()
        .xg.cmdcomp.ExecuteExport execute_export = 26;
        Returns:
        Whether the executeExport field is set.
      • hasSetPso

        boolean hasSetPso()
        .xg.cmdcomp.SetPSO set_pso = 27;
        Returns:
        Whether the setPso field is set.