public class DriverConductor
extends java.lang.Object
implements org.agrona.concurrent.Agent
| Constructor and Description |
|---|
DriverConductor(MediaDriver.Context ctx) |
| Modifier and Type | Method and Description |
|---|---|
int |
doWork() |
void |
onChannelEndpointError(long statusIndicatorId,
java.lang.Exception error) |
void |
onClose() |
void |
onCreatePublicationImage(int sessionId,
int streamId,
int initialTermId,
int activeTermId,
int initialTermOffset,
int termBufferLength,
int senderMtuLength,
int transportIndex,
java.net.InetSocketAddress controlAddress,
java.net.InetSocketAddress sourceAddress,
ReceiveChannelEndpoint channelEndpoint) |
java.lang.String |
roleName() |
public DriverConductor(MediaDriver.Context ctx)
public void onClose()
onClose in interface org.agrona.concurrent.Agentpublic java.lang.String roleName()
roleName in interface org.agrona.concurrent.Agentpublic int doWork()
doWork in interface org.agrona.concurrent.Agentpublic void onCreatePublicationImage(int sessionId,
int streamId,
int initialTermId,
int activeTermId,
int initialTermOffset,
int termBufferLength,
int senderMtuLength,
int transportIndex,
java.net.InetSocketAddress controlAddress,
java.net.InetSocketAddress sourceAddress,
ReceiveChannelEndpoint channelEndpoint)
public void onChannelEndpointError(long statusIndicatorId,
java.lang.Exception error)
Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.