public enum BufferMonitorState extends Enum<BufferMonitorState>
| Enum Constant and Description |
|---|
Canceled |
Closed |
Error |
Triggered |
Waiting |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<BufferMonitorState> |
FINAL_STATES |
static EnumSet<BufferMonitorState> |
UNREACHABLE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFinal() |
boolean |
isUnreachable()
Tests if the state is unreachable
|
static BufferMonitorState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferMonitorState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BufferMonitorState Waiting
public static final BufferMonitorState Triggered
public static final BufferMonitorState Canceled
public static final BufferMonitorState Closed
public static final BufferMonitorState Error
public static final EnumSet<BufferMonitorState> FINAL_STATES
public static final EnumSet<BufferMonitorState> UNREACHABLE
public static BufferMonitorState[] values()
for (BufferMonitorState c : BufferMonitorState.values()) System.out.println(c);
public static BufferMonitorState 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 nullpublic boolean isFinal()
public boolean isUnreachable()
Copyright © 2026. All rights reserved.