| Package | Description |
|---|---|
| cz.o2.proxima.direct.batch |
| Modifier and Type | Method and Description |
|---|---|
static BatchLogObserver.OnNextContext |
BatchLogObservers.defaultContext(Partition partition)
Create
BatchLogObserver.OnNextContext which holds watermark back on Long.MIN_VALUE until the end
of data. |
static BatchLogObserver.OnNextContext |
BatchLogObservers.withWatermark(Partition partition,
long watermark)
Create
BatchLogObserver.OnNextContext which sets watermark ti given epoch millis. |
static BatchLogObserver.OnNextContext |
BatchLogObservers.withWatermarkSupplier(Partition partition,
WatermarkSupplier watermark)
Create
BatchLogObserver.OnNextContext which moves watermark according to given WatermarkSupplier. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchLogReaders.ThroughputLimitedBatchLogObserver.onNext(StreamElement element,
BatchLogObserver.OnNextContext context) |
default boolean |
BatchLogObserver.onNext(StreamElement element,
BatchLogObserver.OnNextContext context)
Read next data from the batch storage.
|
Copyright © 2017–2021. All rights reserved.