@Internal public class ObserverUtils extends java.lang.Object
LogObserver.| Modifier | Constructor and Description |
|---|---|
private |
ObserverUtils() |
| Modifier and Type | Method and Description |
|---|---|
static LogObserver.OnIdleContext |
asOnIdleContext(WatermarkSupplier supplier) |
static LogObserver.OnNextContext |
asOnNextContext(LogObserver.OffsetCommitter committer,
Offset offset) |
static LogObserver.OnRepartitionContext |
asRepartitionContext(java.util.Collection<Partition> assigned) |
public static LogObserver.OnNextContext asOnNextContext(LogObserver.OffsetCommitter committer, Offset offset)
public static LogObserver.OnRepartitionContext asRepartitionContext(java.util.Collection<Partition> assigned)
public static LogObserver.OnIdleContext asOnIdleContext(WatermarkSupplier supplier)
Copyright © 2017–2021. All rights reserved.