public class CollectionWireHandlerProcessor<U,C extends Collection<U>> extends Object implements CollectionWireHandler<U,C>
CollectionWireHandler.Params, CollectionWireHandler.SetEventId| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE_OF_SIZE |
| Constructor and Description |
|---|
CollectionWireHandlerProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(net.openhft.chronicle.wire.Wire in,
net.openhft.chronicle.wire.Wire out,
C collection,
CharSequence csp,
java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,U> toWire,
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,U> fromWire,
java.util.function.Supplier<C> factory,
long tid) |
public static final int SIZE_OF_SIZE
public void process(@NotNull
net.openhft.chronicle.wire.Wire in,
@NotNull
net.openhft.chronicle.wire.Wire out,
@NotNull
C collection,
@NotNull
CharSequence csp,
@NotNull
java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,U> toWire,
@NotNull
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,U> fromWire,
@NotNull
java.util.function.Supplier<C> factory,
long tid)
throws StreamCorruptedException
process in interface CollectionWireHandler<U,C extends Collection<U>>StreamCorruptedExceptionCopyright © 2015. All rights reserved.