Package | Description |
---|---|
org.opendaylight.controller.cluster.io | |
org.opendaylight.controller.cluster.messaging |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
FileBackedOutputStream |
FileBackedOutputStreamFactory.newInstance()
Creates a new
FileBackedOutputStream with the settings configured for this factory. |
Modifier and Type | Method and Description |
---|---|
FileBackedOutputStream |
SliceOptions.getFileBackedStream() |
Modifier and Type | Method and Description |
---|---|
SliceOptions.Builder |
SliceOptions.Builder.fileBackedOutputStream(FileBackedOutputStream newFileBackedStream)
Sets the
FileBackedOutputStream containing the message data to slice. |
Constructor and Description |
---|
SlicedMessageState(org.opendaylight.yangtools.concepts.Identifier identifier,
FileBackedOutputStream fileBackedStream,
int messageSliceSize,
int maxRetries,
T replyTarget,
Consumer<Throwable> onFailureCallback,
String logContext)
Constructor.
|
Copyright © 2019 OpenDaylight. All rights reserved.