Package | Description |
---|---|
com.gemstone.gemfire.admin |
Provides an API for administering various GemFire components such
as a GemFire distributed
system, and processes that host GemFire Caches.
|
Modifier and Type | Field and Description |
---|---|
static AlertLevel |
AlertLevel.ERROR
Deprecated.
|
static AlertLevel |
AlertLevel.OFF
Deprecated.
|
static AlertLevel |
AlertLevel.SEVERE
Deprecated.
|
static AlertLevel |
AlertLevel.WARNING
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AlertLevel |
AlertLevel.forName(String name)
Deprecated.
Returns the
AlertLevel with the given name |
static AlertLevel |
AlertLevel.forSeverity(int severity)
Deprecated.
Returns the
AlertLevel for the given severity |
static AlertLevel |
AlertLevel.fromOrdinal(int ordinal)
Deprecated.
Return the AlertLevel represented by specified ordinal
|
AlertLevel |
AdminDistributedSystem.getAlertLevel()
Deprecated.
Returns the lowest level of alerts that should be delivered to
the
AlertListener s registered on this
AdminDistributedSystem . |
AlertLevel |
Alert.getLevel()
Deprecated.
The level at which this alert is issued
|
static AlertLevel[] |
AlertLevel.values()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AdminDistributedSystem.setAlertLevel(AlertLevel level)
Deprecated.
Sets the lowest level of alert that should be delivered to the
AlertListener s registered on this
AdminDistributedSystem . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.