Uses of Class
org.opendaylight.controller.cluster.io.FileBackedOutputStreamFactory
-
Packages that use FileBackedOutputStreamFactory Package Description org.opendaylight.controller.cluster.messaging org.opendaylight.controller.cluster.raft -
-
Uses of FileBackedOutputStreamFactory in org.opendaylight.controller.cluster.messaging
Methods in org.opendaylight.controller.cluster.messaging with parameters of type FileBackedOutputStreamFactory Modifier and Type Method Description MessageAssembler.BuilderMessageAssembler.Builder. fileBackedStreamFactory(FileBackedOutputStreamFactory newFileBackedStreamFactory)Sets the factory for creating FileBackedOutputStream instances used for streaming messages.MessageSlicer.BuilderMessageSlicer.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 FileBackedOutputStreamFactory Constructor Description AssembledMessageState(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 FileBackedOutputStreamFactory Modifier and Type Method Description @NonNull FileBackedOutputStreamFactoryRaftActorContext. getFileBackedOutputStreamFactory()Returns theFileBackedOutputStreamFactoryinstance with a common configuration.FileBackedOutputStreamFactoryRaftActorContextImpl. getFileBackedOutputStreamFactory()
-