|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DistributedSystemConfig | |
|---|---|
| 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). |
| Uses of DistributedSystemConfig in com.gemstone.gemfire.admin |
|---|
| Methods in com.gemstone.gemfire.admin that return DistributedSystemConfig | |
|---|---|
static DistributedSystemConfig |
AdminDistributedSystemFactory.defineDistributedSystem()
Defines a "default" distributed system configuration based on VM system properties and the content of gemfire.properties. |
static DistributedSystemConfig |
AdminDistributedSystemFactory.defineDistributedSystem(DistributedSystem system,
String remoteCommand)
Defines a distributed system configuration for administering the distributed system to which this VM is currently connected. |
DistributedSystemConfig |
AdminDistributedSystem.getConfig()
Returns this system's configuration . |
| Methods in com.gemstone.gemfire.admin with parameters of type DistributedSystemConfig | |
|---|---|
void |
DistributedSystemConfig.ConfigListener.configChanged(DistributedSystemConfig config)
Invoked when this configurated is changed. |
static AdminDistributedSystem |
AdminDistributedSystemFactory.getDistributedSystem(DistributedSystemConfig config)
Returns the distributed system for administrative monitoring and managing. |
| Uses of DistributedSystemConfig in com.gemstone.gemfire.admin.jmx |
|---|
| Subinterfaces of DistributedSystemConfig in com.gemstone.gemfire.admin.jmx | |
|---|---|
interface |
AgentConfig
A configuration object for a JMX administration agent that is hosted by a GemFire application VM. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||