java.lang.Object
org.opendaylight.controller.cluster.raft.spi.RaftStorage
All Implemented Interfaces:
EntryStore, SnapshotStore
Direct Known Subclasses:
DisabledRaftStorage, EnabledRaftStorage

public abstract sealed class RaftStorage extends Object implements EntryStore, SnapshotStore permits DisabledRaftStorage, EnabledRaftStorage
Internal interface towards storage entities.