Uses of Interface
org.opendaylight.raft.spi.SizedStreamSource
Packages that use SizedStreamSource
Package
Description
Classes that are helpful for implementing RAFT.
- 
Uses of SizedStreamSource in org.opendaylight.controller.cluster.messaging
Methods in org.opendaylight.controller.cluster.messaging that return SizedStreamSourceModifier and TypeMethodDescriptionAssembledMessageState.getAssembledBytes()Returns the assembled bytes as a ByteSource. - 
Uses of SizedStreamSource in org.opendaylight.raft.spi
Classes in org.opendaylight.raft.spi that implement SizedStreamSourceModifier 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 SizedStreamSourceModifier and TypeMethodDescriptiondefault SizedStreamSourceSizedStreamSource.toSizedStreamSource()StreamSource.toSizedStreamSource()Return theSizedStreamSourceequivalent of thisStreamSource.@NonNull SizedStreamSourceFileBackedOutputStream.toStreamSource()Returns a readableSizedStreamSourceview of the data that has been written to this stream.