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

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

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


Method Summary
 String getKey()
           
 YarnProtos.URLProto getValue()
           
 YarnProtos.URLProtoOrBuilder getValueOrBuilder()
           
 boolean hasKey()
           
 boolean hasValue()
           
 
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

hasKey

boolean hasKey()

getKey

String getKey()

hasValue

boolean hasValue()

getValue

YarnProtos.URLProto getValue()

getValueOrBuilder

YarnProtos.URLProtoOrBuilder getValueOrBuilder()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.