public class PersistentMemberDetails extends Object
Constructor and Description |
---|
PersistentMemberDetails(String host,
String directory,
String diskStoreId) |
Modifier and Type | Method and Description |
---|---|
String |
getDirectory()
Returns the directory in which the
DiskStore is saved. |
String |
getDiskStoreId()
Returns the ID of the
DiskStore . |
String |
getHost()
Returns the name or IP address of the host on which the member is
running.
|
@ConstructorProperties(value={"host","directory","diskStoreId"}) public PersistentMemberDetails(String host, String directory, String diskStoreId)
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.