This document describes the attributes, operations,
and notifications of the GemFire Administration
Management Beans (MBeans).
| Description: |
GemFire distributed system |
| Attributes |
Name |
Type |
Description |
Writable |
|
logFileSizeLimit |
int |
The maximum size of the JMX Agent log file; a value (in megabytes) in the range 0..1000000. |
true |
|
logDiskSpaceLimit |
int |
The maximum disk space to allocate for logging; a value (in megabytes) in the range 0..1000000. |
true |
|
logFile |
java.lang.String |
The name and path of this Agent's log file. |
true |
|
logLevel |
java.lang.String |
A keyword or integer that defines the minimum level of alerts to be written to the log - for example, only those alerts that are at level WARNING or higher. |
true |
|
autoConnect |
boolean |
If true, the JMX Agent will automatically connect to the distributed system when the Agent is started. The distributed system is specified by the following arguments: mcast-port, mcast-address, locators, remote-command. You can specify these arguments on the agent command line or in the Agent properties file. |
true |
|
connected |
boolean |
True if this Agent is connected to a distributed system. |
false |
|
propertyFile |
java.lang.String |
Name and path of this Agent's properties file. Identical to the argument on the agent command line. |
true |
|
version |
java.lang.String |
The Agent's version. |
false |
|
systemId |
java.lang.String |
A string that describes the associated distributed system. |
true |
|
mcastAddress |
java.lang.String |
Multicast address of the associated distributed system. |
true |
|
mcastPort |
int |
Multicast port of the associated distributed system. |
true |
|
locators |
java.lang.String |
List of locators for connecting to the distributed system. Each locator is uniquely identified by the host on which it is running and the port on which it is listening. |
true |
|
bindAddress |
java.lang.String |
An IP address that the JMX Agent uses to communicate with members of the distributed system. On a multi-homed host - a machine with multiple network cards - you must explicitly specify the bind address. |
true |
|
sslEnabled |
boolean |
Indicates whether to use the Secure Sockets Layer (SSL) protocol for communication between members of this distributed system. Valid values are "true" and "false". A "true" setting requires the use of locators. |
true |
|
sslProtocols |
java.lang.String |
A space-separated list of the valid SSL protocols for this connection. You can specify "any" to use any protocol that is enabled by default in the configured Java Secure Sockets Extension (JSSE) provider. |
true |
|
sslCiphers |
java.lang.String |
A space-separated list of the valid SSL ciphers for this connection. You can specify "any" to use any ciphers that are enabled by default in the configured JSSE provider. |
true |
|
sslAuthenticationRequired |
boolean |
Indicates whether to require SSL authentication for communication between members of the distributed system. Valid values are "true" and "false". |
true |
|
sslProperties |
java.util.Properties |
The SSL vendor properties to use for the distributed system. |
false |
| Operations and Parameters |
|
addSSLProperty |
void |
Add an SSL vendor property with the specified key and value. |
|
|
key |
java.lang.String |
Property key |
|
|
value |
java.lang.String |
Property value |
|
removeSSLProperty |
void |
Remove the specified SSL vendor property. |
|
|
key |
java.lang.String |
Property key |
|
getLog |
java.lang.String |
Display the tail of the Agent's log file. |
|
stop |
void |
Stop the Agent after closing all managed resources |
|
saveProperties |
void |
Persist the Agent's current configuration to its properties file |
|
connectToSystem |
javax.management.ObjectName |
Connect to the distributed system described by this Agent. Returns the ObjectName of the corresponding DistributedSystem MBean. |
|
disconnectFromSystem |
void |
Disconnect from the currently connected distributed system. |
|
manageDistributedSystem |
javax.management.ObjectName |
Return the ObjectName of the currently connected distributed system. If not connected, return null. |
| Description: |
GemFire distributed system |
| Attributes |
Name |
Type |
Description |
Writable |
|
id |
java.lang.String |
A string that uniquely identifies this distributed system. |
false |
|
systemName |
java.lang.String |
Display name of the distributed system |
true |
|
remoteCommand |
java.lang.String |
A default remote command prefix to use for command invocation on remote machines. |
null |
|
alertLevel |
com.gemstone.gemfire.admin.AlertLevel |
Minimum level for alerts to be delivered to listeners. |
null |
|
mcastAddress |
java.lang.String |
Multicast address of this distributed system. |
false |
|
mcastPort |
int |
Multicast port of this distributed system. |
false |
|
locators |
java.lang.String |
List of locators for connecting to this distributed system. Each locator is uniquely identified by the host on which it is running and the port on which it is listening. |
false |
| Notifications and Fields |
|
gemfire.distributedsystem.member.joined |
A GemFire manager, cache, or other member has joined this distributed system. |
|
|
name |
gemfire.distributedsystem.member.joined |
|
|
severity |
6 |
|
|
descriptorType |
notification |
|
gemfire.distributedsystem.member.left |
A GemFire manager, cache, or other member has left the distributed system. |
|
|
name |
gemfire.distributedsystem.member.left |
|
|
severity |
6 |
|
|
descriptorType |
notification |
|
gemfire.distributedsystem.member.crashed |
A member of this distributed system has crashed instead of leaving cleanly. |
|
|
name |
gemfire.distributedsystem.member.crashed |
|
|
severity |
4 |
|
|
descriptorType |
notification |
|
gemfire.distributedsystem.alert |
A member of this distributed system has generated an alert. |
|
|
name |
gemfire.distributedsystem.alert |
|
|
severity |
0 |
|
|
descriptorType |
notification |
| Operations and Parameters |
|
waitToBeConnected |
boolean |
Wait for the connection to the distributed system to be established |
|
|
timeout |
long |
Number of milliseconds to wait to be connected |
|
start |
void |
Start all locators defined for this distributed system. |
|
stop |
void |
Stop all locators defined for this distributed system. |
|
manageDistributionLocator |
javax.management.ObjectName |
Creates a new distribution locator that is ready to configure and start |
|
manageDistributionLocators |
[Ljavax.management.ObjectName; |
Return an array of JMX ObjectNames for all locators known to this distributed system. |
|
manageCacheServer |
javax.management.ObjectName |
Create a new CacheServer MBean (that is, make this distributed system aware of a cache server that has not been started ). |
|
manageCacheServers |
[Ljavax.management.ObjectName; |
Return an array of JMX ObjectNames for all cache servers known to this distributed system. |
|
manageSystemMemberApplications |
[Ljavax.management.ObjectName; |
Return an array of JMX ObjectNames for all applications that are members of this distributed system. |
|
monitorGemFireHealth |
javax.management.ObjectName |
Return the ObjectName for the GemFireHealth MBean. |
|
displayMergedLogs |
java.lang.String |
Combine the tails of all system members' logs into a merged log, with the entries ordered by timestamp. |
|
getLicense |
java.util.Properties |
Display GemFire licensing information. |
|
getLatestAlert |
java.lang.String |
Display the most recent system alert. |
|
createDistributionLocator |
javax.management.ObjectName |
Create a DistributionLocator MBean. The parameters specify the locator's host machine, the port on which it listens, the working directory hosting the locator, and product directory used by the locator. |
|
|
host |
java.lang.String |
Host machine for the Locator |
|
|
port |
int |
Port for the Locator to listen on |
|
|
workingDirectory |
java.lang.String |
The working directory hosting the Locator |
|
|
productDirectory |
java.lang.String |
The GemFire product directory used by the Locator |
|
manageSystemMember |
javax.management.ObjectName |
Return the ObjectName for the SystemMemberMBean representing the specified distributed member or null if the member is not found. |
|
|
distributedMember |
com.gemstone.gemfire.distributed.DistributedMember |
The distributed member to manage |
| Description: |
GemFire distributed system |
| Attributes |
Name |
Type |
Description |
Writable |
|
id |
java.lang.String |
A string that uniquely identifies the application within the distributed system. |
false |
|
name |
java.lang.String |
The application-defined member name. |
false |
|
host |
java.lang.String |
The host machine on which this application is running. |
false |
|
refreshInterval |
int |
The interval (in seconds) between auto-refreshes of this application;s configuration attributes, as defined in the gemfire.properties file. To disable the JMX Timer service's auto-refresh feature, set this attribute to zero or less. |
null |
|
version |
java.lang.String |
Display GemFire version information. |
false |
|
hasCache |
boolean |
Does the system member host a GemFire Cache? |
false |
|
distributedMember |
com.gemstone.gemfire.distributed.DistributedMember |
Distributed membership identity. |
false |
| Operations and Parameters |
|
getRoles |
[Ljava.lang.String; |
Get the membership roles filled by this member. |
|
getLog |
java.lang.String |
Display the main log for this system member. |
|
getLicense |
java.util.Properties |
Display GemFire licensing information. |
|
manageCache |
javax.management.ObjectName |
Create a SystemMemberCache MBean for this application. |
|
manageStats |
[Ljavax.management.ObjectName; |
Create a StatisticResource MBean for each statistic resource in this member. |
|
refreshConfig |
void |
Refresh configuration attributes for this application, using the gemfire.properties file. |
| Description: |
GemFire distributed system |
| Attributes |
Name |
Type |
Description |
Writable |
|
id |
java.lang.String |
Id of the distribution locator. |
false |
|
host |
java.lang.String |
The host machine on which this locator is running. |
false |
|
workingDirectory |
java.lang.String |
The current working directory of the locator. |
true |
|
productDirectory |
java.lang.String |
The location of the GemFire installation used to run this locator. |
true |
|
port |
int |
The port on which this locator is listening: a value in the range 0..65535. |
true |
|
bindAddress |
java.lang.String |
The interface address to which the locator binds. |
true |
|
running |
boolean |
True if this locator is running. |
false |
| Operations and Parameters |
|
start |
void |
Start this distribution locator. |
|
waitToStart |
boolean |
Wait for the distribution locator to start |
|
|
timeout |
long |
Number of milliseconds to wait to start |
|
waitToStop |
boolean |
Wait for the distribution locator to stop |
|
|
timeout |
long |
Number of milliseconds to wait to stop |
|
stop |
void |
Stop this distribution locator. |
|
getLog |
java.lang.String |
Display the tail of the locator service's log. |
|
remove |
void |
Remove this distribution locator. |
| Description: |
GemFire distributed system |
| Attributes |
Name |
Type |
Description |
Writable |
|
name |
java.lang.String |
The name of the Cache |
false |
|
closed |
boolean |
True if this cache has been closed. |
false |
|
lockTimeout |
int |
Seconds that a cache operation will wait to obtain a distributed lock lease. |
true |
|
lockLease |
int |
The length, in seconds, of distributed lock leases obtained by this cache. |
true |
|
searchTimeout |
int |
Seconds that a cache get operation can spend searching for a value before it times out. |
true |
|
upTime |
int |
Seconds that this cache has been open. |
false |
|
rootRegionNames |
java.util.Set |
A set of the names of each root region currently in this cache. |
false |
|
server |
boolean |
Is this a cache server? |
true |
| Operations and Parameters |
|
manageRegion |
javax.management.ObjectName |
Creates a SystemMemberRegion MBean for the region with the specified path. |
|
|
path |
java.lang.String |
Full path of region to create an mbean for. |
|
getStatistics |
[Lcom.gemstone.gemfire.admin.Statistic; |
Returns a current snapshot of cache statistics. |
|
refresh |
void |
Updates each attribute in this MBean. |
|
manageBridgeServer |
javax.management.ObjectName |
Creates a new, unstarted bridge server for the cache |
|
manageBridgeServers |
[Ljavax.management.ObjectName; |
Returns the names of the MBeans for the cache's bridge servers |
| Description: |
GemFire distributed system |
| Attributes |
Name |
Type |
Description |
Writable |
|
name |
java.lang.String |
The name (not the full-path) of this region. |
false |
|
fullPath |
java.lang.String |
The full path name of this region |
false |
|
userAttribute |
java.lang.String |
Description of the region's user attribute object. |
false |
|
cacheLoader |
java.lang.String |
Description of the region's cache loader. |
false |
|
cacheWriter |
java.lang.String |
Description of the region's cache writer. |
false |
|
evictionAttributes |
com.gemstone.gemfire.cache.EvictionAttributes |
Description of the region's eviction attributes. |
false |
|
cacheListener |
java.lang.String |
Description of the region's cache listener. |
false |
|
keyConstraint |
java.lang.String |
Name of the class that keys in this region are constrained to be |
false |
|
regionTimeToLiveTimeLimit |
int |
This region's time to live time limit. |
false |
|
regionTimeToLiveAction |
java.lang.Object |
This region's time to live action. |
false |
|
entryTimeToLiveTimeLimit |
int |
This region's entry time to live time limit. |
false |
|
entryTimeToLiveAction |
java.lang.Object |
This region's entry time to live action. |
false |
|
regionIdleTimeoutTimeLimit |
int |
This region's idle timeout time limit. |
false |
|
regionIdleTimeoutAction |
java.lang.Object |
This region's idle timeout action. |
false |
|
entryIdleTimeoutTimeLimit |
int |
This region's entry idle timeout time limit. |
false |
|
entryIdleTimeoutAction |
java.lang.Object |
This region's entry idle timeout action. |
false |
|
mirrorType |
java.lang.Object |
This region's mirror type. |
false |
|
dataPolicy |
java.lang.Object |
This region's data policy. |
false |
|
scope |
java.lang.Object |
This region's scope. |
false |
|
initialCapacity |
int |
This region's initial capacity. |
false |
|
loadFactor |
float |
This region's load factor. |
false |
|
concurrencyLevel |
int |
This region's concurrency level. |
false |
|
statisticsEnabled |
boolean |
True if statistics are enabled on this region. |
false |
|
persistBackup |
boolean |
true if the contents of the region are persisted to disk |
false |
|
earlyAck |
boolean |
false if ack is sent after processing update; true if sent early |
false |
|
diskWriteAttributes |
com.gemstone.gemfire.cache.DiskWriteAttributes |
Description of how the region's contents is written to disk |
false |
|
diskDirs |
[Ljava.io.File; |
Directories to which the region's contents are written |
false |
|
entryCount |
int |
Number of entries in this region. |
false |
|
subregionCount |
int |
Number of subregions in this region. |
false |
|
lastModifiedTime |
long |
Last time an entry's value in this region or one of its subregions was modified. |
false |
|
lastAccessedTime |
long |
Last time an entry in this region or one of its subregions was accessed. |
false |
|
hitCount |
long |
Number of times that a get on this region found a local value. |
false |
|
missCount |
long |
Number of times that a get on this region did not find a local value. |
false |
|
hitRatio |
float |
Ratio of hits to total get calls. |
false |
|
subregionNames |
java.util.Set |
A set of the names of each subregion of this region. |
false |
|
subregionFullPaths |
java.util.Set |
A set of the full paths of each subregion of this region. |
false |
|
membershipAttributes |
com.gemstone.gemfire.cache.MembershipAttributes |
Description of the region's membership attributes. |
false |
|
subscriptionAttributes |
com.gemstone.gemfire.cache.SubscriptionAttributes |
Description of the region's subscription attributes. |
false |
| Operations and Parameters |
|
refresh |
void |
Updates each attribute in this MBean. |
| Description: |
GemFire distributed system |
| Attributes |
Name |
Type |
Description |
Writable |
|
id |
java.lang.String |
A string that uniquely identifies the cache server. |
false |
|
name |
java.lang.String |
The JMX ObjectName of this managed resource. |
false |
|
host |
java.lang.String |
The host machine on which the cache server is running. |
false |
|
productDirectory |
java.lang.String |
The location of the GemFire installation used to run this cache server. |
true |
|
workingDirectory |
java.lang.String |
The directory in which the cache server was launched. |
true |
|
running |
boolean |
True if this cache server is running. |
false |
|
version |
java.lang.String |
Display GemFire version information. |
false |
|
hasCache |
boolean |
Does the cache server host a GemFire Cache? |
false |
|
cacheXMLFile |
java.lang.String |
The declarative caching file user to configure this cache server. |
true |
|
classPath |
java.lang.String |
Location(s) of user classes required by cache server |
true |
| Operations and Parameters |
|
start |
void |
Start this cache server. |
|
waitToStart |
boolean |
Wait for the cache server to start |
|
|
timeout |
long |
Number of milliseconds to wait to start |
|
waitToStop |
boolean |
Wait for the cache server to stop |
|
|
timeout |
long |
Number of milliseconds to wait to stop |
|
stop |
void |
Stop this cache server. |
|
getLog |
java.lang.String |
Display the log for this cache server. |
|
getLicense |
java.util.Properties |
Display GemFire licensing information. |
|
manageCache |
javax.management.ObjectName |
Create a SystemMemberCache MBean for the cache in this cache server. |