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

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

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


Method Summary
 String getFile()
          optional string file = 4;
 com.google.protobuf.ByteString getFileBytes()
          optional string file = 4;
 String getHost()
          optional string host = 2;
 com.google.protobuf.ByteString getHostBytes()
          optional string host = 2;
 int getPort()
          optional int32 port = 3;
 String getScheme()
          optional string scheme = 1;
 com.google.protobuf.ByteString getSchemeBytes()
          optional string scheme = 1;
 String getUserInfo()
          optional string userInfo = 5;
 com.google.protobuf.ByteString getUserInfoBytes()
          optional string userInfo = 5;
 boolean hasFile()
          optional string file = 4;
 boolean hasHost()
          optional string host = 2;
 boolean hasPort()
          optional int32 port = 3;
 boolean hasScheme()
          optional string scheme = 1;
 boolean hasUserInfo()
          optional string userInfo = 5;
 
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

hasScheme

boolean hasScheme()
optional string scheme = 1;


getScheme

String getScheme()
optional string scheme = 1;


getSchemeBytes

com.google.protobuf.ByteString getSchemeBytes()
optional string scheme = 1;


hasHost

boolean hasHost()
optional string host = 2;


getHost

String getHost()
optional string host = 2;


getHostBytes

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


hasPort

boolean hasPort()
optional int32 port = 3;


getPort

int getPort()
optional int32 port = 3;


hasFile

boolean hasFile()
optional string file = 4;


getFile

String getFile()
optional string file = 4;


getFileBytes

com.google.protobuf.ByteString getFileBytes()
optional string file = 4;


hasUserInfo

boolean hasUserInfo()
optional string userInfo = 5;


getUserInfo

String getUserInfo()
optional string userInfo = 5;


getUserInfoBytes

com.google.protobuf.ByteString getUserInfoBytes()
optional string userInfo = 5;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.