public static enum AwrQueryResult.AwrResultType extends Enum<AwrQueryResult.AwrResultType> implements BmcEnum
The result type of AWR query.
Enum Constant and Description |
---|
AwrdbAshCpuUsageSet |
AwrdbDbParameterChange |
AwrdbDbParameterSet |
AwrdbDbReport |
AwrdbEventHistogram |
AwrdbEventSet |
AwrdbMetricsSet |
AwrdbSet |
AwrdbSnapshotRangeSet |
AwrdbSnapshotSet |
AwrdbSqlReport |
AwrdbSysstatSet |
AwrdbTopEventSet |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static AwrQueryResult.AwrResultType |
create(String key) |
String |
getValue() |
static AwrQueryResult.AwrResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwrQueryResult.AwrResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwrQueryResult.AwrResultType AwrdbSet
public static final AwrQueryResult.AwrResultType AwrdbSnapshotRangeSet
public static final AwrQueryResult.AwrResultType AwrdbSnapshotSet
public static final AwrQueryResult.AwrResultType AwrdbMetricsSet
public static final AwrQueryResult.AwrResultType AwrdbSysstatSet
public static final AwrQueryResult.AwrResultType AwrdbTopEventSet
public static final AwrQueryResult.AwrResultType AwrdbEventSet
public static final AwrQueryResult.AwrResultType AwrdbEventHistogram
public static final AwrQueryResult.AwrResultType AwrdbDbParameterSet
public static final AwrQueryResult.AwrResultType AwrdbDbParameterChange
public static final AwrQueryResult.AwrResultType AwrdbAshCpuUsageSet
public static final AwrQueryResult.AwrResultType AwrdbDbReport
public static final AwrQueryResult.AwrResultType AwrdbSqlReport
public static final AwrQueryResult.AwrResultType UnknownEnumValue
public static AwrQueryResult.AwrResultType[] values()
for (AwrQueryResult.AwrResultType c : AwrQueryResult.AwrResultType.values()) System.out.println(c);
public static AwrQueryResult.AwrResultType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static AwrQueryResult.AwrResultType create(String key)
Copyright © 2016–2024. All rights reserved.