Package | Description |
---|---|
org.opendaylight.controller.cluster.messaging | |
org.opendaylight.controller.cluster.raft |
Modifier and Type | Method and Description |
---|---|
MessageSlicer.Builder |
MessageSlicer.Builder.fileBackedStreamFactory(FileBackedOutputStreamFactory newFileBackedStreamFactory)
Sets the factory for creating FileBackedOutputStream instances used for streaming messages.
|
MessageAssembler.Builder |
MessageAssembler.Builder.fileBackedStreamFactory(FileBackedOutputStreamFactory newFileBackedStreamFactory)
Sets the factory for creating FileBackedOutputStream instances used for streaming messages.
|
Constructor and Description |
---|
AssembledMessageState(org.opendaylight.yangtools.concepts.Identifier identifier,
int totalSlices,
FileBackedOutputStreamFactory fileBackedStreamFactory,
String logContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FileBackedOutputStreamFactory |
RaftActorContextImpl.getFileBackedOutputStreamFactory() |
FileBackedOutputStreamFactory |
RaftActorContext.getFileBackedOutputStreamFactory()
Returns the
FileBackedOutputStreamFactory instance with a common configuration. |
Copyright © 2019 OpenDaylight. All rights reserved.