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