public static enum HsSpillingInfoProvider.SpillStatus extends Enum<HsSpillingInfoProvider.SpillStatus>
| Enum Constant and Description |
|---|
ALL
The buffer is either spill or not spill.
|
NOT_SPILL
The buffer not start spilling.
|
SPILL
The buffer is spilling or spilled already.
|
| Modifier and Type | Method and Description |
|---|---|
static HsSpillingInfoProvider.SpillStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HsSpillingInfoProvider.SpillStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HsSpillingInfoProvider.SpillStatus SPILL
public static final HsSpillingInfoProvider.SpillStatus NOT_SPILL
public static final HsSpillingInfoProvider.SpillStatus ALL
public static HsSpillingInfoProvider.SpillStatus[] values()
for (HsSpillingInfoProvider.SpillStatus c : HsSpillingInfoProvider.SpillStatus.values()) System.out.println(c);
public static HsSpillingInfoProvider.SpillStatus 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 nullCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.