| Package | Description |
|---|---|
| net.openhft.chronicle.hash.replication |
| Modifier and Type | Method and Description |
|---|---|
ThrottlingConfig |
ThrottlingConfig.bucketInterval(long throttleBucketInterval,
TimeUnit unit)
Returns a copy of this config with the specified bucketing interval.
|
static ThrottlingConfig |
ThrottlingConfig.noThrottling()
Returns a config which prescribe that a replicator shouldn't throttle.
|
static ThrottlingConfig |
ThrottlingConfig.throttle(long maxBits,
TimeUnit perUnit)
Returns a config which throttle the specified max bits per the given time unit with default bucketing
interval.
|
ThrottlingConfig |
TcpTransportAndNetworkConfig.throttlingConfig() |
ThrottlingConfig |
UdpTransportConfig.throttlingConfig() |
| Modifier and Type | Method and Description |
|---|---|
TcpTransportAndNetworkConfig |
TcpTransportAndNetworkConfig.throttlingConfig(ThrottlingConfig throttlingConfig) |
UdpTransportConfig |
UdpTransportConfig.throttlingConfig(ThrottlingConfig throttlingConfig) |
Copyright © 2015. All rights reserved.