org.apache.hadoop.ipc.protobuf
Class HadoopRpcProtos.HadoopRpcRequestProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<HadoopRpcProtos.HadoopRpcRequestProto.Builder>
              extended by org.apache.hadoop.ipc.protobuf.HadoopRpcProtos.HadoopRpcRequestProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder
Enclosing class:
HadoopRpcProtos.HadoopRpcRequestProto

public static final class HadoopRpcProtos.HadoopRpcRequestProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<HadoopRpcProtos.HadoopRpcRequestProto.Builder>
implements HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder


Method Summary
 HadoopRpcProtos.HadoopRpcRequestProto build()
           
 HadoopRpcProtos.HadoopRpcRequestProto buildPartial()
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder clear()
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder clearClientProtocolVersion()
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder clearDeclaringClassProtocolName()
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder clearMethodName()
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder clearRequest()
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder clone()
           
 long getClientProtocolVersion()
           
 String getDeclaringClassProtocolName()
           
 HadoopRpcProtos.HadoopRpcRequestProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getMethodName()
           
 com.google.protobuf.ByteString getRequest()
           
 boolean hasClientProtocolVersion()
           
 boolean hasDeclaringClassProtocolName()
           
 boolean hasMethodName()
           
 boolean hasRequest()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder mergeFrom(HadoopRpcProtos.HadoopRpcRequestProto other)
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder setClientProtocolVersion(long value)
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder setDeclaringClassProtocolName(String value)
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder setMethodName(String value)
           
 HadoopRpcProtos.HadoopRpcRequestProto.Builder setRequest(com.google.protobuf.ByteString value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<HadoopRpcProtos.HadoopRpcRequestProto.Builder>

clear

public HadoopRpcProtos.HadoopRpcRequestProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<HadoopRpcProtos.HadoopRpcRequestProto.Builder>

clone

public HadoopRpcProtos.HadoopRpcRequestProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<HadoopRpcProtos.HadoopRpcRequestProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<HadoopRpcProtos.HadoopRpcRequestProto.Builder>

getDefaultInstanceForType

public HadoopRpcProtos.HadoopRpcRequestProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public HadoopRpcProtos.HadoopRpcRequestProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public HadoopRpcProtos.HadoopRpcRequestProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public HadoopRpcProtos.HadoopRpcRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<HadoopRpcProtos.HadoopRpcRequestProto.Builder>

mergeFrom

public HadoopRpcProtos.HadoopRpcRequestProto.Builder mergeFrom(HadoopRpcProtos.HadoopRpcRequestProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<HadoopRpcProtos.HadoopRpcRequestProto.Builder>

mergeFrom

public HadoopRpcProtos.HadoopRpcRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<HadoopRpcProtos.HadoopRpcRequestProto.Builder>
Throws:
IOException

hasMethodName

public boolean hasMethodName()
Specified by:
hasMethodName in interface HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder

getMethodName

public String getMethodName()
Specified by:
getMethodName in interface HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder

setMethodName

public HadoopRpcProtos.HadoopRpcRequestProto.Builder setMethodName(String value)

clearMethodName

public HadoopRpcProtos.HadoopRpcRequestProto.Builder clearMethodName()

hasRequest

public boolean hasRequest()
Specified by:
hasRequest in interface HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder

getRequest

public com.google.protobuf.ByteString getRequest()
Specified by:
getRequest in interface HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder

setRequest

public HadoopRpcProtos.HadoopRpcRequestProto.Builder setRequest(com.google.protobuf.ByteString value)

clearRequest

public HadoopRpcProtos.HadoopRpcRequestProto.Builder clearRequest()

hasDeclaringClassProtocolName

public boolean hasDeclaringClassProtocolName()
Specified by:
hasDeclaringClassProtocolName in interface HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder

getDeclaringClassProtocolName

public String getDeclaringClassProtocolName()
Specified by:
getDeclaringClassProtocolName in interface HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder

setDeclaringClassProtocolName

public HadoopRpcProtos.HadoopRpcRequestProto.Builder setDeclaringClassProtocolName(String value)

clearDeclaringClassProtocolName

public HadoopRpcProtos.HadoopRpcRequestProto.Builder clearDeclaringClassProtocolName()

hasClientProtocolVersion

public boolean hasClientProtocolVersion()
Specified by:
hasClientProtocolVersion in interface HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder

getClientProtocolVersion

public long getClientProtocolVersion()
Specified by:
getClientProtocolVersion in interface HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder

setClientProtocolVersion

public HadoopRpcProtos.HadoopRpcRequestProto.Builder setClientProtocolVersion(long value)

clearClientProtocolVersion

public HadoopRpcProtos.HadoopRpcRequestProto.Builder clearClientProtocolVersion()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.