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.Builder
MessageAssembler.Builder. fileBackedStreamFactory(FileBackedOutputStreamFactory newFileBackedStreamFactory)
Sets the factory for creating FileBackedOutputStream instances used for streaming messages.MessageSlicer.Builder
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 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 FileBackedOutputStreamFactory
RaftActorContext. getFileBackedOutputStreamFactory()
Returns theFileBackedOutputStreamFactory
instance with a common configuration.FileBackedOutputStreamFactory
RaftActorContextImpl. getFileBackedOutputStreamFactory()
-