public static enum IndexQueueViewHandler.Params extends Enum<IndexQueueViewHandler.Params> implements net.openhft.chronicle.wire.WireKey
Enum Constant and Description |
---|
subscribe |
Modifier and Type | Method and Description |
---|---|
static IndexQueueViewHandler.Params |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexQueueViewHandler.Params[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexQueueViewHandler.Params subscribe
public static IndexQueueViewHandler.Params[] values()
for (IndexQueueViewHandler.Params c : IndexQueueViewHandler.Params.values()) System.out.println(c);
public static IndexQueueViewHandler.Params 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 © 2021. All rights reserved.