Class DeleteEntries
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
ConstructorsConstructorDescriptionDeleteEntries
(long fromIndex) 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
-
DeleteEntries
public DeleteEntries(long fromIndex) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details