org.apache.hadoop.yarn.proto
Interface YarnProtos.ReservationIdProtoOrBuilder

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

public static interface YarnProtos.ReservationIdProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getClusterTimestamp()
          optional int64 cluster_timestamp = 2;
 long getId()
          optional int64 id = 1;
 boolean hasClusterTimestamp()
          optional int64 cluster_timestamp = 2;
 boolean hasId()
          optional int64 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

hasId

boolean hasId()
optional int64 id = 1;


getId

long getId()
optional int64 id = 1;


hasClusterTimestamp

boolean hasClusterTimestamp()
optional int64 cluster_timestamp = 2;


getClusterTimestamp

long getClusterTimestamp()
optional int64 cluster_timestamp = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.