Uses of Class
org.opendaylight.controller.cluster.messaging.MessageSlicer.Builder
Packages that use MessageSlicer.Builder
-
Uses of MessageSlicer.Builder in org.opendaylight.controller.cluster.messaging
Methods in org.opendaylight.controller.cluster.messaging that return MessageSlicer.BuilderModifier and TypeMethodDescriptionstatic MessageSlicer.Builder
MessageSlicer.builder()
Returns a new Builder for creating MessageSlicer instances.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.fileBackedStreamFactory
(FileBackedOutputStreamFactory newFileBackedStreamFactory) Sets the factory for creating FileBackedOutputStream instances used for streaming messages.MessageSlicer.Builder.logContext
(String newLogContext) Sets the context for log messages.MessageSlicer.Builder.maxSlicingTries
(int newMaxSlicingTries) Sets the maximum number of tries for slicing a message.MessageSlicer.Builder.messageSliceSize
(int newMessageSliceSize) Sets the maximum size (in bytes) for a message slice.