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
 String getHost()
          optional string host = 1;
 com.google.protobuf.ByteString getHostBytes()
          optional string host = 1;
 int getRpcPort()
          optional int32 rpc_port = 2;
 String getTrackingUrl()
          optional string tracking_url = 3;
 com.google.protobuf.ByteString getTrackingUrlBytes()
          optional string tracking_url = 3;
 boolean hasHost()
          optional string host = 1;
 boolean hasRpcPort()
          optional int32 rpc_port = 2;
 boolean hasTrackingUrl()
          optional string tracking_url = 3;
 
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

hasHost

boolean hasHost()
optional string host = 1;


getHost

String getHost()
optional string host = 1;


getHostBytes

com.google.protobuf.ByteString getHostBytes()
optional string host = 1;


hasRpcPort

boolean hasRpcPort()
optional int32 rpc_port = 2;


getRpcPort

int getRpcPort()
optional int32 rpc_port = 2;


hasTrackingUrl

boolean hasTrackingUrl()
optional string tracking_url = 3;


getTrackingUrl

String getTrackingUrl()
optional string tracking_url = 3;


getTrackingUrlBytes

com.google.protobuf.ByteString getTrackingUrlBytes()
optional string tracking_url = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.