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

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

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


Method Summary
 boolean getIsKillCompleted()
          optional bool is_kill_completed = 1 [default = false];
 boolean hasIsKillCompleted()
          optional bool is_kill_completed = 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

hasIsKillCompleted

boolean hasIsKillCompleted()
optional bool is_kill_completed = 1 [default = false];


getIsKillCompleted

boolean getIsKillCompleted()
optional bool is_kill_completed = 1 [default = false];



Copyright © 2014 Apache Software Foundation. All Rights Reserved.