Uses of Class
com.cloudera.flume.handlers.avro.AvroFlumeOGEvent.Builder

Packages that use AvroFlumeOGEvent.Builder
com.cloudera.flume.handlers.avro   
 

Uses of AvroFlumeOGEvent.Builder in com.cloudera.flume.handlers.avro
 

Methods in com.cloudera.flume.handlers.avro that return AvroFlumeOGEvent.Builder
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.clearBody()
          Clears the value of the 'body' field
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.clearFields()
          Clears the value of the 'fields' field
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.clearHost()
          Clears the value of the 'host' field
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.clearNanos()
          Clears the value of the 'nanos' field
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.clearPriority()
          Clears the value of the 'priority' field
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.clearTimestamp()
          Clears the value of the 'timestamp' field
static AvroFlumeOGEvent.Builder AvroFlumeOGEvent.newBuilder()
          Creates a new AvroFlumeOGEvent RecordBuilder
static AvroFlumeOGEvent.Builder AvroFlumeOGEvent.newBuilder(AvroFlumeOGEvent.Builder other)
          Creates a new AvroFlumeOGEvent RecordBuilder by copying an existing Builder
static AvroFlumeOGEvent.Builder AvroFlumeOGEvent.newBuilder(AvroFlumeOGEvent other)
          Creates a new AvroFlumeOGEvent RecordBuilder by copying an existing AvroFlumeOGEvent instance
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.setBody(ByteBuffer value)
          Sets the value of the 'body' field
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.setFields(Map<CharSequence,ByteBuffer> value)
          Sets the value of the 'fields' field
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.setHost(CharSequence value)
          Sets the value of the 'host' field
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.setNanos(long value)
          Sets the value of the 'nanos' field
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.setPriority(Priority value)
          Sets the value of the 'priority' field
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.setTimestamp(long value)
          Sets the value of the 'timestamp' field
 

Methods in com.cloudera.flume.handlers.avro with parameters of type AvroFlumeOGEvent.Builder
static AvroFlumeOGEvent.Builder AvroFlumeOGEvent.newBuilder(AvroFlumeOGEvent.Builder other)
          Creates a new AvroFlumeOGEvent RecordBuilder by copying an existing Builder
 



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