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

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

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

Fields in com.cloudera.flume.handlers.thrift declared as Priority
 Priority ThriftFlumeEvent.priority
           
 

Methods in com.cloudera.flume.handlers.thrift that return Priority
static Priority Priority.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 Priority ThriftFlumeEvent.getPriority()
           
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.thrift with parameters of type Priority
 ThriftFlumeEvent ThriftFlumeEvent.setPriority(Priority priority)
           
 

Constructors in com.cloudera.flume.handlers.thrift with parameters of type Priority
ThriftFlumeEvent(long timestamp, Priority priority, ByteBuffer body, long nanos, String host, Map<String,ByteBuffer> fields)
           
 



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