| Package | Description |
|---|---|
| org.apache.pulsar.common.api |
| Modifier and Type | Method and Description |
|---|---|
static Commands.ChecksumType |
Commands.ChecksumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Commands.ChecksumType[] |
Commands.ChecksumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteBufPair |
Commands.newSend(long producerId,
long sequenceId,
int numMessages,
Commands.ChecksumType checksumType,
PulsarApi.MessageMetadata messageData,
io.netty.buffer.ByteBuf payload) |
static io.netty.buffer.ByteBuf |
Commands.serializeMetadataAndPayload(Commands.ChecksumType checksumType,
PulsarApi.MessageMetadata msgMetadata,
io.netty.buffer.ByteBuf payload) |
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.