Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.WaitStatisticInner
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of WaitStatisticInner in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptionRetrieve wait statistics for specified identifier.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WaitStatisticInner>
WaitStatisticsClient.getWithResponse
(String resourceGroupName, String serverName, String waitStatisticsId, com.azure.core.util.Context context) Retrieve wait statistics for specified identifier.com.azure.core.http.rest.PagedIterable<WaitStatisticInner>
WaitStatisticsClient.listByServer
(String resourceGroupName, String serverName, WaitStatisticsInput parameters) Retrieve wait statistics for specified aggregation window.com.azure.core.http.rest.PagedIterable<WaitStatisticInner>
WaitStatisticsClient.listByServer
(String resourceGroupName, String serverName, WaitStatisticsInput parameters, com.azure.core.util.Context context) Retrieve wait statistics for specified aggregation window. -
Uses of WaitStatisticInner in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionSet the count property: Wait event count observed in this time interval.WaitStatisticInner.withDatabaseName
(String databaseName) Set the databaseName property: Database Name.WaitStatisticInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: Observation end time.WaitStatisticInner.withEventName
(String eventName) Set the eventName property: Wait event name.WaitStatisticInner.withEventTypeName
(String eventTypeName) Set the eventTypeName property: Wait event type name.WaitStatisticInner.withQueryId
(Long queryId) Set the queryId property: Database query identifier.WaitStatisticInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: Observation start time.WaitStatisticInner.withTotalTimeInMs
(Double totalTimeInMs) Set the totalTimeInMs property: Total time of wait in milliseconds in this time interval.WaitStatisticInner.withUserId
(Long userId) Set the userId property: Database user identifier. -
Uses of WaitStatisticInner in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionWaitStatistic.innerModel()
Gets the inner com.azure.resourcemanager.mariadb.fluent.models.WaitStatisticInner object.Modifier and TypeMethodDescriptionWaitStatisticsResultList.value()
Get the value property: The list of wait statistics.