|
GemFire 7.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.gemstone.gemfire.management
package instead
public interface StatisticResource
Adminitrative interface for monitoring a statistic resource in a GemFire
system member. A resource is comprised of one or many
Statistics
.
Method Summary | |
---|---|
String |
getDescription()
Deprecated. Gets the full description of this resource. |
String |
getName()
Deprecated. Gets the identifying name of this resource. |
String |
getOwner()
Deprecated. Returns a display string of the SystemMember owning this
resource. |
Statistic[] |
getStatistics()
Deprecated. Returns a read-only array of every Statistic in this resource. |
String |
getType()
Deprecated. Gets the classification type of this resource. |
long |
getUniqueId()
Deprecated. Returns an ID that uniquely identifies the resource within the SystemMember it belongs to. |
void |
refresh()
Deprecated. Refreshes the values of every Statistic in this resource by
retrieving them from the member's VM. |
Method Detail |
---|
String getName()
String getDescription()
String getType()
String getOwner()
SystemMember
owning this
resource.
SystemMember
long getUniqueId()
SystemMember
it belongs to.
SystemMember
Statistic[] getStatistics()
Statistic
in this resource.
Statistic
in this resourcevoid refresh() throws AdminException
Statistic
in this resource by
retrieving them from the member's VM.
AdminException
- if unable to refresh statistic values
|
GemFire 7.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |