public final class ColumnViewIteratorHandler extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ColumnViewIteratorHandler.EventId |
Modifier and Type | Method and Description |
---|---|
static void |
enrichThrowableMessage(Throwable t,
String readingYaml) |
void |
onEndOfConnection()
called when the connection is closed
|
void |
process(net.openhft.chronicle.wire.WireIn in,
@NotNull net.openhft.chronicle.wire.WireOut out,
long tid,
Iterator<Row> iterator,
long cid) |
protected void |
unregisterAll()
called when the connection is closed
|
public void process(net.openhft.chronicle.wire.WireIn in, @NotNull @NotNull net.openhft.chronicle.wire.WireOut out, long tid, Iterator<Row> iterator, long cid)
public void onEndOfConnection()
protected void unregisterAll()
Copyright © 2021. All rights reserved.