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 TypeInterfaceDescriptioninterfaceAnStreamSourcewhich knows its size.interfaceA lazily-sourcesStreamSource.Classes in org.opendaylight.raft.spi that implement StreamSourceModifier and TypeClassDescriptionclassASizedStreamSourceproviding access to a slice of a regular file, similar to aByteBuffer.classThe moral equivalent of abyte[], but perhaps allocated in chunks so as to be GC-friendly.final classAnAbstractFileStreamSourcebacked by an explicitly-managed file.final classAnAbstractFileStreamSourcebacked by aTransientFile.Methods in org.opendaylight.raft.spi that return StreamSourceModifier and TypeMethodDescriptionfinal StreamSourceSnapshotSource.io()Returns theStreamSourcebacking thisSnapshotSource.Methods in org.opendaylight.raft.spi with parameters of type StreamSourceModifier and TypeMethodDescriptionabstract SnapshotSourceCompressionType.nativeSource(StreamSource provider) Create a newSnapshotSourcebacked by anStreamSource.Constructors in org.opendaylight.raft.spi with parameters of type StreamSourceModifierConstructorDescriptionDefault constructor.Default constructor.