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

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

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


Method Summary
 YarnProtos.ApplicationAttemptIdProto getAppAttemptId()
           
 YarnProtos.ApplicationAttemptIdProtoOrBuilder getAppAttemptIdOrBuilder()
           
 YarnProtos.ApplicationIdProto getAppId()
           
 YarnProtos.ApplicationIdProtoOrBuilder getAppIdOrBuilder()
           
 int getId()
           
 boolean hasAppAttemptId()
           
 boolean hasAppId()
           
 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

hasAppId

boolean hasAppId()

getAppId

YarnProtos.ApplicationIdProto getAppId()

getAppIdOrBuilder

YarnProtos.ApplicationIdProtoOrBuilder getAppIdOrBuilder()

hasAppAttemptId

boolean hasAppAttemptId()

getAppAttemptId

YarnProtos.ApplicationAttemptIdProto getAppAttemptId()

getAppAttemptIdOrBuilder

YarnProtos.ApplicationAttemptIdProtoOrBuilder getAppAttemptIdOrBuilder()

hasId

boolean hasId()

getId

int getId()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.