Package com.ocient.jdbc.proto
Interface ClientWireProtocol.CompletedQueriesRowOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.CompletedQueriesRow,ClientWireProtocol.CompletedQueriesRow.Builder
- Enclosing class:
- ClientWireProtocol
public static interface ClientWireProtocol.CompletedQueriesRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description longgetBytesReturned()the number of bytes returned by the queryStringgetClientIp()the IP of the clientcom.google.protobuf.ByteStringgetClientIpBytes()the IP of the clientStringgetClientVersion()the version of the connector used to submit the querycom.google.protobuf.ByteStringgetClientVersionBytes()the version of the connector used to submit the queryintgetCode()the SQL state codedoublegetCostEstimate()the plan cost estimatecom.google.protobuf.StringValuegetDatabaseId()the string representation of the database uuid the user was connected tocom.google.protobuf.StringValueOrBuildergetDatabaseIdOrBuilder()the string representation of the database uuid the user was connected todoublegetHeuristicCost()the plan heuristic costintgetPlanParallelism()the plan parallelismdoublegetPlanPriority()the priority assigned to this planlonggetPsoThreshold()the pso threshold used during plan optimizationStringgetReason()the reasoncom.google.protobuf.ByteStringgetReasonBytes()the reasonlonggetRowsReturned()the number of rows returned by the querylonggetRuntime()the number of seconds take to complete the queryStringgetSql()the sql textcom.google.protobuf.ByteStringgetSqlBytes()the sql textStringgetState()the string representation of the SQL statecom.google.protobuf.ByteStringgetStateBytes()the string representation of the SQL statelonggetTempDiskSpaceConsumed()the total amount of temp disk space consumed in bytesStringgetTimeComplete()the string representation of the time the query completed executioncom.google.protobuf.ByteStringgetTimeCompleteBytes()the string representation of the time the query completed executionStringgetTimeExecStart()the string representation of the time the query began executioncom.google.protobuf.ByteStringgetTimeExecStartBytes()the string representation of the time the query began executionlonggetTimestampComplete()ms since epoch representation of the time the query completed executionlonggetTimestampExecStart()ms since epoch representation of the time the query began executionlonggetTimestampStart()ms since epoch representation of the time the query was accepted by the sql nodeStringgetTimeStart()the string representation of the time the query was accepted by the sql nodecom.google.protobuf.ByteStringgetTimeStartBytes()the string representation of the time the query was accepted by the sql nodeStringgetUser()the string representation of the user's uuidcom.google.protobuf.ByteStringgetUserBytes()the string representation of the user's uuidStringgetUuid()the query plan uuidcom.google.protobuf.ByteStringgetUuidBytes()the query plan uuidbooleanhasDatabaseId()the string representation of the database uuid the user was connected toMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUser
String getUser()the string representation of the user's uuid
string user = 1; -
getUserBytes
com.google.protobuf.ByteString getUserBytes()the string representation of the user's uuid
string user = 1; -
hasDatabaseId
boolean hasDatabaseId()the string representation of the database uuid the user was connected to
.google.protobuf.StringValue database_id = 2; -
getDatabaseId
com.google.protobuf.StringValue getDatabaseId()the string representation of the database uuid the user was connected to
.google.protobuf.StringValue database_id = 2; -
getDatabaseIdOrBuilder
com.google.protobuf.StringValueOrBuilder getDatabaseIdOrBuilder()the string representation of the database uuid the user was connected to
.google.protobuf.StringValue database_id = 2; -
getClientVersion
String getClientVersion()the version of the connector used to submit the query
string client_version = 3; -
getClientVersionBytes
com.google.protobuf.ByteString getClientVersionBytes()the version of the connector used to submit the query
string client_version = 3; -
getClientIp
String getClientIp()the IP of the client
string client_ip = 4; -
getClientIpBytes
com.google.protobuf.ByteString getClientIpBytes()the IP of the client
string client_ip = 4; -
getSql
String getSql()the sql text
string sql = 5; -
getSqlBytes
com.google.protobuf.ByteString getSqlBytes()the sql text
string sql = 5; -
getTimestampStart
long getTimestampStart()ms since epoch representation of the time the query was accepted by the sql node
uint64 timestamp_start = 6; -
getTimeStart
String getTimeStart()the string representation of the time the query was accepted by the sql node
string time_start = 7; -
getTimeStartBytes
com.google.protobuf.ByteString getTimeStartBytes()the string representation of the time the query was accepted by the sql node
string time_start = 7; -
getTimestampComplete
long getTimestampComplete()ms since epoch representation of the time the query completed execution
uint64 timestamp_complete = 8; -
getTimeComplete
String getTimeComplete()the string representation of the time the query completed execution
string time_complete = 9; -
getTimeCompleteBytes
com.google.protobuf.ByteString getTimeCompleteBytes()the string representation of the time the query completed execution
string time_complete = 9; -
getCode
int getCode()the SQL state code
int32 code = 10; -
getState
String getState()the string representation of the SQL state
string state = 11; -
getStateBytes
com.google.protobuf.ByteString getStateBytes()the string representation of the SQL state
string state = 11; -
getReason
String getReason()the reason
string reason = 12; -
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()the reason
string reason = 12; -
getTimestampExecStart
long getTimestampExecStart()ms since epoch representation of the time the query began execution
uint64 timestamp_exec_start = 13; -
getTimeExecStart
String getTimeExecStart()the string representation of the time the query began execution
string time_exec_start = 14; -
getTimeExecStartBytes
com.google.protobuf.ByteString getTimeExecStartBytes()the string representation of the time the query began execution
string time_exec_start = 14; -
getUuid
String getUuid()the query plan uuid
string uuid = 15; -
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()the query plan uuid
string uuid = 15; -
getPlanPriority
double getPlanPriority()the priority assigned to this plan
double plan_priority = 16; -
getCostEstimate
double getCostEstimate()the plan cost estimate
double cost_estimate = 17; -
getPlanParallelism
int getPlanParallelism()the plan parallelism
uint32 plan_parallelism = 18; -
getHeuristicCost
double getHeuristicCost()the plan heuristic cost
double heuristic_cost = 19; -
getPsoThreshold
long getPsoThreshold()the pso threshold used during plan optimization
uint64 pso_threshold = 20; -
getRowsReturned
long getRowsReturned()the number of rows returned by the query
uint64 rows_returned = 21; -
getBytesReturned
long getBytesReturned()the number of bytes returned by the query
uint64 bytes_returned = 22; -
getRuntime
long getRuntime()the number of seconds take to complete the query
uint64 runtime = 23; -
getTempDiskSpaceConsumed
long getTempDiskSpaceConsumed()the total amount of temp disk space consumed in bytes
uint64 temp_disk_space_consumed = 24;
-