Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.tests | |
org.jgroups.tests.perf | |
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected AverageMinMax |
RemoveQueueBundler.avg_batch_size |
protected AverageMinMax |
TP.avg_batch_size |
protected AverageMinMax |
AlternatingBundler.avg_batch_size |
protected AverageMinMax |
UNICAST3.avg_delivery_batch_size |
protected AverageMinMax |
FRAG3.avg_size_down |
protected AverageMinMax |
FRAG2.avg_size_down |
protected AverageMinMax |
FRAG3.avg_size_up |
protected AverageMinMax |
FRAG2.avg_size_up |
protected AverageMinMax |
DELIVERY_TIME.delivery_times |
protected AverageMinMax |
TransferQueueBundler.fill_count |
Modifier and Type | Method and Description |
---|---|
AverageMinMax |
TP.avgBatchSize() |
Modifier and Type | Field and Description |
---|---|
protected AverageMinMax |
RoundTripRpc.Invoker.avg |
protected AverageMinMax |
RoundTrip.req_latency |
protected AverageMinMax |
RoundTrip.rsp_latency |
protected AverageMinMax |
RoundTrip.Sender.rtt |
Modifier and Type | Method and Description |
---|---|
protected String |
RoundTrip.print(AverageMinMax avg) |
protected static String |
RoundTripRpc.print(AverageMinMax avg) |
Modifier and Type | Field and Description |
---|---|
protected AverageMinMax |
UPerf.Results.avg_gets |
protected AverageMinMax |
UPerf.Results.avg_puts |
Modifier and Type | Method and Description |
---|---|
protected static String |
UPerf.print(AverageMinMax avg,
boolean details) |
Constructor and Description |
---|
Results(int num_gets,
int num_puts,
long time,
AverageMinMax avg_gets,
AverageMinMax avg_puts) |
Modifier and Type | Field and Description |
---|---|
protected AverageMinMax |
Profiler.avg |
protected AverageMinMax |
RpcStats.Result.avg |
Modifier and Type | Method and Description |
---|---|
AverageMinMax |
AverageMinMax.usePercentiles(int capacity) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.