Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected Average |
PERF.avg |
protected Average |
TP.avg_batch_size |
protected Average |
UFC.avg_block_time |
protected Average |
FlowControl.Credit.avg_blockings |
Constructor and Description |
---|
Credit(long credits,
Average avg_blockings) |
Modifier and Type | Class and Description |
---|---|
class |
AverageMinMax
Measures min and max in addition to average
|
Modifier and Type | Field and Description |
---|---|
protected Average |
CreditMap.avg_block_time |
Modifier and Type | Method and Description |
---|---|
<T extends Average> |
Average.add(long num) |
<T extends Average> |
AverageMinMax.add(long num) |
<T extends Average> |
Average.merge(T other)
Merges this average with another one
|
<T extends Average> |
AverageMinMax.merge(T other) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.