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).
|
Modifier and Type | Method and Description |
---|---|
static DistributedSystemConfig |
AdminDistributedSystemFactory.defineDistributedSystem()
Deprecated.
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)
Deprecated.
Defines a distributed system configuration for administering the
distributed system to which this VM is currently connected.
|
DistributedSystemConfig |
AdminDistributedSystem.getConfig()
Deprecated.
Returns this system's configuration .
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedSystemConfig.ConfigListener.configChanged(DistributedSystemConfig config)
Invoked when this configurated is changed.
|
static AdminDistributedSystem |
AdminDistributedSystemFactory.getDistributedSystem(DistributedSystemConfig config)
Deprecated.
Returns the distributed system for administrative monitoring and
managing.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AgentConfig
Deprecated.
as of 7.0 use the
com.gemstone.gemfire.management package instead |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.