Enum AbstractCommandDescriptor.Name
- java.lang.Object
-
- java.lang.Enum<AbstractCommandDescriptor.Name>
-
- com.oracle.bmc.loganalytics.model.AbstractCommandDescriptor.Name
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<AbstractCommandDescriptor.Name>
- Enclosing class:
- AbstractCommandDescriptor
public static enum AbstractCommandDescriptor.Name extends Enum<AbstractCommandDescriptor.Name> implements BmcEnum
Name of querylanguage command
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AddFields
AddInsights
Anomaly
Bottom
Bucket
Classify
Cluster
ClusterCompare
ClusterDetails
ClusterSplit
Command
Compare
Createtable
CreateView
Dedup
Delete
Delta
DemoMode
Distinct
Eval
EventStats
Extract
Fields
FieldSummary
Frequent
GeoStats
Head
Highlight
HighlightGroups
HighlightRows
JsonExtract
Link
LinkDetails
Lookup
Macro
Map
Module
MultiSearch
Nlp
Outlier
Rare
Regex
Rename
Search
SearchLookup
Sequence
Sort
Stats
Tail
TimeCluster
TimeCompare
TimeStats
Top
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Where
XmlExtract
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AbstractCommandDescriptor.Name
create(String key)
String
getValue()
static AbstractCommandDescriptor.Name
valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractCommandDescriptor.Name[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Command
public static final AbstractCommandDescriptor.Name Command
-
Search
public static final AbstractCommandDescriptor.Name Search
-
Stats
public static final AbstractCommandDescriptor.Name Stats
-
GeoStats
public static final AbstractCommandDescriptor.Name GeoStats
-
TimeStats
public static final AbstractCommandDescriptor.Name TimeStats
-
Sort
public static final AbstractCommandDescriptor.Name Sort
-
Fields
public static final AbstractCommandDescriptor.Name Fields
-
AddFields
public static final AbstractCommandDescriptor.Name AddFields
-
Link
public static final AbstractCommandDescriptor.Name Link
-
LinkDetails
public static final AbstractCommandDescriptor.Name LinkDetails
-
Cluster
public static final AbstractCommandDescriptor.Name Cluster
-
ClusterDetails
public static final AbstractCommandDescriptor.Name ClusterDetails
-
ClusterSplit
public static final AbstractCommandDescriptor.Name ClusterSplit
-
Eval
public static final AbstractCommandDescriptor.Name Eval
-
Extract
public static final AbstractCommandDescriptor.Name Extract
-
JsonExtract
public static final AbstractCommandDescriptor.Name JsonExtract
-
XmlExtract
public static final AbstractCommandDescriptor.Name XmlExtract
-
EventStats
public static final AbstractCommandDescriptor.Name EventStats
-
Bucket
public static final AbstractCommandDescriptor.Name Bucket
-
Classify
public static final AbstractCommandDescriptor.Name Classify
-
Top
public static final AbstractCommandDescriptor.Name Top
-
Bottom
public static final AbstractCommandDescriptor.Name Bottom
-
Head
public static final AbstractCommandDescriptor.Name Head
-
Tail
public static final AbstractCommandDescriptor.Name Tail
-
FieldSummary
public static final AbstractCommandDescriptor.Name FieldSummary
-
Regex
public static final AbstractCommandDescriptor.Name Regex
-
Rename
public static final AbstractCommandDescriptor.Name Rename
-
TimeCompare
public static final AbstractCommandDescriptor.Name TimeCompare
-
Where
public static final AbstractCommandDescriptor.Name Where
-
ClusterCompare
public static final AbstractCommandDescriptor.Name ClusterCompare
-
Delete
public static final AbstractCommandDescriptor.Name Delete
-
Createtable
public static final AbstractCommandDescriptor.Name Createtable
-
Sequence
public static final AbstractCommandDescriptor.Name Sequence
-
Delta
public static final AbstractCommandDescriptor.Name Delta
-
Distinct
public static final AbstractCommandDescriptor.Name Distinct
-
SearchLookup
public static final AbstractCommandDescriptor.Name SearchLookup
-
Lookup
public static final AbstractCommandDescriptor.Name Lookup
-
DemoMode
public static final AbstractCommandDescriptor.Name DemoMode
-
Macro
public static final AbstractCommandDescriptor.Name Macro
-
Module
public static final AbstractCommandDescriptor.Name Module
-
MultiSearch
public static final AbstractCommandDescriptor.Name MultiSearch
-
Highlight
public static final AbstractCommandDescriptor.Name Highlight
-
HighlightRows
public static final AbstractCommandDescriptor.Name HighlightRows
-
HighlightGroups
public static final AbstractCommandDescriptor.Name HighlightGroups
-
CreateView
public static final AbstractCommandDescriptor.Name CreateView
-
Map
public static final AbstractCommandDescriptor.Name Map
-
Nlp
public static final AbstractCommandDescriptor.Name Nlp
-
Compare
public static final AbstractCommandDescriptor.Name Compare
-
AddInsights
public static final AbstractCommandDescriptor.Name AddInsights
-
Anomaly
public static final AbstractCommandDescriptor.Name Anomaly
-
Dedup
public static final AbstractCommandDescriptor.Name Dedup
-
TimeCluster
public static final AbstractCommandDescriptor.Name TimeCluster
-
Frequent
public static final AbstractCommandDescriptor.Name Frequent
-
Rare
public static final AbstractCommandDescriptor.Name Rare
-
Outlier
public static final AbstractCommandDescriptor.Name Outlier
-
UnknownEnumValue
public static final AbstractCommandDescriptor.Name UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static AbstractCommandDescriptor.Name[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AbstractCommandDescriptor.Name c : AbstractCommandDescriptor.Name.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AbstractCommandDescriptor.Name valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static AbstractCommandDescriptor.Name create(String key)
-
-