Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
static SuppressLog.Level |
SuppressLog.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuppressLog.Level[] |
SuppressLog.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SuppressLog.log(SuppressLog.Level level,
T key,
long timeout,
Object... args)
Logs a message from a given member if is hasn't been logged for timeout ms
|
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.