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()
           
 int getId()
           
 boolean hasClusterTimestamp()
           
 boolean hasId()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasId

boolean hasId()

getId

int getId()

hasClusterTimestamp

boolean hasClusterTimestamp()

getClusterTimestamp

long getClusterTimestamp()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.