Interface WaitStatistic
-
public interface WaitStatisticAn immutable client-side representation of WaitStatistic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Longcount()Gets the count property: Wait event count observed in this time interval.StringdatabaseName()Gets the databaseName property: Database Name.OffsetDateTimeendTime()Gets the endTime property: Observation end time.StringeventName()Gets the eventName property: Wait event name.StringeventTypeName()Gets the eventTypeName property: Wait event type name.Stringid()Gets the id property: Fully qualified resource Id for the resource.WaitStatisticInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner object.Stringname()Gets the name property: The name of the resource.LongqueryId()Gets the queryId property: Database query identifier.OffsetDateTimestartTime()Gets the startTime property: Observation start time.DoubletotalTimeInMs()Gets the totalTimeInMs property: Total time of wait in milliseconds in this time interval.Stringtype()Gets the type property: The type of the resource.LonguserId()Gets the userId property: Database user identifier.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
startTime
OffsetDateTime startTime()
Gets the startTime property: Observation start time.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()
Gets the endTime property: Observation end time.- Returns:
- the endTime value.
-
eventName
String eventName()
Gets the eventName property: Wait event name.- Returns:
- the eventName value.
-
eventTypeName
String eventTypeName()
Gets the eventTypeName property: Wait event type name.- Returns:
- the eventTypeName value.
-
queryId
Long queryId()
Gets the queryId property: Database query identifier.- Returns:
- the queryId value.
-
databaseName
String databaseName()
Gets the databaseName property: Database Name.- Returns:
- the databaseName value.
-
userId
Long userId()
Gets the userId property: Database user identifier.- Returns:
- the userId value.
-
count
Long count()
Gets the count property: Wait event count observed in this time interval.- Returns:
- the count value.
-
totalTimeInMs
Double totalTimeInMs()
Gets the totalTimeInMs property: Total time of wait in milliseconds in this time interval.- Returns:
- the totalTimeInMs value.
-
innerModel
WaitStatisticInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner object.- Returns:
- the inner object.
-
-