Package | Description |
---|---|
org.opendaylight.controller.cluster.messaging |
Modifier and Type | Method and Description |
---|---|
static MessageSlicer.Builder |
MessageSlicer.builder()
Returns a new Builder for creating MessageSlicer instances.
|
MessageSlicer.Builder |
MessageSlicer.Builder.expireStateAfterInactivity(long duration,
TimeUnit unit)
Sets the duration and time unit whereby sliced message state is purged from the cache and the associated
failure callback is notified due to inactivity from the assembling component on the other end.
|
MessageSlicer.Builder |
MessageSlicer.Builder.fileBackedStreamFactory(FileBackedOutputStreamFactory newFileBackedStreamFactory)
Sets the factory for creating FileBackedOutputStream instances used for streaming messages.
|
MessageSlicer.Builder |
MessageSlicer.Builder.logContext(String newLogContext)
Sets the context for log messages.
|
MessageSlicer.Builder |
MessageSlicer.Builder.maxSlicingTries(int newMaxSlicingTries)
Sets the maximum number of tries for slicing a message.
|
MessageSlicer.Builder |
MessageSlicer.Builder.messageSliceSize(int newMessageSliceSize)
Sets the maximum size (in bytes) for a message slice.
|
Copyright © 2019 OpenDaylight. All rights reserved.