public static enum QueueConstants.QueueType extends Enum<QueueConstants.QueueType>
| Enum Constant and Description |
|---|
QUEUE |
SHARDED_QUEUE |
STREAM |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static QueueConstants.QueueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueConstants.QueueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueueConstants.QueueType QUEUE
public static final QueueConstants.QueueType STREAM
public static final QueueConstants.QueueType SHARDED_QUEUE
public static QueueConstants.QueueType[] values()
for (QueueConstants.QueueType c : QueueConstants.QueueType.values()) System.out.println(c);
public static QueueConstants.QueueType 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 String toString()
toString in class Enum<QueueConstants.QueueType>Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.