akka.contrib.pattern.protobuf.msg
Class DistributedPubSubMessages.Delta

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Delta
All Implemented Interfaces:
DistributedPubSubMessages.DeltaOrBuilder
Enclosing class:
DistributedPubSubMessages

public static final class DistributedPubSubMessages.Delta
extends com.google.protobuf.GeneratedMessage
implements DistributedPubSubMessages.DeltaOrBuilder

Protobuf type Delta


Nested Class Summary
static class DistributedPubSubMessages.Delta.Bucket
          Protobuf type Delta.Bucket
static interface DistributedPubSubMessages.Delta.BucketOrBuilder
           
static class DistributedPubSubMessages.Delta.Builder
          Protobuf type Delta
static class DistributedPubSubMessages.Delta.Entry
          Protobuf type Delta.Entry
static interface DistributedPubSubMessages.Delta.EntryOrBuilder
           
 
Field Summary
static int BUCKETS_FIELD_NUMBER
           
static  PARSER
           
 
Method Summary
 DistributedPubSubMessages.Delta.Bucket getBuckets(int index)
          repeated .Delta.Bucket buckets = 1;
 int getBucketsCount()
          repeated .Delta.Bucket buckets = 1;
 java.util.List<DistributedPubSubMessages.Delta.Bucket> getBucketsList()
          repeated .Delta.Bucket buckets = 1;
 DistributedPubSubMessages.Delta.BucketOrBuilder getBucketsOrBuilder(int index)
          repeated .Delta.Bucket buckets = 1;
 java.util.List<? extends DistributedPubSubMessages.Delta.BucketOrBuilder> getBucketsOrBuilderList()
          repeated .Delta.Bucket buckets = 1;
static DistributedPubSubMessages.Delta getDefaultInstance()
           
 DistributedPubSubMessages.Delta 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 DistributedPubSubMessages.Delta.Builder newBuilder()
           
static DistributedPubSubMessages.Delta.Builder newBuilder(DistributedPubSubMessages.Delta prototype)
           
 DistributedPubSubMessages.Delta.Builder newBuilderForType()
           
protected  DistributedPubSubMessages.Delta.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DistributedPubSubMessages.Delta parseDelimitedFrom(java.io.InputStream input)
           
static DistributedPubSubMessages.Delta parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta parseFrom(com.google.protobuf.ByteString data)
           
static DistributedPubSubMessages.Delta parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta parseFrom(com.google.protobuf.CodedInputStream input)
           
static DistributedPubSubMessages.Delta parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DistributedPubSubMessages.Delta parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DistributedPubSubMessages.Delta.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

BUCKETS_FIELD_NUMBER

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

getDefaultInstance

public static DistributedPubSubMessages.Delta getDefaultInstance()

getDefaultInstanceForType

public DistributedPubSubMessages.Delta 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()

getBucketsList

public java.util.List<DistributedPubSubMessages.Delta.Bucket> getBucketsList()
repeated .Delta.Bucket buckets = 1;

Specified by:
getBucketsList in interface DistributedPubSubMessages.DeltaOrBuilder

getBucketsOrBuilderList

public java.util.List<? extends DistributedPubSubMessages.Delta.BucketOrBuilder> getBucketsOrBuilderList()
repeated .Delta.Bucket buckets = 1;

Specified by:
getBucketsOrBuilderList in interface DistributedPubSubMessages.DeltaOrBuilder

getBucketsCount

public int getBucketsCount()
repeated .Delta.Bucket buckets = 1;

Specified by:
getBucketsCount in interface DistributedPubSubMessages.DeltaOrBuilder

getBuckets

public DistributedPubSubMessages.Delta.Bucket getBuckets(int index)
repeated .Delta.Bucket buckets = 1;

Specified by:
getBuckets in interface DistributedPubSubMessages.DeltaOrBuilder

getBucketsOrBuilder

public DistributedPubSubMessages.Delta.BucketOrBuilder getBucketsOrBuilder(int index)
repeated .Delta.Bucket buckets = 1;

Specified by:
getBucketsOrBuilder in interface DistributedPubSubMessages.DeltaOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static DistributedPubSubMessages.Delta parseDelimitedFrom(java.io.InputStream input)
                                                          throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static DistributedPubSubMessages.Delta.Builder newBuilder()

newBuilderForType

public DistributedPubSubMessages.Delta.Builder newBuilderForType()

newBuilder

public static DistributedPubSubMessages.Delta.Builder newBuilder(DistributedPubSubMessages.Delta prototype)

toBuilder

public DistributedPubSubMessages.Delta.Builder toBuilder()

newBuilderForType

protected DistributedPubSubMessages.Delta.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)