| Package | Description |
|---|---|
| org.apache.pulsar.common.api | |
| org.apache.pulsar.common.schema |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newGetSchemaResponse(long requestId,
SchemaInfo schema,
SchemaVersion version) |
static io.netty.buffer.ByteBuf |
Commands.newProducerSuccess(long requestId,
String producerName,
long lastSequenceId,
SchemaVersion schemaVersion) |
static io.netty.buffer.ByteBuf |
Commands.newProducerSuccess(long requestId,
String producerName,
SchemaVersion schemaVersion) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newGetSchema(long requestId,
String topic,
Optional<SchemaVersion> version) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyVersion |
class |
LatestVersion |
| Modifier and Type | Field and Description |
|---|---|
static SchemaVersion |
SchemaVersion.Empty |
static SchemaVersion |
SchemaVersion.Latest |
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.