static BaseCommand |
Commands.newConnectedCommand(int clientProtocolVersion,
int maxMessageSize) |
static BaseCommand |
Commands.newConsumerStatsResponseCommand(ServerError serverError,
String errMsg,
long requestId) |
static BaseCommand |
Commands.newEndTxn(long requestId,
long txnIdLeastBits,
long txnIdMostBits,
TxnAction txnAction) |
static BaseCommand |
Commands.newErrorCommand(long requestId,
ServerError serverError,
String message) |
static BaseCommand |
Commands.newGetOrCreateSchemaResponseCommand(long requestId,
SchemaVersion schemaVersion) |
static BaseCommand |
Commands.newGetOrCreateSchemaResponseErrorCommand(long requestId,
ServerError error,
String errorMessage) |
static BaseCommand |
Commands.newGetSchemaResponseCommand(long requestId,
SchemaInfo schemaInfo,
SchemaVersion version) |
static BaseCommand |
Commands.newGetSchemaResponseErrorCommand(long requestId,
ServerError error,
String errorMessage) |
static BaseCommand |
Commands.newGetTopicsOfNamespaceResponseCommand(List<String> topics,
long requestId) |
static BaseCommand |
Commands.newLookupErrorResponseCommand(ServerError error,
String errorMsg,
long requestId) |
static BaseCommand |
Commands.newLookupResponseCommand(String brokerServiceUrl,
String brokerServiceUrlTls,
boolean authoritative,
CommandLookupTopicResponse.LookupType lookupType,
long requestId,
boolean proxyThroughServiceUrl) |
static BaseCommand |
Commands.newMessageCommand(long consumerId,
long ledgerId,
long entryId,
int partition,
int redeliveryCount,
long[] ackSet) |
static BaseCommand |
Commands.newPartitionMetadataResponseCommand(int partitions,
long requestId) |
static BaseCommand |
Commands.newPartitionMetadataResponseCommand(ServerError error,
String errorMsg,
long requestId) |
static BaseCommand |
Commands.newProducerSuccessCommand(long requestId,
String producerName,
long lastSequenceId,
SchemaVersion schemaVersion,
Optional<Long> topicEpoch,
boolean isProducerReady) |
static BaseCommand |
Commands.newProducerSuccessCommand(long requestId,
String producerName,
SchemaVersion schemaVersion) |
static BaseCommand |
Commands.newSendErrorCommand(long producerId,
long sequenceId,
ServerError error,
String errorMsg) |
static BaseCommand |
Commands.newSendReceiptCommand(long producerId,
long sequenceId,
long highestId,
long ledgerId,
long entryId) |
static BaseCommand |
Commands.newSuccessCommand(long requestId) |
static BaseCommand |
Commands.newTcClientConnectResponse(long requestId,
ServerError error,
String message) |