|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PersistentID
A pattern describing a single member's a set of persistent files for a region.
When a member has a region defined with the a data policy of
DataPolicy.PERSISTENT_REPLICATE, that members persistent files are
assigned a unique ID. After a failure of all members, during recovery, the
persistent members will wait for all persistent copies of the region to be
recovered before completing region initialization.
This pattern describes what unique ids the currently recovering persistent
members are waiting for. See
AdminDistributedSystem.getMissingPersistentMembers()
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.gemstone.gemfire.DataSerializable |
|---|
DataSerializable.Replaceable |
| Method Summary | |
|---|---|
String |
getDirectory()
The directory which the persistent data was last residing in. |
InetAddress |
getHost()
The host on which the persistent data was last residing |
UUID |
getUUID()
The unique identifier for the persistent data. |
| Methods inherited from interface com.gemstone.gemfire.DataSerializable |
|---|
fromData, toData |
| Method Detail |
|---|
InetAddress getHost()
String getDirectory()
UUID getUUID()
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||