org.apache.hadoop.yarn.ipc
Interface RpcProtos.ProtoSpecificRpcRequestOrBuilder

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

public static interface RpcProtos.ProtoSpecificRpcRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getMethodName()
           
 com.google.protobuf.ByteString getRequestProto()
           
 boolean hasMethodName()
           
 boolean hasRequestProto()
           
 
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()

hasRequestProto

boolean hasRequestProto()

getRequestProto

com.google.protobuf.ByteString getRequestProto()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.