public static class AwrDbWaitEventBucketSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDbWaitEventBucketSummary |
build() |
AwrDbWaitEventBucketSummary.Builder |
category(String category)
The name of the wait event frequency category.
|
AwrDbWaitEventBucketSummary.Builder |
copy(AwrDbWaitEventBucketSummary model) |
AwrDbWaitEventBucketSummary.Builder |
percentage(Double percentage)
The percentage of waits in a wait event bucket over the total waits of the database.
|
public AwrDbWaitEventBucketSummary.Builder category(String category)
The name of the wait event frequency category. Normally, it is the upper range of the waits within the AWR wait event bucket.
category
- the value to setpublic AwrDbWaitEventBucketSummary.Builder percentage(Double percentage)
The percentage of waits in a wait event bucket over the total waits of the database.
percentage
- the value to setpublic AwrDbWaitEventBucketSummary build()
public AwrDbWaitEventBucketSummary.Builder copy(AwrDbWaitEventBucketSummary model)
Copyright © 2016–2024. All rights reserved.