public static enum HsSpillingInfoProvider.ConsumeStatus extends Enum<HsSpillingInfoProvider.ConsumeStatus>
Enum Constant and Description |
---|
ALL
The buffer is either consumed or not consumed.
|
CONSUMED
The buffer has already consumed by downstream.
|
NOT_CONSUMED
The buffer is not consumed by downstream.
|
Modifier and Type | Method and Description |
---|---|
static HsSpillingInfoProvider.ConsumeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HsSpillingInfoProvider.ConsumeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HsSpillingInfoProvider.ConsumeStatus CONSUMED
public static final HsSpillingInfoProvider.ConsumeStatus NOT_CONSUMED
public static final HsSpillingInfoProvider.ConsumeStatus ALL
public static HsSpillingInfoProvider.ConsumeStatus[] values()
for (HsSpillingInfoProvider.ConsumeStatus c : HsSpillingInfoProvider.ConsumeStatus.values()) System.out.println(c);
public static HsSpillingInfoProvider.ConsumeStatus 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.