Package org.opendaylight.raft.spi
Class Lz4SnapshotSource
java.lang.Object
org.opendaylight.raft.spi.SnapshotSource
org.opendaylight.raft.spi.Lz4SnapshotSource
A LZ4-compressed
SnapshotSource
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the equivalent of this source as a PlainSnapshotSource.Methods inherited from class org.opendaylight.raft.spi.SnapshotSource
io, toString
-
Constructor Details
-
Lz4SnapshotSource
Default constructor.- Parameters:
io
- theStreamSource
backing thisLz4SnapshotSource
.
-
-
Method Details
-
toPlainSource
Description copied from class:SnapshotSource
Returns the equivalent of this source as a PlainSnapshotSource.- Specified by:
toPlainSource
in classSnapshotSource
- Returns:
- the equivalent of this source as a PlainSnapshotSource
-