Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
static RpcStats.Type |
RpcStats.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RpcStats.Type[] |
RpcStats.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RpcStats.add(RpcStats.Type type,
Address dest,
boolean sync,
long time) |
protected void |
RpcStats.update(RpcStats.Type type,
boolean sync) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.