WaitStatistic Interface
public interface WaitStatistic
An immutable client-side representation of WaitStatistic.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Long |
count()
Gets the count property: Wait event count observed in this time interval. |
| abstract String |
databaseName()
Gets the database |
|
abstract
Offset |
endTime()
Gets the end |
| abstract String |
eventName()
Gets the event |
| abstract String |
eventTypeName()
Gets the event |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Wait |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Long |
queryId()
Gets the query |
|
abstract
Offset |
startTime()
Gets the start |
| abstract Double |
totalTimeInMs()
Gets the total |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Long |
userId()
Gets the user |
Method Details
count
public abstract Long count()
Gets the count property: Wait event count observed in this time interval.
Returns:
databaseName
public abstract String databaseName()
Gets the databaseName property: Database Name.
Returns:
endTime
public abstract OffsetDateTime endTime()
Gets the endTime property: Observation end time.
Returns:
eventName
public abstract String eventName()
Gets the eventName property: Wait event name.
Returns:
eventTypeName
public abstract String eventTypeName()
Gets the eventTypeName property: Wait event type name.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract WaitStatisticInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
queryId
public abstract Long queryId()
Gets the queryId property: Database query identifier.
Returns:
startTime
public abstract OffsetDateTime startTime()
Gets the startTime property: Observation start time.
Returns:
totalTimeInMs
public abstract Double totalTimeInMs()
Gets the totalTimeInMs property: Total time of wait in milliseconds in this time interval.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
userId
public abstract Long userId()
Gets the userId property: Database user identifier.
Returns: