|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.protobuf.GeneratedMessage
akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
public static final class DistributedPubSubMessages.Delta.Bucket
Protobuf type Delta.Bucket
Nested Class Summary | |
---|---|
static class |
DistributedPubSubMessages.Delta.Bucket.Builder
Protobuf type Delta.Bucket |
Field Summary | |
---|---|
static int |
CONTENT_FIELD_NUMBER
|
static int |
OWNER_FIELD_NUMBER
|
static |
PARSER
|
static int |
VERSION_FIELD_NUMBER
|
Method Summary | |
---|---|
DistributedPubSubMessages.Delta.Entry |
getContent(int index)
repeated .Delta.Entry content = 3; |
int |
getContentCount()
repeated .Delta.Entry content = 3; |
java.util.List<DistributedPubSubMessages.Delta.Entry> |
getContentList()
repeated .Delta.Entry content = 3; |
DistributedPubSubMessages.Delta.EntryOrBuilder |
getContentOrBuilder(int index)
repeated .Delta.Entry content = 3; |
java.util.List<? extends DistributedPubSubMessages.Delta.EntryOrBuilder> |
getContentOrBuilderList()
repeated .Delta.Entry content = 3; |
static DistributedPubSubMessages.Delta.Bucket |
getDefaultInstance()
|
DistributedPubSubMessages.Delta.Bucket |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
DistributedPubSubMessages.Address |
getOwner()
required .Address owner = 1; |
DistributedPubSubMessages.AddressOrBuilder |
getOwnerOrBuilder()
required .Address owner = 1; |
|
getParserForType()
|
int |
getSerializedSize()
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
long |
getVersion()
required int64 version = 2; |
boolean |
hasOwner()
required .Address owner = 1; |
boolean |
hasVersion()
required int64 version = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static DistributedPubSubMessages.Delta.Bucket.Builder |
newBuilder()
|
static DistributedPubSubMessages.Delta.Bucket.Builder |
newBuilder(DistributedPubSubMessages.Delta.Bucket prototype)
|
DistributedPubSubMessages.Delta.Bucket.Builder |
newBuilderForType()
|
protected DistributedPubSubMessages.Delta.Bucket.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static DistributedPubSubMessages.Delta.Bucket |
parseDelimitedFrom(java.io.InputStream input)
|
static DistributedPubSubMessages.Delta.Bucket |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DistributedPubSubMessages.Delta.Bucket |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DistributedPubSubMessages.Delta.Bucket |
parseFrom(com.google.protobuf.ByteString data)
|
static DistributedPubSubMessages.Delta.Bucket |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DistributedPubSubMessages.Delta.Bucket |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static DistributedPubSubMessages.Delta.Bucket |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DistributedPubSubMessages.Delta.Bucket |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
DistributedPubSubMessages.Delta.Bucket.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 OWNER_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER
Method Detail |
---|
public static DistributedPubSubMessages.Delta.Bucket getDefaultInstance()
public DistributedPubSubMessages.Delta.Bucket 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 hasOwner()
required .Address owner = 1;
hasOwner
in interface DistributedPubSubMessages.Delta.BucketOrBuilder
public DistributedPubSubMessages.Address getOwner()
required .Address owner = 1;
getOwner
in interface DistributedPubSubMessages.Delta.BucketOrBuilder
public DistributedPubSubMessages.AddressOrBuilder getOwnerOrBuilder()
required .Address owner = 1;
getOwnerOrBuilder
in interface DistributedPubSubMessages.Delta.BucketOrBuilder
public boolean hasVersion()
required int64 version = 2;
hasVersion
in interface DistributedPubSubMessages.Delta.BucketOrBuilder
public long getVersion()
required int64 version = 2;
getVersion
in interface DistributedPubSubMessages.Delta.BucketOrBuilder
public java.util.List<DistributedPubSubMessages.Delta.Entry> getContentList()
repeated .Delta.Entry content = 3;
getContentList
in interface DistributedPubSubMessages.Delta.BucketOrBuilder
public java.util.List<? extends DistributedPubSubMessages.Delta.EntryOrBuilder> getContentOrBuilderList()
repeated .Delta.Entry content = 3;
getContentOrBuilderList
in interface DistributedPubSubMessages.Delta.BucketOrBuilder
public int getContentCount()
repeated .Delta.Entry content = 3;
getContentCount
in interface DistributedPubSubMessages.Delta.BucketOrBuilder
public DistributedPubSubMessages.Delta.Entry getContent(int index)
repeated .Delta.Entry content = 3;
getContent
in interface DistributedPubSubMessages.Delta.BucketOrBuilder
public DistributedPubSubMessages.Delta.EntryOrBuilder getContentOrBuilder(int index)
repeated .Delta.Entry content = 3;
getContentOrBuilder
in interface DistributedPubSubMessages.Delta.BucketOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public static DistributedPubSubMessages.Delta.Bucket parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Delta.Bucket parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Delta.Bucket parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Delta.Bucket parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Delta.Bucket parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Delta.Bucket parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Delta.Bucket parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Delta.Bucket parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Delta.Bucket.Builder newBuilder()
public DistributedPubSubMessages.Delta.Bucket.Builder newBuilderForType()
public static DistributedPubSubMessages.Delta.Bucket.Builder newBuilder(DistributedPubSubMessages.Delta.Bucket prototype)
public DistributedPubSubMessages.Delta.Bucket.Builder toBuilder()
protected DistributedPubSubMessages.Delta.Bucket.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |