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 |
onClose() |
void |
onClosePublication(NetworkPublication publication) |
void |
onCreatePublicationImage(int sessionId,
int streamId,
int initialTermId,
int activeTermId,
int initialTermOffset,
int termBufferLength,
int senderMtuLength,
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()
throws java.lang.Exception
doWork in interface org.agrona.concurrent.Agentjava.lang.Exceptionpublic void onCreatePublicationImage(int sessionId,
int streamId,
int initialTermId,
int activeTermId,
int initialTermOffset,
int termBufferLength,
int senderMtuLength,
java.net.InetSocketAddress controlAddress,
java.net.InetSocketAddress sourceAddress,
ReceiveChannelEndpoint channelEndpoint)
public void onClosePublication(NetworkPublication publication)
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.