org.apache.hadoop.ipc.protobuf
Interface HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HadoopRpcProtos.HadoopRpcRequestProto, HadoopRpcProtos.HadoopRpcRequestProto.Builder
Enclosing class:
HadoopRpcProtos

public static interface HadoopRpcProtos.HadoopRpcRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getClientProtocolVersion()
           
 String getDeclaringClassProtocolName()
           
 String getMethodName()
           
 com.google.protobuf.ByteString getRequest()
           
 boolean hasClientProtocolVersion()
           
 boolean hasDeclaringClassProtocolName()
           
 boolean hasMethodName()
           
 boolean hasRequest()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasMethodName

boolean hasMethodName()

getMethodName

String getMethodName()

hasRequest

boolean hasRequest()

getRequest

com.google.protobuf.ByteString getRequest()

hasDeclaringClassProtocolName

boolean hasDeclaringClassProtocolName()

getDeclaringClassProtocolName

String getDeclaringClassProtocolName()

hasClientProtocolVersion

boolean hasClientProtocolVersion()

getClientProtocolVersion

long getClientProtocolVersion()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.