Interface ClientWireProtocol.ExecuteQueryResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.ExecuteQueryResponse, ClientWireProtocol.ExecuteQueryResponse.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.ExecuteQueryResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    True if the server supports parallel
    boolean
    true iff the result set is guaranteed to be unsorted.
    int
    How many threads should the client use to fetch?
    The query ID (generated server side) can be used by a client to cancel/kill
    com.google.protobuf.ByteString
    The query ID (generated server side) can be used by a client to cancel/kill
    boolean
    Redirect = true, means we are telling client to send the command elsewhere
    string redirectHost = 3;
    com.google.protobuf.ByteString
    string redirectHost = 3;
    int
    fixed32 redirectPort = 4;
    .xg.cmdcomp.ConfirmationResponse response = 1;
    .xg.cmdcomp.ConfirmationResponse response = 1;
    boolean
    .xg.cmdcomp.ConfirmationResponse response = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasResponse

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

      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      The response.
    • getResponseOrBuilder

      .xg.cmdcomp.ConfirmationResponse response = 1;
    • 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.
    • getQueryId

      String getQueryId()
       The query ID (generated server side) can be used by a client to cancel/kill
       
      string queryId = 5;
      Returns:
      The queryId.
    • getQueryIdBytes

      com.google.protobuf.ByteString getQueryIdBytes()
       The query ID (generated server side) can be used by a client to cancel/kill
       
      string queryId = 5;
      Returns:
      The bytes for queryId.
    • getNumClientThreads

      int getNumClientThreads()
       How many threads should the client use to fetch?
       
      fixed32 numClientThreads = 6;
      Returns:
      The numClientThreads.
    • getIsUnsorted

      boolean getIsUnsorted()
       true iff the result set is guaranteed to be unsorted.
       
      bool isUnsorted = 7;
      Returns:
      The isUnsorted.
    • getIsBufferSequencingEnabled

      boolean getIsBufferSequencingEnabled()
       True if the server supports parallel
       
      bool isBufferSequencingEnabled = 8;
      Returns:
      The isBufferSequencingEnabled.