akka.persistence.serialization
Class MessageFormats.PersistentMessageBatch

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

public static final class MessageFormats.PersistentMessageBatch
extends com.google.protobuf.GeneratedMessage
implements MessageFormats.PersistentMessageBatchOrBuilder

Protobuf type PersistentMessageBatch


Nested Class Summary
static class MessageFormats.PersistentMessageBatch.Builder
          Protobuf type PersistentMessageBatch
 
Field Summary
static int BATCH_FIELD_NUMBER
           
static  PARSER
           
 
Method Summary
 MessageFormats.PersistentMessage getBatch(int index)
          repeated .PersistentMessage batch = 1;
 int getBatchCount()
          repeated .PersistentMessage batch = 1;
 java.util.List<MessageFormats.PersistentMessage> getBatchList()
          repeated .PersistentMessage batch = 1;
 MessageFormats.PersistentMessageOrBuilder getBatchOrBuilder(int index)
          repeated .PersistentMessage batch = 1;
 java.util.List<? extends MessageFormats.PersistentMessageOrBuilder> getBatchOrBuilderList()
          repeated .PersistentMessage batch = 1;
static MessageFormats.PersistentMessageBatch getDefaultInstance()
           
 MessageFormats.PersistentMessageBatch getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
  getParserForType()
           
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static MessageFormats.PersistentMessageBatch.Builder newBuilder()
           
static MessageFormats.PersistentMessageBatch.Builder newBuilder(MessageFormats.PersistentMessageBatch prototype)
           
 MessageFormats.PersistentMessageBatch.Builder newBuilderForType()
           
protected  MessageFormats.PersistentMessageBatch.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static MessageFormats.PersistentMessageBatch parseDelimitedFrom(java.io.InputStream input)
           
static MessageFormats.PersistentMessageBatch parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentMessageBatch parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentMessageBatch parseFrom(com.google.protobuf.ByteString data)
           
static MessageFormats.PersistentMessageBatch parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentMessageBatch parseFrom(com.google.protobuf.CodedInputStream input)
           
static MessageFormats.PersistentMessageBatch parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MessageFormats.PersistentMessageBatch parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MessageFormats.PersistentMessageBatch.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

BATCH_FIELD_NUMBER

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

getDefaultInstance

public static MessageFormats.PersistentMessageBatch getDefaultInstance()

getDefaultInstanceForType

public MessageFormats.PersistentMessageBatch 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()

getBatchList

public java.util.List<MessageFormats.PersistentMessage> getBatchList()
repeated .PersistentMessage batch = 1;

Specified by:
getBatchList in interface MessageFormats.PersistentMessageBatchOrBuilder

getBatchOrBuilderList

public java.util.List<? extends MessageFormats.PersistentMessageOrBuilder> getBatchOrBuilderList()
repeated .PersistentMessage batch = 1;

Specified by:
getBatchOrBuilderList in interface MessageFormats.PersistentMessageBatchOrBuilder

getBatchCount

public int getBatchCount()
repeated .PersistentMessage batch = 1;

Specified by:
getBatchCount in interface MessageFormats.PersistentMessageBatchOrBuilder

getBatch

public MessageFormats.PersistentMessage getBatch(int index)
repeated .PersistentMessage batch = 1;

Specified by:
getBatch in interface MessageFormats.PersistentMessageBatchOrBuilder

getBatchOrBuilder

public MessageFormats.PersistentMessageOrBuilder getBatchOrBuilder(int index)
repeated .PersistentMessage batch = 1;

Specified by:
getBatchOrBuilder in interface MessageFormats.PersistentMessageBatchOrBuilder

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.PersistentMessageBatch parseFrom(com.google.protobuf.ByteString data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static MessageFormats.PersistentMessageBatch 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.PersistentMessageBatch parseFrom(byte[] data,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static MessageFormats.PersistentMessageBatch.Builder newBuilder()

newBuilderForType

public MessageFormats.PersistentMessageBatch.Builder newBuilderForType()

newBuilder

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

toBuilder

public MessageFormats.PersistentMessageBatch.Builder toBuilder()

newBuilderForType

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