| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.domestic |
This package and any and all sub-packages contains strictly internal classes reserved for Chronicle Software.
|
| net.openhft.chronicle.wire.domestic.reduction | |
| net.openhft.chronicle.wire.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| net.openhft.chronicle.wire.internal.reduction |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull ExcerptListener |
ExcerptListener.andThen(@NotNull ExcerptListener after)
Returns a composed ExcerptListener that first accepts excerpts to this ExcerptListener,
and then accepts excerpts to the
after ExcerptListener. |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull ExcerptListener |
ExcerptListener.andThen(@NotNull ExcerptListener after)
Returns a composed ExcerptListener that first accepts excerpts to this ExcerptListener,
and then accepts excerpts to the
after ExcerptListener. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull AutoTailers.CloseableEventHandler |
AutoTailers.createEventHandler(@NotNull Supplier<? extends MarshallableIn> tailerSupplier,
@NotNull ExcerptListener excerptListener) |
static @NotNull AutoTailers.CloseableRunnable |
AutoTailers.createRunnable(@NotNull Supplier<? extends MarshallableIn> tailerSupplier,
@NotNull ExcerptListener excerptListener,
@NotNull Supplier<net.openhft.chronicle.threads.Pauser> pauserSupplier) |
static long |
AutoTailers.replayOnto(@NotNull MarshallableIn tailer,
@NotNull ExcerptListener excerptListener) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Reduction<T> |
| Modifier and Type | Class and Description |
|---|---|
static class |
Reductions.Counting
A Reduction class that counts the number of excerpts that have been processed.
|
| Constructor and Description |
|---|
EventHandlerPoller(@NotNull Supplier<? extends MarshallableIn> tailerSupplier,
@NotNull ExcerptListener excerptListener) |
RunnablePoller(@NotNull Supplier<? extends MarshallableIn> tailerSupplier,
@NotNull ExcerptListener excerptListener,
@NotNull Supplier<net.openhft.chronicle.threads.Pauser> pauserSupplier) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ReductionUtil.CollectorReduction<E,A,R> |
static class |
ReductionUtil.DoubleSupplierReduction<A> |
static class |
ReductionUtil.LongSupplierReduction<A> |
| Modifier and Type | Method and Description |
|---|---|
static long |
ReductionUtil.accept(@NotNull MarshallableIn tailer,
@NotNull ExcerptListener excerptListener) |
Copyright © 2023. All rights reserved.