Uses of Interface
org.opendaylight.raft.spi.StreamSource
Packages that use StreamSource
-
Uses of StreamSource in org.opendaylight.raft.spi
Subinterfaces of StreamSource in org.opendaylight.raft.spiModifier and TypeInterfaceDescriptioninterface
AnStreamSource
which knows its size.interface
A lazily-sourcesStreamSource
.Classes in org.opendaylight.raft.spi that implement StreamSourceModifier and TypeClassDescriptionclass
ASizedStreamSource
providing access to a slice of a regular file, similar to aByteBuffer
.class
The moral equivalent of abyte[]
, but perhaps allocated in chunks so as to be GC-friendly.final class
AnAbstractFileStreamSource
backed by an explicitly-managed file.final class
AnAbstractFileStreamSource
backed by aTransientFile
.Methods in org.opendaylight.raft.spi that return StreamSourceModifier and TypeMethodDescriptionfinal StreamSource
SnapshotSource.io()
Returns theStreamSource
backing thisSnapshotSource
.Methods in org.opendaylight.raft.spi with parameters of type StreamSourceModifier and TypeMethodDescriptionabstract SnapshotSource
CompressionType.nativeSource
(StreamSource provider) Create a newSnapshotSource
backed by anStreamSource
.Constructors in org.opendaylight.raft.spi with parameters of type StreamSourceModifierConstructorDescriptionDefault constructor.Default constructor.