akka.persistence.serialization
Class MessageFormats.PersistentPayload

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.persistence.serialization.MessageFormats.PersistentPayload
All Implemented Interfaces:
MessageFormats.PersistentPayloadOrBuilder
Enclosing class:
MessageFormats

public static final class MessageFormats.PersistentPayload
extends com.google.protobuf.GeneratedMessage
implements MessageFormats.PersistentPayloadOrBuilder

Protobuf type PersistentPayload


Nested Class Summary
static class MessageFormats.PersistentPayload.Builder
          Protobuf type PersistentPayload
 
Field Summary
static  PARSER
           
static int PAYLOAD_FIELD_NUMBER
           
static int PAYLOADMANIFEST_FIELD_NUMBER
           
static int SERIALIZERID_FIELD_NUMBER
           
 
Method Summary
static MessageFormats.PersistentPayload getDefaultInstance()
           
 MessageFormats.PersistentPayload getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
  getParserForType()
           
 com.google.protobuf.ByteString getPayload()
          required bytes payload = 2;
 com.google.protobuf.ByteString getPayloadManifest()
          optional bytes payloadManifest = 3;
 int getSerializedSize()
           
 int getSerializerId()
          required int32 serializerId = 1;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasPayload()
          required bytes payload = 2;
 boolean hasPayloadManifest()
          optional bytes payloadManifest = 3;
 boolean hasSerializerId()
          required int32 serializerId = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static MessageFormats.PersistentPayload.Builder newBuilder()
           
static MessageFormats.PersistentPayload.Builder newBuilder(MessageFormats.PersistentPayload prototype)
           
 MessageFormats.PersistentPayload.Builder newBuilderForType()
           
protected  MessageFormats.PersistentPayload.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static MessageFormats.PersistentPayload parseDelimitedFrom(java.io.InputStream input)
           
static MessageFormats.PersistentPayload parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentPayload parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentPayload parseFrom(com.google.protobuf.ByteString data)
           
static MessageFormats.PersistentPayload parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentPayload parseFrom(com.google.protobuf.CodedInputStream input)
           
static MessageFormats.PersistentPayload parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentPayload parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MessageFormats.PersistentPayload.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

PARSER

public static  PARSER

SERIALIZERID_FIELD_NUMBER

public static final int SERIALIZERID_FIELD_NUMBER
See Also:
Constant Field Values

PAYLOAD_FIELD_NUMBER

public static final int PAYLOAD_FIELD_NUMBER
See Also:
Constant Field Values

PAYLOADMANIFEST_FIELD_NUMBER

public static final int PAYLOADMANIFEST_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static MessageFormats.PersistentPayload getDefaultInstance()

getDefaultInstanceForType

public MessageFormats.PersistentPayload getDefaultInstanceForType()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

getParserForType

public  getParserForType()

hasSerializerId

public boolean hasSerializerId()
required int32 serializerId = 1;

Specified by:
hasSerializerId in interface MessageFormats.PersistentPayloadOrBuilder

getSerializerId

public int getSerializerId()
required int32 serializerId = 1;

Specified by:
getSerializerId in interface MessageFormats.PersistentPayloadOrBuilder

hasPayload

public boolean hasPayload()
required bytes payload = 2;

Specified by:
hasPayload in interface MessageFormats.PersistentPayloadOrBuilder

getPayload

public com.google.protobuf.ByteString getPayload()
required bytes payload = 2;

Specified by:
getPayload in interface MessageFormats.PersistentPayloadOrBuilder

hasPayloadManifest

public boolean hasPayloadManifest()
optional bytes payloadManifest = 3;

Specified by:
hasPayloadManifest in interface MessageFormats.PersistentPayloadOrBuilder

getPayloadManifest

public com.google.protobuf.ByteString getPayloadManifest()
optional bytes payloadManifest = 3;

Specified by:
getPayloadManifest in interface MessageFormats.PersistentPayloadOrBuilder

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static MessageFormats.PersistentPayload parseFrom(com.google.protobuf.ByteString data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MessageFormats.PersistentPayload parseFrom(com.google.protobuf.ByteString data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MessageFormats.PersistentPayload parseFrom(byte[] data,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MessageFormats.PersistentPayload parseFrom(java.io.InputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static MessageFormats.PersistentPayload parseDelimitedFrom(java.io.InputStream input)
                                                           throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static MessageFormats.PersistentPayload parseDelimitedFrom(java.io.InputStream input,
                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                           throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static MessageFormats.PersistentPayload parseFrom(com.google.protobuf.CodedInputStream input)
                                                  throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static MessageFormats.PersistentPayload parseFrom(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static MessageFormats.PersistentPayload.Builder newBuilder()

newBuilderForType

public MessageFormats.PersistentPayload.Builder newBuilderForType()

newBuilder

public static MessageFormats.PersistentPayload.Builder newBuilder(MessageFormats.PersistentPayload prototype)

toBuilder

public MessageFormats.PersistentPayload.Builder toBuilder()

newBuilderForType

protected MessageFormats.PersistentPayload.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)