public static interface YarnServiceProtos.RegisterApplicationMasterRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasHost()
optional string host = 1;
String getHost()
optional string host = 1;
com.google.protobuf.ByteString getHostBytes()
optional string host = 1;
boolean hasRpcPort()
optional int32 rpc_port = 2;
int getRpcPort()
optional int32 rpc_port = 2;
boolean hasTrackingUrl()
optional string tracking_url = 3;
String getTrackingUrl()
optional string tracking_url = 3;
com.google.protobuf.ByteString getTrackingUrlBytes()
optional string tracking_url = 3;
Copyright © 2013 Apache Software Foundation. All rights reserved.