public interface RaftStateLoader
| Modifier and Type | Method and Description |
|---|---|
RestoredRaftState |
load()
Restores the persisted Raft state from the storage layer and returns
a fully initialized
RestoredRaftState object. |
@Nonnull RestoredRaftState load() throws IOException
RestoredRaftState object.IOException - if any IO error occurs while reading from storageCopyright © 2019 Hazelcast, Inc.. All rights reserved.