java.lang.Object
org.opendaylight.controller.cluster.raft.persisted.DeleteEntries
All Implemented Interfaces:
Serializable, PekkoPersistenceContract

@Deprecated(since="11.0.0", forRemoval=true) public final class DeleteEntries extends Object implements PekkoPersistenceContract, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Internal message that is stored in the Pekko persistence to trim previously persisted log entries, which have been removed.
Author:
Thomas Pantelis
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    DeleteEntries(long fromIndex)
    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

    • DeleteEntries

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

    • getFromIndex

      public long getFromIndex()
      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