Package com.ocient.jdbc.proto
Interface ClientWireProtocol.SysQueriesRowOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.SysQueriesRow,ClientWireProtocol.SysQueriesRow.Builder
- Enclosing class:
ClientWireProtocol
public static interface ClientWireProtocol.SysQueriesRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring database = 9;com.google.protobuf.ByteStringstring database = 9;floatfloat effective_priority = 2;intint32 elapsed_time_sec = 6;longint64 estimated_result_rows = 12;longint64 estimated_result_size = 13;intint32 estimated_time_sec = 3;floatfloat initial_effective_priority = 17;floatfloat initial_priority = 16;floatfloat priority_adjust_factor = 18;intuint32 priority_adjust_time = 19;string query_id = 1;com.google.protobuf.ByteStringstring query_id = 1;string query_server = 8;com.google.protobuf.ByteStringstring query_server = 8;string remoteIP = 10;com.google.protobuf.ByteStringstring remoteIP = 10;longint64 sent_bytes = 15;longint64 sent_rows = 14;string service_class = 11;com.google.protobuf.ByteStringstring service_class = 11;string sql_text = 5;com.google.protobuf.ByteStringstring sql_text = 5;string status = 7;com.google.protobuf.ByteStringstring status = 7;string userid = 4;com.google.protobuf.ByteStringstring userid = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getQueryId
String getQueryId()string query_id = 1;- Returns:
- The queryId.
-
getQueryIdBytes
com.google.protobuf.ByteString getQueryIdBytes()string query_id = 1;- Returns:
- The bytes for queryId.
-
getEffectivePriority
float getEffectivePriority()float effective_priority = 2;- Returns:
- The effectivePriority.
-
getEstimatedTimeSec
int getEstimatedTimeSec()int32 estimated_time_sec = 3;- Returns:
- The estimatedTimeSec.
-
getUserid
String getUserid()string userid = 4;- Returns:
- The userid.
-
getUseridBytes
com.google.protobuf.ByteString getUseridBytes()string userid = 4;- Returns:
- The bytes for userid.
-
getSqlText
String getSqlText()string sql_text = 5;- Returns:
- The sqlText.
-
getSqlTextBytes
com.google.protobuf.ByteString getSqlTextBytes()string sql_text = 5;- Returns:
- The bytes for sqlText.
-
getElapsedTimeSec
int getElapsedTimeSec()int32 elapsed_time_sec = 6;- Returns:
- The elapsedTimeSec.
-
getStatus
String getStatus()string status = 7;- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()string status = 7;- Returns:
- The bytes for status.
-
getQueryServer
String getQueryServer()string query_server = 8;- Returns:
- The queryServer.
-
getQueryServerBytes
com.google.protobuf.ByteString getQueryServerBytes()string query_server = 8;- Returns:
- The bytes for queryServer.
-
getDatabase
String getDatabase()string database = 9;- Returns:
- The database.
-
getDatabaseBytes
com.google.protobuf.ByteString getDatabaseBytes()string database = 9;- Returns:
- The bytes for database.
-
getRemoteIP
String getRemoteIP()string remoteIP = 10;- Returns:
- The remoteIP.
-
getRemoteIPBytes
com.google.protobuf.ByteString getRemoteIPBytes()string remoteIP = 10;- Returns:
- The bytes for remoteIP.
-
getServiceClass
String getServiceClass()string service_class = 11;- Returns:
- The serviceClass.
-
getServiceClassBytes
com.google.protobuf.ByteString getServiceClassBytes()string service_class = 11;- Returns:
- The bytes for serviceClass.
-
getEstimatedResultRows
long getEstimatedResultRows()int64 estimated_result_rows = 12;- Returns:
- The estimatedResultRows.
-
getEstimatedResultSize
long getEstimatedResultSize()int64 estimated_result_size = 13;- Returns:
- The estimatedResultSize.
-
getSentRows
long getSentRows()int64 sent_rows = 14;- Returns:
- The sentRows.
-
getSentBytes
long getSentBytes()int64 sent_bytes = 15;- Returns:
- The sentBytes.
-
getInitialPriority
float getInitialPriority()float initial_priority = 16;- Returns:
- The initialPriority.
-
getInitialEffectivePriority
float getInitialEffectivePriority()float initial_effective_priority = 17;- Returns:
- The initialEffectivePriority.
-
getPriorityAdjustFactor
float getPriorityAdjustFactor()float priority_adjust_factor = 18;- Returns:
- The priorityAdjustFactor.
-
getPriorityAdjustTime
int getPriorityAdjustTime()uint32 priority_adjust_time = 19;- Returns:
- The priorityAdjustTime.
-