Uses of Class
org.opendaylight.controller.cluster.io.FileBackedOutputStream
Packages that use FileBackedOutputStream
Package
Description
- 
Uses of FileBackedOutputStream in org.opendaylight.controller.cluster.io
Subclasses of FileBackedOutputStream in org.opendaylight.controller.cluster.ioModifier and TypeClassDescriptionclassA 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 FileBackedOutputStreamModifier and TypeMethodDescriptionFileBackedOutputStreamFactory.newInstance()Creates a newFileBackedOutputStreamwith the settings configured for this factory. - 
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 theFileBackedOutputStreamcontaining 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.