Uses of Class
org.apache.flume.channel.file.proto.ProtosFactory.FlumeEvent

Packages that use ProtosFactory.FlumeEvent
org.apache.flume.channel.file.proto   
 

Uses of ProtosFactory.FlumeEvent in org.apache.flume.channel.file.proto
 

Fields in org.apache.flume.channel.file.proto with type parameters of type ProtosFactory.FlumeEvent
static com.google.protobuf.Parser<ProtosFactory.FlumeEvent> ProtosFactory.FlumeEvent.PARSER
           
 

Methods in org.apache.flume.channel.file.proto that return ProtosFactory.FlumeEvent
 ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.Builder.build()
           
 ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.Builder.buildPartial()
           
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.getDefaultInstance()
           
 ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.getDefaultInstanceForType()
           
 ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.Builder.getDefaultInstanceForType()
           
 ProtosFactory.FlumeEvent ProtosFactory.PutOrBuilder.getEvent()
          required .FlumeEvent event = 1;
 ProtosFactory.FlumeEvent ProtosFactory.Put.getEvent()
          required .FlumeEvent event = 1;
 ProtosFactory.FlumeEvent ProtosFactory.Put.Builder.getEvent()
          required .FlumeEvent event = 1;
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.parseDelimitedFrom(InputStream input)
           
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.parseFrom(byte[] data)
           
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.parseFrom(com.google.protobuf.ByteString data)
           
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.parseFrom(InputStream input)
           
static ProtosFactory.FlumeEvent ProtosFactory.FlumeEvent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.flume.channel.file.proto that return types with arguments of type ProtosFactory.FlumeEvent
 com.google.protobuf.Parser<ProtosFactory.FlumeEvent> ProtosFactory.FlumeEvent.getParserForType()
           
 

Methods in org.apache.flume.channel.file.proto with parameters of type ProtosFactory.FlumeEvent
 ProtosFactory.Put.Builder ProtosFactory.Put.Builder.mergeEvent(ProtosFactory.FlumeEvent value)
          required .FlumeEvent event = 1;
 ProtosFactory.FlumeEvent.Builder ProtosFactory.FlumeEvent.Builder.mergeFrom(ProtosFactory.FlumeEvent other)
           
static ProtosFactory.FlumeEvent.Builder ProtosFactory.FlumeEvent.newBuilder(ProtosFactory.FlumeEvent prototype)
           
 ProtosFactory.Put.Builder ProtosFactory.Put.Builder.setEvent(ProtosFactory.FlumeEvent value)
          required .FlumeEvent event = 1;
 



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