public static enum PulsarApi.TxnAction extends Enum<PulsarApi.TxnAction> implements org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLite
| Modifier and Type | Field and Description |
|---|---|
static int |
ABORT_VALUE |
static int |
COMMIT_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber() |
static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.TxnAction> |
internalGetValueMap() |
static PulsarApi.TxnAction |
valueOf(int value) |
static PulsarApi.TxnAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarApi.TxnAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PulsarApi.TxnAction COMMIT
public static final PulsarApi.TxnAction ABORT
public static final int COMMIT_VALUE
public static final int ABORT_VALUE
public static PulsarApi.TxnAction[] values()
for (PulsarApi.TxnAction c : PulsarApi.TxnAction.values()) System.out.println(c);
public static PulsarApi.TxnAction 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 final int getNumber()
getNumber in interface org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLitepublic static PulsarApi.TxnAction valueOf(int value)
public static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.TxnAction> internalGetValueMap()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.