public static final class WireFormats.AcknowledgementInfo extends akka.protobuf.GeneratedMessage implements WireFormats.AcknowledgementInfoOrBuilder
AcknowledgementInfo
Modifier and Type | Class and Description |
---|---|
static class |
WireFormats.AcknowledgementInfo.Builder
Protobuf type
AcknowledgementInfo |
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
CUMULATIVEACK_FIELD_NUMBER |
static int |
NACKS_FIELD_NUMBER |
static akka.protobuf.Parser<WireFormats.AcknowledgementInfo> |
PARSER |
Modifier and Type | Method and Description |
---|---|
long |
getCumulativeAck()
required fixed64 cumulativeAck = 1; |
static WireFormats.AcknowledgementInfo |
getDefaultInstance() |
WireFormats.AcknowledgementInfo |
getDefaultInstanceForType() |
static akka.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getNacks(int index)
repeated fixed64 nacks = 2; |
int |
getNacksCount()
repeated fixed64 nacks = 2; |
java.util.List<java.lang.Long> |
getNacksList()
repeated fixed64 nacks = 2; |
akka.protobuf.Parser<WireFormats.AcknowledgementInfo> |
getParserForType() |
int |
getSerializedSize() |
akka.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCumulativeAck()
required fixed64 cumulativeAck = 1; |
protected akka.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WireFormats.AcknowledgementInfo.Builder |
newBuilder() |
static WireFormats.AcknowledgementInfo.Builder |
newBuilder(WireFormats.AcknowledgementInfo prototype) |
WireFormats.AcknowledgementInfo.Builder |
newBuilderForType() |
protected WireFormats.AcknowledgementInfo.Builder |
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent) |
static WireFormats.AcknowledgementInfo |
parseDelimitedFrom(java.io.InputStream input) |
static WireFormats.AcknowledgementInfo |
parseDelimitedFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static WireFormats.AcknowledgementInfo |
parseFrom(byte[] data) |
static WireFormats.AcknowledgementInfo |
parseFrom(byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static WireFormats.AcknowledgementInfo |
parseFrom(akka.protobuf.ByteString data) |
static WireFormats.AcknowledgementInfo |
parseFrom(akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static WireFormats.AcknowledgementInfo |
parseFrom(akka.protobuf.CodedInputStream input) |
static WireFormats.AcknowledgementInfo |
parseFrom(akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static WireFormats.AcknowledgementInfo |
parseFrom(java.io.InputStream input) |
static WireFormats.AcknowledgementInfo |
parseFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
WireFormats.AcknowledgementInfo.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(akka.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static akka.protobuf.Parser<WireFormats.AcknowledgementInfo> PARSER
public static final int CUMULATIVEACK_FIELD_NUMBER
public static final int NACKS_FIELD_NUMBER
public static WireFormats.AcknowledgementInfo getDefaultInstance()
public WireFormats.AcknowledgementInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface akka.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface akka.protobuf.MessageOrBuilder
public final akka.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface akka.protobuf.MessageOrBuilder
getUnknownFields
in class akka.protobuf.GeneratedMessage
public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class akka.protobuf.GeneratedMessage
public akka.protobuf.Parser<WireFormats.AcknowledgementInfo> getParserForType()
getParserForType
in interface akka.protobuf.Message
getParserForType
in interface akka.protobuf.MessageLite
getParserForType
in class akka.protobuf.GeneratedMessage
public boolean hasCumulativeAck()
required fixed64 cumulativeAck = 1;
hasCumulativeAck
in interface WireFormats.AcknowledgementInfoOrBuilder
public long getCumulativeAck()
required fixed64 cumulativeAck = 1;
getCumulativeAck
in interface WireFormats.AcknowledgementInfoOrBuilder
public java.util.List<java.lang.Long> getNacksList()
repeated fixed64 nacks = 2;
getNacksList
in interface WireFormats.AcknowledgementInfoOrBuilder
public int getNacksCount()
repeated fixed64 nacks = 2;
getNacksCount
in interface WireFormats.AcknowledgementInfoOrBuilder
public long getNacks(int index)
repeated fixed64 nacks = 2;
getNacks
in interface WireFormats.AcknowledgementInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface akka.protobuf.MessageLiteOrBuilder
isInitialized
in class akka.protobuf.GeneratedMessage
public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface akka.protobuf.MessageLite
writeTo
in class akka.protobuf.AbstractMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface akka.protobuf.MessageLite
getSerializedSize
in class akka.protobuf.AbstractMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class akka.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static WireFormats.AcknowledgementInfo parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static WireFormats.AcknowledgementInfo parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static WireFormats.AcknowledgementInfo parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static WireFormats.AcknowledgementInfo parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static WireFormats.AcknowledgementInfo parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static WireFormats.AcknowledgementInfo parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WireFormats.AcknowledgementInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static WireFormats.AcknowledgementInfo parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WireFormats.AcknowledgementInfo parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static WireFormats.AcknowledgementInfo parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WireFormats.AcknowledgementInfo.Builder newBuilder()
public WireFormats.AcknowledgementInfo.Builder newBuilderForType()
newBuilderForType
in interface akka.protobuf.Message
newBuilderForType
in interface akka.protobuf.MessageLite
public static WireFormats.AcknowledgementInfo.Builder newBuilder(WireFormats.AcknowledgementInfo prototype)
public WireFormats.AcknowledgementInfo.Builder toBuilder()
toBuilder
in interface akka.protobuf.Message
toBuilder
in interface akka.protobuf.MessageLite
protected WireFormats.AcknowledgementInfo.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class akka.protobuf.GeneratedMessage