| Package | Description |
|---|---|
| co.cask.cdap.logging.gateway.handlers |
Classes to log fetch requests.
|
| co.cask.cdap.logging.read |
Contains classes for tailing log events.
|
| Modifier and Type | Method and Description |
|---|---|
static LogOffset |
FormattedLogEvent.parseLogOffset(String offsetStr) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FormattedLogEvent.formatLogOffset(LogOffset logOffset) |
| Constructor and Description |
|---|
FormattedLogEvent(String log,
LogOffset offset) |
| Modifier and Type | Field and Description |
|---|---|
static LogOffset |
LogOffset.LATEST_OFFSET |
| Modifier and Type | Method and Description |
|---|---|
LogOffset |
LogEvent.getOffset() |
| Modifier and Type | Method and Description |
|---|---|
static ReadRange |
ReadRange.createFromRange(LogOffset logOffset) |
static ReadRange |
ReadRange.createToRange(LogOffset logOffset) |
| Constructor and Description |
|---|
LogEvent(ch.qos.logback.classic.spi.ILoggingEvent loggingEvent,
LogOffset offset) |
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.