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 databaseName property: Database Name.

abstract OffsetDateTime endTime()

Gets the endTime property: Observation end time.

abstract String eventName()

Gets the eventName property: Wait event name.

abstract String eventTypeName()

Gets the eventTypeName property: Wait event type name.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract WaitStatisticInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract Long queryId()

Gets the queryId property: Database query identifier.

abstract OffsetDateTime startTime()

Gets the startTime property: Observation start time.

abstract Double totalTimeInMs()

Gets the totalTimeInMs property: Total time of wait in milliseconds in this time interval.

abstract String type()

Gets the type property: The type of the resource.

abstract Long userId()

Gets the userId property: Database user identifier.

Method Details

count

public abstract Long count()

Gets the count property: Wait event count observed in this time interval.

Returns:

the count value.

databaseName

public abstract String databaseName()

Gets the databaseName property: Database Name.

Returns:

the databaseName value.

endTime

public abstract OffsetDateTime endTime()

Gets the endTime property: Observation end time.

Returns:

the endTime value.

eventName

public abstract String eventName()

Gets the eventName property: Wait event name.

Returns:

the eventName value.

eventTypeName

public abstract String eventTypeName()

Gets the eventTypeName property: Wait event type name.

Returns:

the eventTypeName value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract WaitStatisticInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

queryId

public abstract Long queryId()

Gets the queryId property: Database query identifier.

Returns:

the queryId value.

startTime

public abstract OffsetDateTime startTime()

Gets the startTime property: Observation start time.

Returns:

the startTime value.

totalTimeInMs

public abstract Double totalTimeInMs()

Gets the totalTimeInMs property: Total time of wait in milliseconds in this time interval.

Returns:

the totalTimeInMs value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

userId

public abstract Long userId()

Gets the userId property: Database user identifier.

Returns:

the userId value.

Applies to