java.io.Serializable, java.lang.Comparable<AggregationCompactionDimension>public enum AggregationCompactionDimension extends java.lang.Enum<AggregationCompactionDimension>
FlowRunTable
.| Enum Constant | Description |
|---|---|
APPLICATION_ID |
the application id.
|
| Modifier and Type | Method | Description |
|---|---|---|
static AggregationCompactionDimension |
getAggregationCompactionDimension(java.lang.String aggCompactDimStr) |
|
Attribute |
getAttribute(java.lang.String attributeValue) |
|
byte[] |
getInBytes() |
|
byte |
getTagType() |
|
static AggregationCompactionDimension |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AggregationCompactionDimension[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationCompactionDimension APPLICATION_ID
public static AggregationCompactionDimension[] values()
for (AggregationCompactionDimension c : AggregationCompactionDimension.values()) System.out.println(c);
public static AggregationCompactionDimension valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic Attribute getAttribute(java.lang.String attributeValue)
public byte getTagType()
public byte[] getInBytes()
public static AggregationCompactionDimension getAggregationCompactionDimension(java.lang.String aggCompactDimStr)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.