Uses of Class
org.opendaylight.controller.cluster.io.FileBackedOutputStreamFactory
Packages that use FileBackedOutputStreamFactory
Package
Description
-
Uses of FileBackedOutputStreamFactory in org.opendaylight.controller.cluster.messaging
Methods in org.opendaylight.controller.cluster.messaging with parameters of type FileBackedOutputStreamFactoryModifier and TypeMethodDescriptionMessageAssembler.Builder.fileBackedStreamFactory
(FileBackedOutputStreamFactory newFileBackedStreamFactory) Sets the factory for creating FileBackedOutputStream instances used for streaming messages.MessageSlicer.Builder.fileBackedStreamFactory
(FileBackedOutputStreamFactory newFileBackedStreamFactory) Sets the factory for creating FileBackedOutputStream instances used for streaming messages.Constructors in org.opendaylight.controller.cluster.messaging with parameters of type FileBackedOutputStreamFactoryModifierConstructorDescriptionAssembledMessageState
(Identifier identifier, int totalSlices, FileBackedOutputStreamFactory fileBackedStreamFactory, String logContext) Constructor. -
Uses of FileBackedOutputStreamFactory in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return FileBackedOutputStreamFactoryModifier and TypeMethodDescription@NonNull FileBackedOutputStreamFactory
RaftActorContext.getFileBackedOutputStreamFactory()
Returns theFileBackedOutputStreamFactory
instance with a common configuration.RaftActorContextImpl.getFileBackedOutputStreamFactory()