| Package | Description |
|---|---|
| com.cloudera.flume.handlers.avro |
| Modifier and Type | Field and Description |
|---|---|
Priority |
AvroFlumeOGEvent.priority
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
AvroFlumeOGEvent(Long timestamp,
Priority priority,
ByteBuffer body,
Long nanos,
CharSequence host,
Map<CharSequence,ByteBuffer> fields)
All-args constructor.
|
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.