| Package | Description |
|---|---|
| org.apache.pulsar.common.api.proto | |
| org.apache.pulsar.common.protocol |
Common protocol.
|
| Modifier and Type | Method and Description |
|---|---|
PulsarApi.CommandAck.AckType |
PulsarApi.CommandAckOrBuilder.getAckType() |
PulsarApi.CommandAck.AckType |
PulsarApi.CommandAck.getAckType() |
PulsarApi.CommandAck.AckType |
PulsarApi.CommandAck.Builder.getAckType() |
static PulsarApi.CommandAck.AckType |
PulsarApi.CommandAck.AckType.valueOf(int value) |
static PulsarApi.CommandAck.AckType |
PulsarApi.CommandAck.AckType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarApi.CommandAck.AckType[] |
PulsarApi.CommandAck.AckType.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.CommandAck.AckType> |
PulsarApi.CommandAck.AckType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PulsarApi.CommandAck.Builder |
PulsarApi.CommandAck.Builder.setAckType(PulsarApi.CommandAck.AckType value) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newAck(long consumerId,
long ledgerId,
long entryId,
BitSetRecyclable ackSet,
PulsarApi.CommandAck.AckType ackType,
PulsarApi.CommandAck.ValidationError validationError,
Map<String,Long> properties) |
static io.netty.buffer.ByteBuf |
Commands.newAck(long consumerId,
long ledgerId,
long entryId,
BitSetRecyclable ackSet,
PulsarApi.CommandAck.AckType ackType,
PulsarApi.CommandAck.ValidationError validationError,
Map<String,Long> properties,
long txnIdLeastBits,
long txnIdMostBits,
long requestId) |
static io.netty.buffer.ByteBuf |
Commands.newAck(long consumerId,
long ledgerId,
long entryId,
BitSetRecyclable ackSet,
PulsarApi.CommandAck.AckType ackType,
PulsarApi.CommandAck.ValidationError validationError,
Map<String,Long> properties,
long txnIdLeastBits,
long txnIdMostBits,
long requestId,
int batchSize) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.