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 | Interface and Description |
---|---|
interface |
CacheServer
Deprecated.
as of 5.7 use
CacheVm instead. |
interface |
CacheVm
Deprecated.
as of 7.0 use the
com.gemstone.gemfire.management package instead |
Modifier and Type | Method and Description |
---|---|
SystemMember |
Alert.getSystemMember()
Deprecated.
The member of the distributed system that issued the alert, or
null if the issuer is no longer a member of the distributed system.
|
SystemMember[] |
AdminDistributedSystem.getSystemMemberApplications()
Deprecated.
Retrieves SystemMember instances for every
application that is running and currently connection to this
system.
|
SystemMember |
AdminDistributedSystem.lookupSystemMember(DistributedMember distributedMember)
Deprecated.
Returns the administrative SystemMember specified by the
DistributedMember . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.