public enum HotRodBatcher extends Enum<HotRodBatcher> implements org.wildfly.clustering.ee.Batcher<org.wildfly.clustering.ee.Batch>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.clustering.ee.Batch |
createBatch() |
org.wildfly.clustering.ee.BatchContext |
resumeBatch(org.wildfly.clustering.ee.Batch batch) |
org.wildfly.clustering.ee.Batch |
suspendBatch() |
static HotRodBatcher |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HotRodBatcher[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HotRodBatcher INSTANCE
public static HotRodBatcher[] values()
for (HotRodBatcher c : HotRodBatcher.values()) System.out.println(c);
public static HotRodBatcher 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 org.wildfly.clustering.ee.Batch createBatch()
createBatch in interface org.wildfly.clustering.ee.Batcher<org.wildfly.clustering.ee.Batch>public org.wildfly.clustering.ee.BatchContext resumeBatch(org.wildfly.clustering.ee.Batch batch)
resumeBatch in interface org.wildfly.clustering.ee.Batcher<org.wildfly.clustering.ee.Batch>public org.wildfly.clustering.ee.Batch suspendBatch()
suspendBatch in interface org.wildfly.clustering.ee.Batcher<org.wildfly.clustering.ee.Batch>Copyright © 2017 JBoss by Red Hat. All rights reserved.