|
GemFire 5.7 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use AlertLevel | |
|---|---|
| com.gemstone.gemfire.admin | Provides an API for administering various GemFire components such as a GemFire distributed system, and processes that host GemFire Caches. |
| Uses of AlertLevel in com.gemstone.gemfire.admin |
|---|
| Fields in com.gemstone.gemfire.admin declared as AlertLevel | |
|---|---|
static AlertLevel |
AlertLevel.ERROR
|
static AlertLevel |
AlertLevel.OFF
|
static AlertLevel |
AlertLevel.SEVERE
|
static AlertLevel |
AlertLevel.WARNING
|
| Methods in com.gemstone.gemfire.admin that return AlertLevel | |
|---|---|
static AlertLevel |
AlertLevel.forName(String name)
Returns the AlertLevel with the given name |
static AlertLevel |
AlertLevel.forSeverity(int severity)
Returns the AlertLevel for the given severity |
static AlertLevel |
AlertLevel.fromOrdinal(int ordinal)
Return the AlertLevel represented by specified ordinal |
AlertLevel |
AdminDistributedSystem.getAlertLevel()
Returns the lowest level of alerts that should be delivered to the AlertListeners registered on this
AdminDistributedSystem. |
AlertLevel |
Alert.getLevel()
The level at which this alert is issued |
static AlertLevel[] |
AlertLevel.values()
|
| Methods in com.gemstone.gemfire.admin with parameters of type AlertLevel | |
|---|---|
void |
AdminDistributedSystem.setAlertLevel(AlertLevel level)
Sets the lowest level of alert that should be delivered to the AlertListeners registered on this
AdminDistributedSystem. |
|
GemFire 5.7 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||