Uses of Class
com.cloudera.flume.handlers.avro.Priority

Packages that use Priority
com.cloudera.flume.handlers.avro   
 

Uses of Priority in com.cloudera.flume.handlers.avro
 

Fields in com.cloudera.flume.handlers.avro declared as Priority
 Priority AvroFlumeOGEvent.priority
          Deprecated. 
 

Methods in com.cloudera.flume.handlers.avro that return Priority
 Priority AvroFlumeOGEvent.getPriority()
          Gets the value of the 'priority' field.
 Priority AvroFlumeOGEvent.Builder.getPriority()
          Gets the value of the 'priority' field
static Priority Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Priority[] Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.cloudera.flume.handlers.avro with parameters of type Priority
 void AvroFlumeOGEvent.setPriority(Priority value)
          Sets the value of the 'priority' field.
 AvroFlumeOGEvent.Builder AvroFlumeOGEvent.Builder.setPriority(Priority value)
          Sets the value of the 'priority' field
 



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