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

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

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


Method Summary
 YarnProtos.ApplicationAttemptIdProto getApplicationAttemptId()
           
 YarnProtos.ApplicationAttemptIdProtoOrBuilder getApplicationAttemptIdOrBuilder()
           
 String getHost()
           
 int getRpcPort()
           
 String getTrackingUrl()
           
 boolean hasApplicationAttemptId()
           
 boolean hasHost()
           
 boolean hasRpcPort()
           
 boolean hasTrackingUrl()
           
 
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

hasApplicationAttemptId

boolean hasApplicationAttemptId()

getApplicationAttemptId

YarnProtos.ApplicationAttemptIdProto getApplicationAttemptId()

getApplicationAttemptIdOrBuilder

YarnProtos.ApplicationAttemptIdProtoOrBuilder getApplicationAttemptIdOrBuilder()

hasHost

boolean hasHost()

getHost

String getHost()

hasRpcPort

boolean hasRpcPort()

getRpcPort

int getRpcPort()

hasTrackingUrl

boolean hasTrackingUrl()

getTrackingUrl

String getTrackingUrl()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.