Uses of Class
org.opendaylight.controller.cluster.io.FileBackedOutputStream
-
Packages that use FileBackedOutputStream Package Description org.opendaylight.controller.cluster.io org.opendaylight.controller.cluster.messaging -
-
Uses of FileBackedOutputStream in org.opendaylight.controller.cluster.io
Subclasses of FileBackedOutputStream in org.opendaylight.controller.cluster.io Modifier and Type Class Description class
SharedFileBackedOutputStream
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.controller.cluster.io that return FileBackedOutputStream Modifier and Type Method Description FileBackedOutputStream
FileBackedOutputStreamFactory. newInstance()
Creates a newFileBackedOutputStream
with the settings configured for this factory. -
Uses of FileBackedOutputStream in org.opendaylight.controller.cluster.messaging
Methods in org.opendaylight.controller.cluster.messaging that return FileBackedOutputStream Modifier and Type Method Description FileBackedOutputStream
SliceOptions. getFileBackedStream()
Methods in org.opendaylight.controller.cluster.messaging with parameters of type FileBackedOutputStream Modifier and Type Method Description SliceOptions.Builder
SliceOptions.Builder. fileBackedOutputStream(FileBackedOutputStream newFileBackedStream)
Sets theFileBackedOutputStream
containing the message data to slice.Constructors in org.opendaylight.controller.cluster.messaging with parameters of type FileBackedOutputStream Constructor Description SlicedMessageState(Identifier identifier, FileBackedOutputStream fileBackedStream, int messageSliceSize, int maxRetries, T replyTarget, Consumer<Throwable> onFailureCallback, String logContext)
Constructor.
-