public class DriverConductorProxy
extends java.lang.Object
DriverConductor.| Constructor and Description |
|---|
DriverConductorProxy(ThreadingMode threadingMode,
java.util.Queue<DriverConductorCmd> commandQueue,
org.agrona.concurrent.status.AtomicCounter failCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
createPublicationImage(int sessionId,
int streamId,
int initialTermId,
int activeTermId,
int termOffset,
int termLength,
int mtuLength,
java.net.InetSocketAddress controlAddress,
java.net.InetSocketAddress srcAddress,
ReceiveChannelEndpoint channelEndpoint) |
void |
driverConductor(DriverConductor driverConductor) |
public DriverConductorProxy(ThreadingMode threadingMode, java.util.Queue<DriverConductorCmd> commandQueue, org.agrona.concurrent.status.AtomicCounter failCount)
public void driverConductor(DriverConductor driverConductor)
public void createPublicationImage(int sessionId,
int streamId,
int initialTermId,
int activeTermId,
int termOffset,
int termLength,
int mtuLength,
java.net.InetSocketAddress controlAddress,
java.net.InetSocketAddress srcAddress,
ReceiveChannelEndpoint channelEndpoint)
Copyright © 2014-2017 Real Logic Ltd. All Rights Reserved.