org.apache.flume.channel.file.proto
Interface ProtosFactory.FlumeEventHeaderOrBuilder

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

public static interface ProtosFactory.FlumeEventHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getKey()
           
 String 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

String getValue()


Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.