public static final class PulsarApi.MessageIdData extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite implements PulsarApi.MessageIdDataOrBuilder, ByteBufCodedOutputStream.ByteBufGeneratedMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
PulsarApi.MessageIdData.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 |
ACK_SET_FIELD_NUMBER |
static int |
BATCH_INDEX_FIELD_NUMBER |
static int |
BATCH_SIZE_FIELD_NUMBER |
static int |
ENTRYID_FIELD_NUMBER |
static int |
LEDGERID_FIELD_NUMBER |
static int |
PARTITION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
long |
getAckSet(int index) |
int |
getAckSetCount() |
List<Long> |
getAckSetList() |
int |
getBatchIndex() |
int |
getBatchSize() |
static PulsarApi.MessageIdData |
getDefaultInstance() |
PulsarApi.MessageIdData |
getDefaultInstanceForType() |
long |
getEntryId() |
long |
getLedgerId() |
int |
getPartition() |
int |
getSerializedSize() |
boolean |
hasBatchIndex() |
boolean |
hasBatchSize() |
boolean |
hasEntryId() |
boolean |
hasLedgerId() |
boolean |
hasPartition() |
boolean |
isInitialized() |
static PulsarApi.MessageIdData.Builder |
newBuilder() |
static PulsarApi.MessageIdData.Builder |
newBuilder(PulsarApi.MessageIdData prototype) |
PulsarApi.MessageIdData.Builder |
newBuilderForType() |
static PulsarApi.MessageIdData |
parseDelimitedFrom(InputStream input) |
static PulsarApi.MessageIdData |
parseDelimitedFrom(InputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.MessageIdData |
parseFrom(byte[] data) |
static PulsarApi.MessageIdData |
parseFrom(byte[] data,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.MessageIdData |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data) |
static PulsarApi.MessageIdData |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.MessageIdData |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input) |
static PulsarApi.MessageIdData |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.MessageIdData |
parseFrom(InputStream input) |
static PulsarApi.MessageIdData |
parseFrom(InputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
void |
recycle() |
PulsarApi.MessageIdData.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 LEDGERID_FIELD_NUMBER
public static final int ENTRYID_FIELD_NUMBER
public static final int PARTITION_FIELD_NUMBER
public static final int BATCH_INDEX_FIELD_NUMBER
public static final int ACK_SET_FIELD_NUMBER
public static final int BATCH_SIZE_FIELD_NUMBER
public void recycle()
public static PulsarApi.MessageIdData getDefaultInstance()
public PulsarApi.MessageIdData getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilderpublic boolean hasLedgerId()
hasLedgerId in interface PulsarApi.MessageIdDataOrBuilderpublic long getLedgerId()
getLedgerId in interface PulsarApi.MessageIdDataOrBuilderpublic boolean hasEntryId()
hasEntryId in interface PulsarApi.MessageIdDataOrBuilderpublic long getEntryId()
getEntryId in interface PulsarApi.MessageIdDataOrBuilderpublic boolean hasPartition()
hasPartition in interface PulsarApi.MessageIdDataOrBuilderpublic int getPartition()
getPartition in interface PulsarApi.MessageIdDataOrBuilderpublic boolean hasBatchIndex()
hasBatchIndex in interface PulsarApi.MessageIdDataOrBuilderpublic int getBatchIndex()
getBatchIndex in interface PulsarApi.MessageIdDataOrBuilderpublic List<Long> getAckSetList()
getAckSetList in interface PulsarApi.MessageIdDataOrBuilderpublic int getAckSetCount()
getAckSetCount in interface PulsarApi.MessageIdDataOrBuilderpublic long getAckSet(int index)
getAckSet in interface PulsarApi.MessageIdDataOrBuilderpublic boolean hasBatchSize()
hasBatchSize in interface PulsarApi.MessageIdDataOrBuilderpublic int getBatchSize()
getBatchSize in interface PulsarApi.MessageIdDataOrBuilderpublic 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.MessageIdData 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.MessageIdData 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.MessageIdData parseFrom(byte[] data) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.MessageIdData 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.MessageIdData parseFrom(InputStream input) throws IOException
IOExceptionpublic static PulsarApi.MessageIdData parseFrom(InputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.MessageIdData parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PulsarApi.MessageIdData parseDelimitedFrom(InputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.MessageIdData parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input) throws IOException
IOExceptionpublic static PulsarApi.MessageIdData 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.MessageIdData.Builder newBuilder()
public PulsarApi.MessageIdData.Builder newBuilderForType()
newBuilderForType in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLitepublic static PulsarApi.MessageIdData.Builder newBuilder(PulsarApi.MessageIdData prototype)
public PulsarApi.MessageIdData.Builder toBuilder()
toBuilder in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteCopyright © 2017–2021 Apache Software Foundation. All rights reserved.