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

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

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

Methods in com.cloudera.flume.handlers.thrift that return EventStatus
static EventStatus EventStatus.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
static EventStatus EventStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventStatus[] EventStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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