java.lang.Object
org.opendaylight.controller.cluster.raft.spi.RaftStorage.CancellableTask<T>
- All Implemented Interfaces:
Runnable
- Enclosing class:
RaftStorage
@NonNullByDefault
protected abstract class RaftStorage.CancellableTask<T>
extends Object
implements Runnable
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
run
public final void run()
- Specified by:
run
in interface Runnable
-