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

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

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


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


getId

int getId()
optional int32 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.