Package | Description |
---|---|
com.cloudera.flume.handlers.thrift |
Modifier and Type | Field and Description |
---|---|
Priority |
ThriftFlumeEvent.priority |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ThriftFlumeEvent |
ThriftFlumeEvent.setPriority(Priority priority) |
Constructor and Description |
---|
ThriftFlumeEvent(long timestamp,
Priority priority,
ByteBuffer body,
long nanos,
String host,
Map<String,ByteBuffer> fields) |
Copyright © 2009-2016 Apache Software Foundation. All Rights Reserved.