Package | Description |
---|---|
com.gemstone.gemfire.management |
A set of APIs for retrieving information and statistics for GemFire components as well as controlling the startup, shutdown and runtime of those components.
|
com.gemstone.gemfire.management.membership |
Modifier and Type | Method and Description |
---|---|
static ManagementService |
ManagementService.getExistingManagementService(Cache cache)
Returns the existing instance of the management service for a cache.
|
static ManagementService |
ManagementService.getManagementService(Cache cache)
Returns a newly created or the existing instance of the management service
for a cache.
|
Modifier and Type | Method and Description |
---|---|
void |
UniversalMembershipListenerAdapter.registerMembershipListener(ManagementService service)
Registers this adapter with the
ManagementService . |
void |
UniversalMembershipListenerAdapter.unregisterMembershipListener(ManagementService service)
Unregisters this adapter with the
ManagementService . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.