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.
|
com.gemstone.gemfire.admin.jmx |
Provides administrative access to a GemFire distributed system via
the Java Management Extensions (JMX).
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Method and Description |
---|---|
AdminDistributedSystem |
SystemMember.getDistributedSystem()
Deprecated.
Gets the
AdminDistributedSystem this member belongs to. |
static AdminDistributedSystem |
AdminDistributedSystemFactory.getDistributedSystem(DistributedSystemConfig config)
Deprecated.
Returns the distributed system for administrative monitoring and
managing.
|
Modifier and Type | Method and Description |
---|---|
AdminDistributedSystem |
Agent.getDistributedSystem()
Deprecated.
Returns the
AdminDistributedSystem that underlies
this JMX Agent or null is this agent is
not connected. |
Modifier and Type | Method and Description |
---|---|
void |
UniversalMembershipListenerAdapter.registerMembershipListener(AdminDistributedSystem admin)
Deprecated.
Registers this adapter with the
AdminDistributedSystem . |
void |
UniversalMembershipListenerAdapter.unregisterMembershipListener(AdminDistributedSystem admin)
Deprecated.
Unregisters this adapter with the
AdminDistributedSystem . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.