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

    Constructors
    Constructor
    Description
    ApplyJournalEntries(long toIndex)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ApplyJournalEntries

      public ApplyJournalEntries(long toIndex)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getToIndex

      public long getToIndex()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object