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 classSharedFileBackedOutputStreamA 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 FileBackedOutputStreamFileBackedOutputStreamFactory. 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 FileBackedOutputStream Modifier and Type Method Description FileBackedOutputStreamSliceOptions. getFileBackedStream()Methods in org.opendaylight.controller.cluster.messaging with parameters of type FileBackedOutputStream Modifier and Type Method Description SliceOptions.BuilderSliceOptions.Builder. fileBackedOutputStream(FileBackedOutputStream newFileBackedStream)Sets theFileBackedOutputStreamcontaining 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.
-