Interface UserBitShared.QueryProfileOrBuilder

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

public static interface UserBitShared.QueryProfileOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasId

      boolean hasId()
      optional .exec.shared.QueryId id = 1;
      Returns:
      Whether the id field is set.
    • getId

      optional .exec.shared.QueryId id = 1;
      Returns:
      The id.
    • getIdOrBuilder

      optional .exec.shared.QueryId id = 1;
    • hasType

      boolean hasType()
      optional .exec.shared.QueryType type = 2;
      Returns:
      Whether the type field is set.
    • getType

      optional .exec.shared.QueryType type = 2;
      Returns:
      The type.
    • hasStart

      boolean hasStart()
      optional int64 start = 3;
      Returns:
      Whether the start field is set.
    • getStart

      long getStart()
      optional int64 start = 3;
      Returns:
      The start.
    • hasEnd

      boolean hasEnd()
      optional int64 end = 4;
      Returns:
      Whether the end field is set.
    • getEnd

      long getEnd()
      optional int64 end = 4;
      Returns:
      The end.
    • hasQuery

      boolean hasQuery()
      optional string query = 5;
      Returns:
      Whether the query field is set.
    • getQuery

      String getQuery()
      optional string query = 5;
      Returns:
      The query.
    • getQueryBytes

      com.google.protobuf.ByteString getQueryBytes()
      optional string query = 5;
      Returns:
      The bytes for query.
    • hasPlan

      boolean hasPlan()
      optional string plan = 6;
      Returns:
      Whether the plan field is set.
    • getPlan

      String getPlan()
      optional string plan = 6;
      Returns:
      The plan.
    • getPlanBytes

      com.google.protobuf.ByteString getPlanBytes()
      optional string plan = 6;
      Returns:
      The bytes for plan.
    • hasForeman

      boolean hasForeman()
      optional .exec.DrillbitEndpoint foreman = 7;
      Returns:
      Whether the foreman field is set.
    • getForeman

      optional .exec.DrillbitEndpoint foreman = 7;
      Returns:
      The foreman.
    • getForemanOrBuilder

      optional .exec.DrillbitEndpoint foreman = 7;
    • hasState

      boolean hasState()
      optional .exec.shared.QueryResult.QueryState state = 8;
      Returns:
      Whether the state field is set.
    • getState

      optional .exec.shared.QueryResult.QueryState state = 8;
      Returns:
      The state.
    • hasTotalFragments

      boolean hasTotalFragments()
      optional int32 total_fragments = 9;
      Returns:
      Whether the totalFragments field is set.
    • getTotalFragments

      int getTotalFragments()
      optional int32 total_fragments = 9;
      Returns:
      The totalFragments.
    • hasFinishedFragments

      boolean hasFinishedFragments()
      optional int32 finished_fragments = 10;
      Returns:
      Whether the finishedFragments field is set.
    • getFinishedFragments

      int getFinishedFragments()
      optional int32 finished_fragments = 10;
      Returns:
      The finishedFragments.
    • getFragmentProfileList

      List<UserBitShared.MajorFragmentProfile> getFragmentProfileList()
      repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
    • getFragmentProfile

      UserBitShared.MajorFragmentProfile getFragmentProfile(int index)
      repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
    • getFragmentProfileCount

      int getFragmentProfileCount()
      repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
    • getFragmentProfileOrBuilderList

      List<? extends UserBitShared.MajorFragmentProfileOrBuilder> getFragmentProfileOrBuilderList()
      repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
    • getFragmentProfileOrBuilder

      UserBitShared.MajorFragmentProfileOrBuilder getFragmentProfileOrBuilder(int index)
      repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
    • hasUser

      boolean hasUser()
      optional string user = 12 [default = "-"];
      Returns:
      Whether the user field is set.
    • getUser

      String getUser()
      optional string user = 12 [default = "-"];
      Returns:
      The user.
    • getUserBytes

      com.google.protobuf.ByteString getUserBytes()
      optional string user = 12 [default = "-"];
      Returns:
      The bytes for user.
    • hasError

      boolean hasError()
      optional string error = 13;
      Returns:
      Whether the error field is set.
    • getError

      String getError()
      optional string error = 13;
      Returns:
      The error.
    • getErrorBytes

      com.google.protobuf.ByteString getErrorBytes()
      optional string error = 13;
      Returns:
      The bytes for error.
    • hasVerboseError

      boolean hasVerboseError()
      optional string verboseError = 14;
      Returns:
      Whether the verboseError field is set.
    • getVerboseError

      String getVerboseError()
      optional string verboseError = 14;
      Returns:
      The verboseError.
    • getVerboseErrorBytes

      com.google.protobuf.ByteString getVerboseErrorBytes()
      optional string verboseError = 14;
      Returns:
      The bytes for verboseError.
    • hasErrorId

      boolean hasErrorId()
      optional string error_id = 15;
      Returns:
      Whether the errorId field is set.
    • getErrorId

      String getErrorId()
      optional string error_id = 15;
      Returns:
      The errorId.
    • getErrorIdBytes

      com.google.protobuf.ByteString getErrorIdBytes()
      optional string error_id = 15;
      Returns:
      The bytes for errorId.
    • hasErrorNode

      boolean hasErrorNode()
      optional string error_node = 16;
      Returns:
      Whether the errorNode field is set.
    • getErrorNode

      String getErrorNode()
      optional string error_node = 16;
      Returns:
      The errorNode.
    • getErrorNodeBytes

      com.google.protobuf.ByteString getErrorNodeBytes()
      optional string error_node = 16;
      Returns:
      The bytes for errorNode.
    • hasOptionsJson

      boolean hasOptionsJson()
      optional string options_json = 17;
      Returns:
      Whether the optionsJson field is set.
    • getOptionsJson

      String getOptionsJson()
      optional string options_json = 17;
      Returns:
      The optionsJson.
    • getOptionsJsonBytes

      com.google.protobuf.ByteString getOptionsJsonBytes()
      optional string options_json = 17;
      Returns:
      The bytes for optionsJson.
    • hasPlanEnd

      boolean hasPlanEnd()
      optional int64 planEnd = 18;
      Returns:
      Whether the planEnd field is set.
    • getPlanEnd

      long getPlanEnd()
      optional int64 planEnd = 18;
      Returns:
      The planEnd.
    • hasQueueWaitEnd

      boolean hasQueueWaitEnd()
      optional int64 queueWaitEnd = 19;
      Returns:
      Whether the queueWaitEnd field is set.
    • getQueueWaitEnd

      long getQueueWaitEnd()
      optional int64 queueWaitEnd = 19;
      Returns:
      The queueWaitEnd.
    • hasTotalCost

      boolean hasTotalCost()
      optional double total_cost = 20;
      Returns:
      Whether the totalCost field is set.
    • getTotalCost

      double getTotalCost()
      optional double total_cost = 20;
      Returns:
      The totalCost.
    • hasQueueName

      boolean hasQueueName()
      optional string queue_name = 21 [default = "-"];
      Returns:
      Whether the queueName field is set.
    • getQueueName

      String getQueueName()
      optional string queue_name = 21 [default = "-"];
      Returns:
      The queueName.
    • getQueueNameBytes

      com.google.protobuf.ByteString getQueueNameBytes()
      optional string queue_name = 21 [default = "-"];
      Returns:
      The bytes for queueName.
    • hasQueryId

      boolean hasQueryId()
      optional string queryId = 22;
      Returns:
      Whether the queryId field is set.
    • getQueryId

      String getQueryId()
      optional string queryId = 22;
      Returns:
      The queryId.
    • getQueryIdBytes

      com.google.protobuf.ByteString getQueryIdBytes()
      optional string queryId = 22;
      Returns:
      The bytes for queryId.
    • hasAutoLimit

      boolean hasAutoLimit()
      optional int32 autoLimit = 23;
      Returns:
      Whether the autoLimit field is set.
    • getAutoLimit

      int getAutoLimit()
      optional int32 autoLimit = 23;
      Returns:
      The autoLimit.
    • getScannedPluginsList

      List<String> getScannedPluginsList()
      repeated string scanned_plugins = 24;
      Returns:
      A list containing the scannedPlugins.
    • getScannedPluginsCount

      int getScannedPluginsCount()
      repeated string scanned_plugins = 24;
      Returns:
      The count of scannedPlugins.
    • getScannedPlugins

      String getScannedPlugins(int index)
      repeated string scanned_plugins = 24;
      Parameters:
      index - The index of the element to return.
      Returns:
      The scannedPlugins at the given index.
    • getScannedPluginsBytes

      com.google.protobuf.ByteString getScannedPluginsBytes(int index)
      repeated string scanned_plugins = 24;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the scannedPlugins at the given index.