public static final class PulsarApi.CommandSend extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite implements PulsarApi.CommandSendOrBuilder, ByteBufCodedOutputStream.ByteBufGeneratedMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
PulsarApi.CommandSend.Builder |
org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableBuilder<MessageType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage<MessageType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage<MessageType>>, org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage>, org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.GeneratedExtension<ContainingType extends org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
HIGHEST_SEQUENCE_ID_FIELD_NUMBER |
static int |
IS_CHUNK_FIELD_NUMBER |
static int |
NUM_MESSAGES_FIELD_NUMBER |
static int |
PRODUCER_ID_FIELD_NUMBER |
static int |
SEQUENCE_ID_FIELD_NUMBER |
static int |
TXNID_LEAST_BITS_FIELD_NUMBER |
static int |
TXNID_MOST_BITS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static PulsarApi.CommandSend |
getDefaultInstance() |
PulsarApi.CommandSend |
getDefaultInstanceForType() |
long |
getHighestSequenceId() |
boolean |
getIsChunk() |
int |
getNumMessages() |
long |
getProducerId() |
long |
getSequenceId() |
int |
getSerializedSize() |
long |
getTxnidLeastBits() |
long |
getTxnidMostBits() |
boolean |
hasHighestSequenceId() |
boolean |
hasIsChunk() |
boolean |
hasNumMessages() |
boolean |
hasProducerId() |
boolean |
hasSequenceId() |
boolean |
hasTxnidLeastBits() |
boolean |
hasTxnidMostBits() |
boolean |
isInitialized() |
static PulsarApi.CommandSend.Builder |
newBuilder() |
static PulsarApi.CommandSend.Builder |
newBuilder(PulsarApi.CommandSend prototype) |
PulsarApi.CommandSend.Builder |
newBuilderForType() |
static PulsarApi.CommandSend |
parseDelimitedFrom(InputStream input) |
static PulsarApi.CommandSend |
parseDelimitedFrom(InputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandSend |
parseFrom(byte[] data) |
static PulsarApi.CommandSend |
parseFrom(byte[] data,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandSend |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data) |
static PulsarApi.CommandSend |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandSend |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input) |
static PulsarApi.CommandSend |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandSend |
parseFrom(InputStream input) |
static PulsarApi.CommandSend |
parseFrom(InputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
void |
recycle() |
PulsarApi.CommandSend.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(ByteBufCodedOutputStream output) |
void |
writeTo(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedOutputStream output) |
newRepeatedGeneratedExtension, newSingularGeneratedExtensionpublic static final int PRODUCER_ID_FIELD_NUMBER
public static final int SEQUENCE_ID_FIELD_NUMBER
public static final int NUM_MESSAGES_FIELD_NUMBER
public static final int TXNID_LEAST_BITS_FIELD_NUMBER
public static final int TXNID_MOST_BITS_FIELD_NUMBER
public static final int HIGHEST_SEQUENCE_ID_FIELD_NUMBER
public static final int IS_CHUNK_FIELD_NUMBER
public void recycle()
public static PulsarApi.CommandSend getDefaultInstance()
public PulsarApi.CommandSend getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilderpublic boolean hasProducerId()
hasProducerId in interface PulsarApi.CommandSendOrBuilderpublic long getProducerId()
getProducerId in interface PulsarApi.CommandSendOrBuilderpublic boolean hasSequenceId()
hasSequenceId in interface PulsarApi.CommandSendOrBuilderpublic long getSequenceId()
getSequenceId in interface PulsarApi.CommandSendOrBuilderpublic boolean hasNumMessages()
hasNumMessages in interface PulsarApi.CommandSendOrBuilderpublic int getNumMessages()
getNumMessages in interface PulsarApi.CommandSendOrBuilderpublic boolean hasTxnidLeastBits()
hasTxnidLeastBits in interface PulsarApi.CommandSendOrBuilderpublic long getTxnidLeastBits()
getTxnidLeastBits in interface PulsarApi.CommandSendOrBuilderpublic boolean hasTxnidMostBits()
hasTxnidMostBits in interface PulsarApi.CommandSendOrBuilderpublic long getTxnidMostBits()
getTxnidMostBits in interface PulsarApi.CommandSendOrBuilderpublic boolean hasHighestSequenceId()
hasHighestSequenceId in interface PulsarApi.CommandSendOrBuilderpublic long getHighestSequenceId()
getHighestSequenceId in interface PulsarApi.CommandSendOrBuilderpublic boolean hasIsChunk()
hasIsChunk in interface PulsarApi.CommandSendOrBuilderpublic boolean getIsChunk()
getIsChunk in interface PulsarApi.CommandSendOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilderpublic void writeTo(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteIOExceptionpublic void writeTo(ByteBufCodedOutputStream output) throws IOException
writeTo in interface ByteBufCodedOutputStream.ByteBufGeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface ByteBufCodedOutputStream.ByteBufGeneratedMessagegetSerializedSize in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLiteObjectStreamExceptionpublic static PulsarApi.CommandSend parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandSend parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandSend parseFrom(byte[] data) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandSend parseFrom(byte[] data, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandSend parseFrom(InputStream input) throws IOException
IOExceptionpublic static PulsarApi.CommandSend parseFrom(InputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.CommandSend parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PulsarApi.CommandSend parseDelimitedFrom(InputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.CommandSend parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input) throws IOException
IOExceptionpublic static PulsarApi.CommandSend parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.CommandSend.Builder newBuilder()
public PulsarApi.CommandSend.Builder newBuilderForType()
newBuilderForType in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLitepublic static PulsarApi.CommandSend.Builder newBuilder(PulsarApi.CommandSend prototype)
public PulsarApi.CommandSend.Builder toBuilder()
toBuilder in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteCopyright © 2017–2021 Apache Software Foundation. All rights reserved.