Class ApplyJournalEntries
java.lang.Object
org.opendaylight.controller.cluster.raft.persisted.ApplyJournalEntries
- All Implemented Interfaces:
Serializable
,PekkoPersistenceContract
@Deprecated(since="11.0.0",
forRemoval=true)
public final class ApplyJournalEntries
extends Object
implements PekkoPersistenceContract, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
This is an internal message that is stored in the akka's persistent journal. During recovery, this
message is used to apply recovered journal entries to the state whose indexes range from the context's
current lastApplied index to "toIndex" contained in the message.
- Author:
- Thomas Pantelis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplyJournalEntries
(long toIndex) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated, for removal: This API element is subject to removal in a future version.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ApplyJournalEntries
public ApplyJournalEntries(long toIndex) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details