public class DebugChannelEndpointConfiguration
extends java.lang.Object
DebugSendChannelEndpoint and DebugReceiveChannelEndpoint
are load.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RECEIVE_CONTROL_LOSS_RATE_PROP_NAME
Property name for receiver outbound control loss rate.
|
static java.lang.String |
RECEIVE_CONTROL_LOSS_SEED_PROP_NAME
Property name for receiver outbound control loss seed.
|
static java.lang.String |
RECEIVE_DATA_LOSS_RATE_PROP_NAME
Property name for receiver inbound data loss rate.
|
static java.lang.String |
RECEIVE_DATA_LOSS_SEED_PROP_NAME
Property name for receiver inbound data loss seed.
|
static java.lang.String |
SEND_CONTROL_LOSS_RATE_PROP_NAME
Property name for sender inbound control loss rate.
|
static java.lang.String |
SEND_CONTROL_LOSS_SEED_PROP_NAME
Property name for sender inbound control loss seed.
|
static java.lang.String |
SEND_DATA_LOSS_RATE_PROP_NAME
Property name for sender outbound data loss rate.
|
static java.lang.String |
SEND_DATA_LOSS_SEED_PROP_NAME
Property name for sender outbound data loss seed.
|
| Constructor and Description |
|---|
DebugChannelEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static LossGenerator |
lossGeneratorSupplier(double lossRate,
long lossSeed) |
static LossGenerator |
receiveControlLossGeneratorSupplier() |
static LossGenerator |
receiveDataLossGeneratorSupplier() |
static LossGenerator |
sendControlLossGeneratorSupplier() |
static LossGenerator |
sendDataLossGeneratorSupplier() |
public static final java.lang.String RECEIVE_DATA_LOSS_RATE_PROP_NAME
public static final java.lang.String RECEIVE_DATA_LOSS_SEED_PROP_NAME
public static final java.lang.String RECEIVE_CONTROL_LOSS_RATE_PROP_NAME
public static final java.lang.String RECEIVE_CONTROL_LOSS_SEED_PROP_NAME
public static final java.lang.String SEND_DATA_LOSS_RATE_PROP_NAME
public static final java.lang.String SEND_DATA_LOSS_SEED_PROP_NAME
public static final java.lang.String SEND_CONTROL_LOSS_RATE_PROP_NAME
public static final java.lang.String SEND_CONTROL_LOSS_SEED_PROP_NAME
public static LossGenerator lossGeneratorSupplier(double lossRate, long lossSeed)
public static LossGenerator receiveDataLossGeneratorSupplier()
public static LossGenerator receiveControlLossGeneratorSupplier()
public static LossGenerator sendDataLossGeneratorSupplier()
public static LossGenerator sendControlLossGeneratorSupplier()
Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.