akka.remote
Class RemoteProtocol.MetadataEntryProtocol

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.RemoteProtocol.MetadataEntryProtocol
All Implemented Interfaces:
RemoteProtocol.MetadataEntryProtocolOrBuilder
Enclosing class:
RemoteProtocol

public static final class RemoteProtocol.MetadataEntryProtocol
extends com.google.protobuf.GeneratedMessage
implements RemoteProtocol.MetadataEntryProtocolOrBuilder


Nested Class Summary
static class RemoteProtocol.MetadataEntryProtocol.Builder
           
 
Field Summary
static int KEY_FIELD_NUMBER
           
static int VALUE_FIELD_NUMBER
           
 
Method Summary
static RemoteProtocol.MetadataEntryProtocol getDefaultInstance()
           
 RemoteProtocol.MetadataEntryProtocol getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getKey()
           
 int getSerializedSize()
           
 com.google.protobuf.ByteString getValue()
           
 boolean hasKey()
           
 boolean hasValue()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static RemoteProtocol.MetadataEntryProtocol.Builder newBuilder()
           
static RemoteProtocol.MetadataEntryProtocol.Builder newBuilder(RemoteProtocol.MetadataEntryProtocol prototype)
           
 RemoteProtocol.MetadataEntryProtocol.Builder newBuilderForType()
           
protected  RemoteProtocol.MetadataEntryProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static RemoteProtocol.MetadataEntryProtocol parseDelimitedFrom(java.io.InputStream input)
           
static RemoteProtocol.MetadataEntryProtocol parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.MetadataEntryProtocol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.MetadataEntryProtocol parseFrom(com.google.protobuf.ByteString data)
           
static RemoteProtocol.MetadataEntryProtocol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.MetadataEntryProtocol parseFrom(com.google.protobuf.CodedInputStream input)
           
static RemoteProtocol.MetadataEntryProtocol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RemoteProtocol.MetadataEntryProtocol parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.MetadataEntryProtocol.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

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
See Also:
Constant Field Values

VALUE_FIELD_NUMBER

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

getDefaultInstance

public static RemoteProtocol.MetadataEntryProtocol getDefaultInstance()

getDefaultInstanceForType

public RemoteProtocol.MetadataEntryProtocol getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasKey

public boolean hasKey()
Specified by:
hasKey in interface RemoteProtocol.MetadataEntryProtocolOrBuilder

getKey

public java.lang.String getKey()
Specified by:
getKey in interface RemoteProtocol.MetadataEntryProtocolOrBuilder

hasValue

public boolean hasValue()
Specified by:
hasValue in interface RemoteProtocol.MetadataEntryProtocolOrBuilder

getValue

public com.google.protobuf.ByteString getValue()
Specified by:
getValue in interface RemoteProtocol.MetadataEntryProtocolOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static RemoteProtocol.MetadataEntryProtocol parseDelimitedFrom(java.io.InputStream input)
                                                               throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static RemoteProtocol.MetadataEntryProtocol.Builder newBuilder()

newBuilderForType

public RemoteProtocol.MetadataEntryProtocol.Builder newBuilderForType()

newBuilder

public static RemoteProtocol.MetadataEntryProtocol.Builder newBuilder(RemoteProtocol.MetadataEntryProtocol prototype)

toBuilder

public RemoteProtocol.MetadataEntryProtocol.Builder toBuilder()

newBuilderForType

protected RemoteProtocol.MetadataEntryProtocol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)