|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.protobuf.GeneratedMessage
akka.persistence.serialization.MessageFormats.PersistentMessage
public static final class MessageFormats.PersistentMessage
Protobuf type PersistentMessage
| Nested Class Summary | |
|---|---|
static class |
MessageFormats.PersistentMessage.Builder
Protobuf type PersistentMessage |
| Field Summary | |
|---|---|
static int |
CONFIRMABLE_FIELD_NUMBER
|
static int |
CONFIRMMESSAGE_FIELD_NUMBER
|
static int |
CONFIRMS_FIELD_NUMBER
|
static int |
CONFIRMTARGET_FIELD_NUMBER
|
static int |
DELETED_FIELD_NUMBER
|
static |
PARSER
|
static int |
PAYLOAD_FIELD_NUMBER
|
static int |
PersistenceId_FIELD_NUMBER
|
static int |
REDELIVERIES_FIELD_NUMBER
|
static int |
SENDER_FIELD_NUMBER
|
static int |
SEQUENCENR_FIELD_NUMBER
|
| Method Summary | |
|---|---|
boolean |
getConfirmable()
optional bool confirmable = 8; |
MessageFormats.DeliveredMessage |
getConfirmMessage()
optional .DeliveredMessage confirmMessage = 9; |
MessageFormats.DeliveredMessageOrBuilder |
getConfirmMessageOrBuilder()
optional .DeliveredMessage confirmMessage = 9; |
java.lang.String |
getConfirms(int index)
repeated string confirms = 7; |
com.google.protobuf.ByteString |
getConfirmsBytes(int index)
repeated string confirms = 7; |
int |
getConfirmsCount()
repeated string confirms = 7; |
java.util.List<java.lang.String> |
getConfirmsList()
repeated string confirms = 7; |
java.lang.String |
getConfirmTarget()
optional string confirmTarget = 10; |
com.google.protobuf.ByteString |
getConfirmTargetBytes()
optional string confirmTarget = 10; |
static MessageFormats.PersistentMessage |
getDefaultInstance()
|
MessageFormats.PersistentMessage |
getDefaultInstanceForType()
|
boolean |
getDeleted()
optional bool deleted = 4; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
|
getParserForType()
|
MessageFormats.PersistentPayload |
getPayload()
optional .PersistentPayload payload = 1; |
MessageFormats.PersistentPayloadOrBuilder |
getPayloadOrBuilder()
optional .PersistentPayload payload = 1; |
java.lang.String |
getPersistenceId()
optional string persistenceId = 3; |
com.google.protobuf.ByteString |
getPersistenceIdBytes()
optional string persistenceId = 3; |
int |
getRedeliveries()
optional int32 redeliveries = 6; |
java.lang.String |
getSender()
optional string sender = 11; |
com.google.protobuf.ByteString |
getSenderBytes()
optional string sender = 11; |
long |
getSequenceNr()
optional int64 sequenceNr = 2; |
int |
getSerializedSize()
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
boolean |
hasConfirmable()
optional bool confirmable = 8; |
boolean |
hasConfirmMessage()
optional .DeliveredMessage confirmMessage = 9; |
boolean |
hasConfirmTarget()
optional string confirmTarget = 10; |
boolean |
hasDeleted()
optional bool deleted = 4; |
boolean |
hasPayload()
optional .PersistentPayload payload = 1; |
boolean |
hasPersistenceId()
optional string persistenceId = 3; |
boolean |
hasRedeliveries()
optional int32 redeliveries = 6; |
boolean |
hasSender()
optional string sender = 11; |
boolean |
hasSequenceNr()
optional int64 sequenceNr = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static MessageFormats.PersistentMessage.Builder |
newBuilder()
|
static MessageFormats.PersistentMessage.Builder |
newBuilder(MessageFormats.PersistentMessage prototype)
|
MessageFormats.PersistentMessage.Builder |
newBuilderForType()
|
protected MessageFormats.PersistentMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static MessageFormats.PersistentMessage |
parseDelimitedFrom(java.io.InputStream input)
|
static MessageFormats.PersistentMessage |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.PersistentMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.PersistentMessage |
parseFrom(com.google.protobuf.ByteString data)
|
static MessageFormats.PersistentMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.PersistentMessage |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static MessageFormats.PersistentMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.PersistentMessage |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
MessageFormats.PersistentMessage.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public staticPARSER
public static final int PAYLOAD_FIELD_NUMBER
public static final int SEQUENCENR_FIELD_NUMBER
public static final int PersistenceId_FIELD_NUMBER
public static final int DELETED_FIELD_NUMBER
public static final int REDELIVERIES_FIELD_NUMBER
public static final int CONFIRMS_FIELD_NUMBER
public static final int CONFIRMABLE_FIELD_NUMBER
public static final int CONFIRMMESSAGE_FIELD_NUMBER
public static final int CONFIRMTARGET_FIELD_NUMBER
public static final int SENDER_FIELD_NUMBER
| Method Detail |
|---|
public static MessageFormats.PersistentMessage getDefaultInstance()
public MessageFormats.PersistentMessage getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
publicgetParserForType()
public boolean hasPayload()
optional .PersistentPayload payload = 1;
hasPayload in interface MessageFormats.PersistentMessageOrBuilderpublic MessageFormats.PersistentPayload getPayload()
optional .PersistentPayload payload = 1;
getPayload in interface MessageFormats.PersistentMessageOrBuilderpublic MessageFormats.PersistentPayloadOrBuilder getPayloadOrBuilder()
optional .PersistentPayload payload = 1;
getPayloadOrBuilder in interface MessageFormats.PersistentMessageOrBuilderpublic boolean hasSequenceNr()
optional int64 sequenceNr = 2;
hasSequenceNr in interface MessageFormats.PersistentMessageOrBuilderpublic long getSequenceNr()
optional int64 sequenceNr = 2;
getSequenceNr in interface MessageFormats.PersistentMessageOrBuilderpublic boolean hasPersistenceId()
optional string persistenceId = 3;
hasPersistenceId in interface MessageFormats.PersistentMessageOrBuilderpublic java.lang.String getPersistenceId()
optional string persistenceId = 3;
getPersistenceId in interface MessageFormats.PersistentMessageOrBuilderpublic com.google.protobuf.ByteString getPersistenceIdBytes()
optional string persistenceId = 3;
getPersistenceIdBytes in interface MessageFormats.PersistentMessageOrBuilderpublic boolean hasDeleted()
optional bool deleted = 4;
hasDeleted in interface MessageFormats.PersistentMessageOrBuilderpublic boolean getDeleted()
optional bool deleted = 4;
getDeleted in interface MessageFormats.PersistentMessageOrBuilderpublic boolean hasRedeliveries()
optional int32 redeliveries = 6;
hasRedeliveries in interface MessageFormats.PersistentMessageOrBuilderpublic int getRedeliveries()
optional int32 redeliveries = 6;
getRedeliveries in interface MessageFormats.PersistentMessageOrBuilderpublic java.util.List<java.lang.String> getConfirmsList()
repeated string confirms = 7;
getConfirmsList in interface MessageFormats.PersistentMessageOrBuilderpublic int getConfirmsCount()
repeated string confirms = 7;
getConfirmsCount in interface MessageFormats.PersistentMessageOrBuilderpublic java.lang.String getConfirms(int index)
repeated string confirms = 7;
getConfirms in interface MessageFormats.PersistentMessageOrBuilderpublic com.google.protobuf.ByteString getConfirmsBytes(int index)
repeated string confirms = 7;
getConfirmsBytes in interface MessageFormats.PersistentMessageOrBuilderpublic boolean hasConfirmable()
optional bool confirmable = 8;
hasConfirmable in interface MessageFormats.PersistentMessageOrBuilderpublic boolean getConfirmable()
optional bool confirmable = 8;
getConfirmable in interface MessageFormats.PersistentMessageOrBuilderpublic boolean hasConfirmMessage()
optional .DeliveredMessage confirmMessage = 9;
hasConfirmMessage in interface MessageFormats.PersistentMessageOrBuilderpublic MessageFormats.DeliveredMessage getConfirmMessage()
optional .DeliveredMessage confirmMessage = 9;
getConfirmMessage in interface MessageFormats.PersistentMessageOrBuilderpublic MessageFormats.DeliveredMessageOrBuilder getConfirmMessageOrBuilder()
optional .DeliveredMessage confirmMessage = 9;
getConfirmMessageOrBuilder in interface MessageFormats.PersistentMessageOrBuilderpublic boolean hasConfirmTarget()
optional string confirmTarget = 10;
hasConfirmTarget in interface MessageFormats.PersistentMessageOrBuilderpublic java.lang.String getConfirmTarget()
optional string confirmTarget = 10;
getConfirmTarget in interface MessageFormats.PersistentMessageOrBuilderpublic com.google.protobuf.ByteString getConfirmTargetBytes()
optional string confirmTarget = 10;
getConfirmTargetBytes in interface MessageFormats.PersistentMessageOrBuilderpublic boolean hasSender()
optional string sender = 11;
hasSender in interface MessageFormats.PersistentMessageOrBuilderpublic java.lang.String getSender()
optional string sender = 11;
getSender in interface MessageFormats.PersistentMessageOrBuilderpublic com.google.protobuf.ByteString getSenderBytes()
optional string sender = 11;
getSenderBytes in interface MessageFormats.PersistentMessageOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamException
public static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MessageFormats.PersistentMessage parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MessageFormats.PersistentMessage parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static MessageFormats.PersistentMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static MessageFormats.PersistentMessage parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static MessageFormats.PersistentMessage parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static MessageFormats.PersistentMessage.Builder newBuilder()
public MessageFormats.PersistentMessage.Builder newBuilderForType()
public static MessageFormats.PersistentMessage.Builder newBuilder(MessageFormats.PersistentMessage prototype)
public MessageFormats.PersistentMessage.Builder toBuilder()
protected MessageFormats.PersistentMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||