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

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

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


Method Summary
 YarnProtos.ReservationIdProto getReservationId()
          optional .hadoop.yarn.ReservationIdProto reservation_id = 1;
 YarnProtos.ReservationIdProtoOrBuilder getReservationIdOrBuilder()
          optional .hadoop.yarn.ReservationIdProto reservation_id = 1;
 boolean hasReservationId()
          optional .hadoop.yarn.ReservationIdProto reservation_id = 1;
 
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

hasReservationId

boolean hasReservationId()
optional .hadoop.yarn.ReservationIdProto reservation_id = 1;


getReservationId

YarnProtos.ReservationIdProto getReservationId()
optional .hadoop.yarn.ReservationIdProto reservation_id = 1;


getReservationIdOrBuilder

YarnProtos.ReservationIdProtoOrBuilder getReservationIdOrBuilder()
optional .hadoop.yarn.ReservationIdProto reservation_id = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.