VMware GemFire Java API Reference
Package org.apache.geode.management
Class PersistentMemberDetails
java.lang.Object
org.apache.geode.management.PersistentMemberDetails
- All Implemented Interfaces:
Serializable
Composite data type used to distribute attributes for the missing disk store of a persistent
member.
- Since:
- GemFire 7.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPersistentMemberDetails(String host, String directory, String diskStoreId, String memberName) This constructor is to be used by internal JMX framework only. -
Method Summary
-
Constructor Details
-
PersistentMemberDetails
@ConstructorProperties({"host","directory","diskStoreId","memberName"}) public PersistentMemberDetails(String host, String directory, String diskStoreId, String memberName) This constructor is to be used by internal JMX framework only. User should not try to create an instance of this class.- Parameters:
host- the name or IP address of the host on which the member is runningdirectory- the directory in which theDiskStoreis saveddiskStoreId- the ID of theDiskStorememberName- the name of the member where this disk store was last in use
-
-
Method Details
-
getHost
Returns the name or IP address of the host on which the member is running.- Returns:
- the name or IP address of the host on which the member is running
-
getDirectory
Returns the directory in which theDiskStoreis saved.- Returns:
- the directory in which the
DiskStoreis saved
-
getDiskStoreId
Returns the ID of theDiskStore.- Returns:
- the ID of the
DiskStore
-
getMemberName
-
toString
-