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

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

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


Method Summary
 String getKey()
           
 com.google.protobuf.ByteString getValue()
           
 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

com.google.protobuf.ByteString getValue()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.