public interface PersistentID extends DataSerializable
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()
DataSerializable.Replaceable
Modifier and Type | Method and Description |
---|---|
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.
|
fromData, toData
InetAddress getHost()
String getDirectory()
UUID getUUID()
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.