management
package instead@Deprecated public interface SystemMember
Modifier and Type | Method and Description |
---|---|
SystemMemberCache |
getCache()
Deprecated.
Returns an object that provides admin access to this member's cache.
|
ConfigurationParameter[] |
getConfiguration()
Deprecated.
Gets the configuration parameters for this member.
|
DistributedMember |
getDistributedMember()
Deprecated.
Returns the
DistributedMember that represents this system
member. |
AdminDistributedSystem |
getDistributedSystem()
Deprecated.
Gets the
AdminDistributedSystem this member belongs to. |
String |
getHost()
Deprecated.
Gets host name of the machine this member resides on.
|
InetAddress |
getHostAddress()
Deprecated.
Gets the host of this member as an
java.net.InetAddress . |
String |
getId()
Deprecated.
Gets identifying name of this member.
|
Properties |
getLicense()
Deprecated.
Removed licensing in 8.0.
|
String |
getLog()
Deprecated.
Retrieves the log for this member.
|
String |
getName()
Deprecated.
Retrieves display friendly name for this member.
|
String[] |
getRoles()
Deprecated.
Returns the names of the membership roles filled by this member.
|
StatisticResource[] |
getStat(String statisticsTypeName)
Deprecated.
Retrieves this members statistic resources.
|
StatisticResource[] |
getStats()
Deprecated.
Retrieves this members statistic resources.
|
SystemMemberType |
getType()
Deprecated.
Gets the type of
SystemMemberType this member is. |
String |
getVersion()
Deprecated.
Returns this member's GemFire version information.
|
boolean |
hasCache()
Deprecated.
Returns whether or not this system member hosts a GemFire
Cache . |
void |
refreshConfig()
Deprecated.
Refreshes this member's configuration from the member or it's properties
|
ConfigurationParameter[] |
setConfiguration(ConfigurationParameter[] parms)
Deprecated.
Sets the configuration of this member.
|
AdminDistributedSystem getDistributedSystem()
AdminDistributedSystem
this member belongs to.AdminDistributedSystem
this member belongs toString 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.SystemMemberType
this member isString getHost()
InetAddress getHostAddress()
java.net.InetAddress
.java.net.InetAddress
String getLog()
@Deprecated 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 changedAdminException
- if this fails to make the configuration changesvoid refreshConfig() throws AdminException
AdminException
- if an exception is encounteredStatisticResource[] getStat(String statisticsTypeName) throws AdminException
statisticsTypeName
- String ame of the Statistics TypeAdminException
- if an exception is encounteredStatisticResource[] getStats() throws AdminException
AdminException
- if an exception is encounteredboolean hasCache() throws AdminException
Cache
.Cache
AdminException
- if an exception is encounteredgetCache()
SystemMemberCache getCache() throws AdminException
null
is returned.AdminException
- if an exception is encounteredString[] getRoles()
DistributedMember getDistributedMember()
DistributedMember
that represents this system
member.