Gemfire JavaDocs
Package org.apache.geode.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. These APIs make use of the Java Management Extension (JMX) framework in order provide a standard interface to this management and monitoring functionality. Therefore, off-the-shelf products (such as the JDK's JConsole) may make use of these APIs in order to adapt control of the GemFire product to fit into existing network operation centers.
-
Interface Summary Interface Description AsyncEventQueueMXBean MBean that provides access to anAsyncEventQueue
.BackupStatus The status of a backup operation.CacheServerMXBean MBean that provides access to information and management functionality for aCacheServer
.DiskBackupStatus Composite data type used to distribute the status of disk backup operations.DiskStoreMXBean MBean that provides access to information and management functionality for aDiskStore
.DistributedLockServiceMXBean MBean that provides access to information for a named instance ofDistributedLockService
.DistributedRegionMXBean MBean that provides access to information and management functionality for aRegion
.DistributedSystemMXBean MBean that provides access to information and management operations for aDistributedSystem
.GatewayReceiverMXBean MBean that provides access to information and management functionality for aGatewayReceiver
.GatewaySenderMXBean MBean that provides access to information and management functionality for aGatewaySender
.JMXNotificationType Enumerated type for JMX notification types emitted by GemFire management system.JMXNotificationUserData This interface acts as UserData section of JMX notifications of type "system.alert".LocatorMXBean MBean that provides access to information and management functionality for aLocator
.LockServiceMXBean MBean that provides access to information and management functionality for aDLockService
.ManagerMXBean MBean that provides access to information and management functionality for aManager
.MemberMXBean MBean that provides access to information and management functionality for aDistributedMember
of the GemFire distributed system.RegionMXBean MBean that provides access to information and management functionality for a localRegion
. -
Class Summary Class Description ClientHealthStatus Composite data type used to distribute statistics which can be used to determine the health of a cache client.ClientQueueDetail DiskBackupResult Composite data type used to distribute the results of a disk backup operation.DiskMetrics Composite data type used to distribute metrics for aDiskStore
.EvictionAttributesData Composite data type used to distribute the eviction attributes for aRegion
.FixedPartitionAttributesData Composite date type used to distribute the fixed partition attributes for aRegion
.GemFireProperties Composite Data type to be used by member to depict gemfire properties in key value mannerJVMMetrics Composite data type used to distribute metrics for the JVM running a GemFire member.ManagementService Interface to the GemFire management service for a single Cache.MembershipAttributesData Deprecated. this API is scheduled to be removedNetworkMetrics Composite data type used to distribute network related metrics for a member.OSMetrics Composite data type used to distribute metrics for the operating system hosting a member of the distributed system.PartitionAttributesData Composite date type used to distribute attributes for aPartitionedRegion
.PersistentMemberDetails Composite data type used to distribute attributes for the missing disk store of a persistent member.RegionAttributesData Composite data type used to distribute attributes for aRegion
.ServerLoadData Composite data type used to distribute server load information. -
Exception Summary Exception Description AlreadyRunningException Indicates that a request to start a management service failed because it was already running.DependenciesNotFoundException Indicates that required dependencies were not found in the ClassPath.ManagementException AManagementException
is a general exception that may be thrown when any administration or monitoring operation on a GemFire component fails.