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 |
DELIVERY_TIME.delivery_times |
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 |
RpcStats.Result.avg |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.