protected static enum TreeReplication.QueueMethod extends Enum<TreeReplication.QueueMethod>
| Enum Constant and Description |
|---|
MCP_AFTER_10K |
USE_MCP_QUEUE |
USE_PUBLISH_QUEUE |
| Modifier and Type | Method and Description |
|---|---|
static TreeReplication.QueueMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeReplication.QueueMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeReplication.QueueMethod USE_PUBLISH_QUEUE
public static final TreeReplication.QueueMethod USE_MCP_QUEUE
public static final TreeReplication.QueueMethod MCP_AFTER_10K
public static TreeReplication.QueueMethod[] values()
for (TreeReplication.QueueMethod c : TreeReplication.QueueMethod.values()) System.out.println(c);
public static TreeReplication.QueueMethod 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 © 2013–2021 Adobe. All rights reserved.