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

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

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


Method Summary
 org.apache.hadoop.yarn.proto.YarnProtos.YarnRemoteExceptionProto getException()
           
 org.apache.hadoop.yarn.proto.YarnProtos.YarnRemoteExceptionProtoOrBuilder getExceptionOrBuilder()
           
 boolean getIsError()
           
 com.google.protobuf.ByteString getResponseProto()
           
 boolean hasException()
           
 boolean hasIsError()
           
 boolean hasResponseProto()
           
 
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

hasResponseProto

boolean hasResponseProto()

getResponseProto

com.google.protobuf.ByteString getResponseProto()

hasIsError

boolean hasIsError()

getIsError

boolean getIsError()

hasException

boolean hasException()

getException

org.apache.hadoop.yarn.proto.YarnProtos.YarnRemoteExceptionProto getException()

getExceptionOrBuilder

org.apache.hadoop.yarn.proto.YarnProtos.YarnRemoteExceptionProtoOrBuilder getExceptionOrBuilder()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.