| Package | Description |
|---|---|
| org.apache.pulsar.common.api.proto | |
| org.apache.pulsar.common.protocol |
Common protocol.
|
| Modifier and Type | Method and Description |
|---|---|
PulsarApi.TxnAction |
PulsarApi.CommandEndTxnOrBuilder.getTxnAction() |
PulsarApi.TxnAction |
PulsarApi.CommandEndTxn.getTxnAction() |
PulsarApi.TxnAction |
PulsarApi.CommandEndTxn.Builder.getTxnAction() |
PulsarApi.TxnAction |
PulsarApi.CommandEndTxnOnPartitionOrBuilder.getTxnAction() |
PulsarApi.TxnAction |
PulsarApi.CommandEndTxnOnPartition.getTxnAction() |
PulsarApi.TxnAction |
PulsarApi.CommandEndTxnOnPartition.Builder.getTxnAction() |
PulsarApi.TxnAction |
PulsarApi.CommandEndTxnOnSubscriptionOrBuilder.getTxnAction() |
PulsarApi.TxnAction |
PulsarApi.CommandEndTxnOnSubscription.getTxnAction() |
PulsarApi.TxnAction |
PulsarApi.CommandEndTxnOnSubscription.Builder.getTxnAction() |
static PulsarApi.TxnAction |
PulsarApi.TxnAction.valueOf(int value) |
static PulsarApi.TxnAction |
PulsarApi.TxnAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarApi.TxnAction[] |
PulsarApi.TxnAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.pulsar.shaded.com.google.protobuf.v241.Internal.EnumLiteMap<PulsarApi.TxnAction> |
PulsarApi.TxnAction.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PulsarApi.CommandEndTxn.Builder |
PulsarApi.CommandEndTxn.Builder.setTxnAction(PulsarApi.TxnAction value) |
PulsarApi.CommandEndTxnOnPartition.Builder |
PulsarApi.CommandEndTxnOnPartition.Builder.setTxnAction(PulsarApi.TxnAction value) |
PulsarApi.CommandEndTxnOnSubscription.Builder |
PulsarApi.CommandEndTxnOnSubscription.Builder.setTxnAction(PulsarApi.TxnAction value) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newEndTxn(long requestId,
long txnIdLeastBits,
long txnIdMostBits,
PulsarApi.TxnAction txnAction,
List<PulsarApi.MessageIdData> messageIdList) |
static io.netty.buffer.ByteBuf |
Commands.newEndTxnOnPartition(long requestId,
long txnIdLeastBits,
long txnIdMostBits,
String topic,
PulsarApi.TxnAction txnAction,
List<PulsarApi.MessageIdData> messageIdDataList) |
static io.netty.buffer.ByteBuf |
Commands.newEndTxnOnSubscription(long requestId,
long txnIdLeastBits,
long txnIdMostBits,
PulsarApi.Subscription subscription,
PulsarApi.TxnAction txnAction) |
static io.netty.buffer.ByteBuf |
Commands.newEndTxnOnSubscription(long requestId,
long txnIdLeastBits,
long txnIdMostBits,
String topic,
String subscription,
PulsarApi.TxnAction txnAction) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.