org.apache.hadoop.yarn.proto
Interface YarnServiceProtos.FinishApplicationMasterResponseProtoOrBuilder

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

public static interface YarnServiceProtos.FinishApplicationMasterResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getIsUnregistered()
          optional bool isUnregistered = 1 [default = false];
 boolean hasIsUnregistered()
          optional bool isUnregistered = 1 [default = false];
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasIsUnregistered

boolean hasIsUnregistered()
optional bool isUnregistered = 1 [default = false];


getIsUnregistered

boolean getIsUnregistered()
optional bool isUnregistered = 1 [default = false];



Copyright © 2014 Apache Software Foundation. All Rights Reserved.