| Package | Description |
|---|---|
| org.apache.pulsar.common.api | |
| org.apache.pulsar.common.api.proto |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
Commands.newConsumerStatsResponse(PulsarApi.ServerError serverError,
String errMsg,
long requestId) |
static io.netty.buffer.ByteBuf |
Commands.newError(long requestId,
PulsarApi.ServerError error,
String message) |
static io.netty.buffer.ByteBuf |
Commands.newGetSchemaResponseError(long requestId,
PulsarApi.ServerError error,
String errorMessage) |
static io.netty.buffer.ByteBuf |
Commands.newLookupErrorResponse(PulsarApi.ServerError error,
String errorMsg,
long requestId) |
static io.netty.buffer.ByteBuf |
Commands.newPartitionMetadataResponse(PulsarApi.ServerError error,
String errorMsg,
long requestId) |
static io.netty.buffer.ByteBuf |
Commands.newSendError(long producerId,
long sequenceId,
PulsarApi.ServerError error,
String errorMsg) |
| 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.CommandErrorOrBuilder.getError() |
PulsarApi.ServerError |
PulsarApi.CommandError.getError() |
PulsarApi.ServerError |
PulsarApi.CommandError.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() |
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 |
|---|---|
PulsarApi.CommandPartitionedTopicMetadataResponse.Builder |
PulsarApi.CommandPartitionedTopicMetadataResponse.Builder.setError(PulsarApi.ServerError value) |
PulsarApi.CommandLookupTopicResponse.Builder |
PulsarApi.CommandLookupTopicResponse.Builder.setError(PulsarApi.ServerError value) |
PulsarApi.CommandSendError.Builder |
PulsarApi.CommandSendError.Builder.setError(PulsarApi.ServerError value) |
PulsarApi.CommandError.Builder |
PulsarApi.CommandError.Builder.setError(PulsarApi.ServerError value) |
PulsarApi.CommandConsumerStatsResponse.Builder |
PulsarApi.CommandConsumerStatsResponse.Builder.setErrorCode(PulsarApi.ServerError value) |
PulsarApi.CommandGetSchemaResponse.Builder |
PulsarApi.CommandGetSchemaResponse.Builder.setErrorCode(PulsarApi.ServerError value) |
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.