|
|||||||||
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.SendToAll
public static final class DistributedPubSubMessages.SendToAll
Protobuf type SendToAll
SendToAll normally local, but it is also used by the ClusterClient.
Nested Class Summary | |
---|---|
static class |
DistributedPubSubMessages.SendToAll.Builder
Protobuf type SendToAll |
Field Summary | |
---|---|
static int |
ALLBUTSELF_FIELD_NUMBER
|
static |
PARSER
|
static int |
PATH_FIELD_NUMBER
|
static int |
PAYLOAD_FIELD_NUMBER
|
Method Summary | |
---|---|
boolean |
getAllButSelf()
required bool allButSelf = 2; |
static DistributedPubSubMessages.SendToAll |
getDefaultInstance()
|
DistributedPubSubMessages.SendToAll |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
|
getParserForType()
|
java.lang.String |
getPath()
required string path = 1; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 1; |
DistributedPubSubMessages.Payload |
getPayload()
required .Payload payload = 3; |
DistributedPubSubMessages.PayloadOrBuilder |
getPayloadOrBuilder()
required .Payload payload = 3; |
int |
getSerializedSize()
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
boolean |
hasAllButSelf()
required bool allButSelf = 2; |
boolean |
hasPath()
required string path = 1; |
boolean |
hasPayload()
required .Payload payload = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static DistributedPubSubMessages.SendToAll.Builder |
newBuilder()
|
static DistributedPubSubMessages.SendToAll.Builder |
newBuilder(DistributedPubSubMessages.SendToAll prototype)
|
DistributedPubSubMessages.SendToAll.Builder |
newBuilderForType()
|
protected DistributedPubSubMessages.SendToAll.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static DistributedPubSubMessages.SendToAll |
parseDelimitedFrom(java.io.InputStream input)
|
static DistributedPubSubMessages.SendToAll |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DistributedPubSubMessages.SendToAll |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DistributedPubSubMessages.SendToAll |
parseFrom(com.google.protobuf.ByteString data)
|
static DistributedPubSubMessages.SendToAll |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DistributedPubSubMessages.SendToAll |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static DistributedPubSubMessages.SendToAll |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DistributedPubSubMessages.SendToAll |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
DistributedPubSubMessages.SendToAll.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 PATH_FIELD_NUMBER
public static final int ALLBUTSELF_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
Method Detail |
---|
public static DistributedPubSubMessages.SendToAll getDefaultInstance()
public DistributedPubSubMessages.SendToAll 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 hasPath()
required string path = 1;
hasPath
in interface DistributedPubSubMessages.SendToAllOrBuilder
public java.lang.String getPath()
required string path = 1;
getPath
in interface DistributedPubSubMessages.SendToAllOrBuilder
public com.google.protobuf.ByteString getPathBytes()
required string path = 1;
getPathBytes
in interface DistributedPubSubMessages.SendToAllOrBuilder
public boolean hasAllButSelf()
required bool allButSelf = 2;
hasAllButSelf
in interface DistributedPubSubMessages.SendToAllOrBuilder
public boolean getAllButSelf()
required bool allButSelf = 2;
getAllButSelf
in interface DistributedPubSubMessages.SendToAllOrBuilder
public boolean hasPayload()
required .Payload payload = 3;
hasPayload
in interface DistributedPubSubMessages.SendToAllOrBuilder
public DistributedPubSubMessages.Payload getPayload()
required .Payload payload = 3;
getPayload
in interface DistributedPubSubMessages.SendToAllOrBuilder
public DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()
required .Payload payload = 3;
getPayloadOrBuilder
in interface DistributedPubSubMessages.SendToAllOrBuilder
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.SendToAll parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.SendToAll parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.SendToAll parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.SendToAll parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.SendToAll parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.SendToAll parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.SendToAll parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.SendToAll parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.SendToAll.Builder newBuilder()
public DistributedPubSubMessages.SendToAll.Builder newBuilderForType()
public static DistributedPubSubMessages.SendToAll.Builder newBuilder(DistributedPubSubMessages.SendToAll prototype)
public DistributedPubSubMessages.SendToAll.Builder toBuilder()
protected DistributedPubSubMessages.SendToAll.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 |