Class DisabledRaftStorage

java.lang.Object
org.opendaylight.controller.cluster.raft.spi.RaftStorage
org.opendaylight.controller.cluster.raft.spi.DisabledRaftStorage
All Implemented Interfaces:
EntryStore, ImmediateEntryStore, SnapshotStore

@NonNullByDefault public final class DisabledRaftStorage extends RaftStorage implements ImmediateEntryStore
A RaftStorage backing non-persistent mode of RaftActor operation. It works with any actor which can provide a RaftStorageCompleter.