2 * Copyright (c) 2025 PANTHEON.tech, s.r.o. and others. All rights reserved.
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 * and is available at http://www.eclipse.org/legal/epl-v10.html
8 package org.opendaylight.controller.cluster.raft.spi;
10 import org.opendaylight.controller.cluster.raft.RaftActor;
13 * A {@link RaftStorage} backing persistent mode of {@link RaftActor} operation.
15 public abstract non-sealed class EnabledRaftStorage extends RaftStorage {
17 public final boolean isRecoveryApplicable() {