public class DriverConductorProxy
extends java.lang.Object
| Constructor and Description |
|---|
DriverConductorProxy(ThreadingMode threadingMode,
java.util.Queue<DriverConductorCmd> commandQueue,
org.agrona.concurrent.status.AtomicCounter failCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeNetworkPublication(NetworkPublication publication) |
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)
public void closeNetworkPublication(NetworkPublication publication)
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.