| Package | Description |
|---|---|
| org.apache.pulsar.common.api.proto | |
| org.apache.pulsar.common.protocol |
Common protocol.
|
| Modifier and Type | Method and Description |
|---|---|
PulsarApi.ServerError |
PulsarApi.CommandPartitionedTopicMetadataResponseOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandPartitionedTopicMetadataResponse.getError() |
PulsarApi.ServerError |
PulsarApi.CommandPartitionedTopicMetadataResponse.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandLookupTopicResponseOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandLookupTopicResponse.getError() |
PulsarApi.ServerError |
PulsarApi.CommandLookupTopicResponse.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandSendErrorOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandSendError.getError() |
PulsarApi.ServerError |
PulsarApi.CommandSendError.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandAckResponseOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandAckResponse.getError() |
PulsarApi.ServerError |
PulsarApi.CommandAckResponse.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandErrorOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandError.getError() |
PulsarApi.ServerError |
PulsarApi.CommandError.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandNewTxnResponseOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandNewTxnResponse.getError() |
PulsarApi.ServerError |
PulsarApi.CommandNewTxnResponse.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandAddPartitionToTxnResponseOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandAddPartitionToTxnResponse.getError() |
PulsarApi.ServerError |
PulsarApi.CommandAddPartitionToTxnResponse.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandAddSubscriptionToTxnResponseOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandAddSubscriptionToTxnResponse.getError() |
PulsarApi.ServerError |
PulsarApi.CommandAddSubscriptionToTxnResponse.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandEndTxnResponseOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandEndTxnResponse.getError() |
PulsarApi.ServerError |
PulsarApi.CommandEndTxnResponse.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandEndTxnOnPartitionResponseOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandEndTxnOnPartitionResponse.getError() |
PulsarApi.ServerError |
PulsarApi.CommandEndTxnOnPartitionResponse.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandEndTxnOnSubscriptionResponseOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandEndTxnOnSubscriptionResponse.getError() |
PulsarApi.ServerError |
PulsarApi.CommandEndTxnOnSubscriptionResponse.Builder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandConsumerStatsResponseOrBuilder.getErrorCode() |
PulsarApi.ServerError |
PulsarApi.CommandConsumerStatsResponse.getErrorCode() |
PulsarApi.ServerError |
PulsarApi.CommandConsumerStatsResponse.Builder.getErrorCode() |
PulsarApi.ServerError |
PulsarApi.CommandGetSchemaResponseOrBuilder.getErrorCode() |
PulsarApi.ServerError |
PulsarApi.CommandGetSchemaResponse.getErrorCode() |
PulsarApi.ServerError |
PulsarApi.CommandGetSchemaResponse.Builder.getErrorCode() |
PulsarApi.ServerError |
PulsarApi.CommandGetOrCreateSchemaResponseOrBuilder.getErrorCode() |
PulsarApi.ServerError |
PulsarApi.CommandGetOrCreateSchemaResponse.getErrorCode() |
PulsarApi.ServerError |
PulsarApi.CommandGetOrCreateSchemaResponse.Builder.getErrorCode() |
static PulsarApi.ServerError |
PulsarApi.ServerError.valueOf(int value) |
static PulsarApi.ServerError |
PulsarApi.ServerError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarApi.ServerError[] |
PulsarApi.ServerError.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.ServerError> |
PulsarApi.ServerError.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newAckResponse(long requestId,
PulsarApi.ServerError error,
String errorMsg,
long consumerId) |
static io.netty.buffer.ByteBuf |
Commands.newAddPartitionToTxnResponse(long requestId,
long txnIdMostBits,
PulsarApi.ServerError error,
String errorMsg) |
static io.netty.buffer.ByteBuf |
Commands.newAddSubscriptionToTxnResponse(long requestId,
long txnIdMostBits,
PulsarApi.ServerError error,
String errorMsg) |
static io.netty.buffer.ByteBuf |
Commands.newConsumerStatsResponse(PulsarApi.ServerError serverError,
String errMsg,
long requestId) |
static io.netty.buffer.ByteBuf |
Commands.newEndTxnOnPartitionResponse(long requestId,
PulsarApi.ServerError error,
String errorMsg) |
static io.netty.buffer.ByteBuf |
Commands.newEndTxnOnSubscriptionResponse(long requestId,
long txnIdLeastBits,
long txnIdMostBits,
PulsarApi.ServerError error,
String errorMsg) |
static io.netty.buffer.ByteBuf |
Commands.newEndTxnResponse(long requestId,
long txnIdMostBits,
PulsarApi.ServerError error,
String errorMsg) |
static io.netty.buffer.ByteBuf |
Commands.newError(long requestId,
PulsarApi.ServerError error,
String message) |
static PulsarApi.BaseCommand |
Commands.newErrorCommand(long requestId,
PulsarApi.ServerError error,
String message) |
static io.netty.buffer.ByteBuf |
Commands.newGetOrCreateSchemaResponseError(long requestId,
PulsarApi.ServerError error,
String errorMessage) |
static PulsarApi.BaseCommand |
Commands.newGetOrCreateSchemaResponseErrorCommand(long requestId,
PulsarApi.ServerError error,
String errorMessage) |
static io.netty.buffer.ByteBuf |
Commands.newGetSchemaResponseError(long requestId,
PulsarApi.ServerError error,
String errorMessage) |
static PulsarApi.BaseCommand |
Commands.newGetSchemaResponseErrorCommand(long requestId,
PulsarApi.ServerError error,
String errorMessage) |
static io.netty.buffer.ByteBuf |
Commands.newLookupErrorResponse(PulsarApi.ServerError error,
String errorMsg,
long requestId) |
static PulsarApi.BaseCommand |
Commands.newLookupErrorResponseCommand(PulsarApi.ServerError error,
String errorMsg,
long requestId) |
static io.netty.buffer.ByteBuf |
Commands.newPartitionMetadataResponse(PulsarApi.ServerError error,
String errorMsg,
long requestId) |
static PulsarApi.BaseCommand |
Commands.newPartitionMetadataResponseCommand(PulsarApi.ServerError error,
String errorMsg,
long requestId) |
static io.netty.buffer.ByteBuf |
Commands.newSendError(long producerId,
long sequenceId,
PulsarApi.ServerError error,
String errorMsg) |
static PulsarApi.BaseCommand |
Commands.newSendErrorCommand(long producerId,
long sequenceId,
PulsarApi.ServerError error,
String errorMsg) |
static io.netty.buffer.ByteBuf |
Commands.newTxnResponse(long requestId,
long txnIdMostBits,
PulsarApi.ServerError error,
String errorMsg) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.