Uses of Interface
org.opendaylight.controller.cluster.raft.spi.StateSnapshot.Writer
Packages that use StateSnapshot.Writer
-
Uses of StateSnapshot.Writer in org.opendaylight.controller.cluster.raft.spi
Methods in org.opendaylight.controller.cluster.raft.spi that return StateSnapshot.WriterModifier and TypeMethodDescriptionStateSnapshot.Support.writer()
Returns theStateSnapshot.Writer
.Methods in org.opendaylight.controller.cluster.raft.spi with parameters of type StateSnapshot.WriterModifier and TypeMethodDescriptionstatic <T extends StateSnapshot>
StateSnapshot.ToStorage<T> StateSnapshot.ToStorage.of
(StateSnapshot.Writer<T> writer, T snapshot) static <T extends StateSnapshot>
@Nullable StateSnapshot.ToStorage<T> StateSnapshot.ToStorage.ofNullable
(StateSnapshot.Writer<T> writer, @Nullable T snapshot)