static enum AggregateFuture.ReleaseResourcesReason extends java.lang.Enum<AggregateFuture.ReleaseResourcesReason>
| Enum Constant and Description |
|---|
ALL_INPUT_FUTURES_PROCESSED |
OUTPUT_FUTURE_DONE |
| Modifier and Type | Method and Description |
|---|---|
static AggregateFuture.ReleaseResourcesReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregateFuture.ReleaseResourcesReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregateFuture.ReleaseResourcesReason OUTPUT_FUTURE_DONE
public static final AggregateFuture.ReleaseResourcesReason ALL_INPUT_FUTURES_PROCESSED
public static AggregateFuture.ReleaseResourcesReason[] values()
for (AggregateFuture.ReleaseResourcesReason c : AggregateFuture.ReleaseResourcesReason.values()) System.out.println(c);
public static AggregateFuture.ReleaseResourcesReason 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 null