| Package | Description |
|---|---|
| co.cask.cdap.logging.kafka |
Contains classes to fetch messages from with Kafka.
|
| co.cask.cdap.logging.write |
Contains classes for writing log events into avro file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaLogEvent
Represents a log event fetched from Kafka.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogFileWriter<T extends LogWriteEvent>
Interface to write log files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AvroFileWriter.AvroFile.append(LogWriteEvent event) |
int |
LogWriteEvent.compareTo(LogWriteEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
AvroFileWriter.append(List<? extends LogWriteEvent> events)
Appends a log event to an appropriate Avro file based on LoggingContext.
|
void |
SimpleLogFileWriter.append(List<LogWriteEvent> events) |
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.