|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SystemMember
Administrative interface for monitoring a GemFire system member.
| Method Summary | |
|---|---|
SystemMemberCache |
getCache()
Returns an object that provides admin access to this member's cache. |
ConfigurationParameter[] |
getConfiguration()
Gets the configuration parameters for this member. |
DistributedMember |
getDistributedMember()
Returns the DistributedMember
that represents this system member. |
AdminDistributedSystem |
getDistributedSystem()
Gets the AdminDistributedSystem this member belongs to. |
String |
getHost()
Gets host name of the machine this member resides on. |
InetAddress |
getHostAddress()
Gets the host of this member as an java.net.InetAddress |
String |
getId()
Gets identifying name of this member. |
Properties |
getLicense()
Returns the GemFire license this member is using. |
String |
getLog()
Retrieves the log for this member. |
String |
getName()
Retrieves display friendly name for this member. |
String[] |
getRoles()
Returns the names of the membership roles filled by this member. |
StatisticResource[] |
getStat(String statisticsTypeName)
Retrieves this members statistic resources. |
StatisticResource[] |
getStats()
Retrieves this members statistic resources. |
SystemMemberType |
getType()
Gets the type of SystemMemberType this member is. |
String |
getVersion()
Returns this member's GemFire version information. |
boolean |
hasCache()
Returns whether or not this system member hosts a GemFire Cache. |
void |
refreshConfig()
Refreshes this member's configuration from the member or it's properties |
ConfigurationParameter[] |
setConfiguration(ConfigurationParameter[] parms)
Sets the configuration of this member. |
| Method Detail |
|---|
AdminDistributedSystem getDistributedSystem()
AdminDistributedSystem this member belongs to.
String getId()
getDistributedMember().
For cache servers it is a unique cache server string.
String getName()
getId().
DistributedSystem.connect(java.util.Properties),
DistributedSystem.getName()SystemMemberType getType()
SystemMemberType this member is.
String getHost()
InetAddress getHostAddress()
java.net.InetAddress.
String getLog()
Properties getLicense()
String getVersion()
ConfigurationParameter[] getConfiguration()
ConfigurationParameter[] setConfiguration(ConfigurationParameter[] parms)
throws AdminException
The entire array of configuration parameters is then returned.
parms - subset of the configuration parameters to be changed
AdminException - if this fails to make the configuration changes
void refreshConfig()
throws AdminException
AdminException
StatisticResource[] getStat(String statisticsTypeName)
throws AdminException
statisticsTypeName - String ame of the Statistics Type
AdminException
StatisticResource[] getStats()
throws AdminException
AdminException
boolean hasCache()
throws AdminException
Cache.
AdminExceptiongetCache()
SystemMemberCache getCache()
throws AdminException
null is returned.
AdminExceptionString[] getRoles()
DistributedMember getDistributedMember()
DistributedMember
that represents this system member.
|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||