Uses of Class
org.opendaylight.raft.spi.FileBackedOutputStream
Packages that use FileBackedOutputStream
Package
Description
Classes that are helpful for implementing RAFT.
-
Uses of FileBackedOutputStream in org.opendaylight.controller.cluster.messaging
Methods in org.opendaylight.controller.cluster.messaging that return FileBackedOutputStreamMethods in org.opendaylight.controller.cluster.messaging with parameters of type FileBackedOutputStreamModifier and TypeMethodDescriptionSliceOptions.Builder.fileBackedOutputStream
(FileBackedOutputStream newFileBackedStream) Sets theFileBackedOutputStream
containing the message data to slice.Constructors in org.opendaylight.controller.cluster.messaging with parameters of type FileBackedOutputStreamModifierConstructorDescriptionSlicedMessageState
(Identifier identifier, FileBackedOutputStream fileBackedStream, int messageSliceSize, int maxRetries, T replyTarget, Consumer<Throwable> onFailureCallback, String logContext) Constructor. -
Uses of FileBackedOutputStream in org.opendaylight.raft.spi
Subclasses of FileBackedOutputStream in org.opendaylight.raft.spiModifier and TypeClassDescriptionfinal class
A FileBackedOutputStream that allows for sharing in that it maintains a usage count and the backing file isn't deleted until the usage count reaches 0.Methods in org.opendaylight.raft.spi that return FileBackedOutputStreamModifier and TypeMethodDescriptionFileBackedOutputStreamFactory.newInstance()
Creates a newFileBackedOutputStream
with the settings configured for this factory.