| Package | Description |
|---|---|
| co.cask.cdap.logging.save |
Contains classes for saving log events.
|
| Modifier and Type | Method and Description |
|---|---|
Checkpoint |
CheckpointManager.getCheckpoint(int partition) |
Checkpoint |
KafkaLogWriterPlugin.getCheckpoint(int partition) |
Checkpoint |
KafkaLogProcessor.getCheckpoint(int partition)
Get the checkpoint offset for a given partition.
|
Checkpoint |
LogMetricsPlugin.getCheckpoint(int partition) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Checkpoint> |
CheckpointManager.getCheckpoint(Set<Integer> partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckPointWriter.updateCheckPoint(Integer partition,
Checkpoint checkpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckpointManager.saveCheckpoint(Map<Integer,Checkpoint> checkpoints) |
| Constructor and Description |
|---|
CheckPointWriter(CheckpointManager checkpointManager,
Map<Integer,Checkpoint> partitionCheckpoints) |
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.