Uses of Class
org.opendaylight.controller.cluster.messaging.SliceOptions
-
Packages that use SliceOptions Package Description org.opendaylight.controller.cluster.messaging -
-
Uses of SliceOptions in org.opendaylight.controller.cluster.messaging
Methods in org.opendaylight.controller.cluster.messaging that return SliceOptions Modifier and Type Method Description SliceOptions
SliceOptions.Builder. build()
Builds a new SliceOptions instance.Methods in org.opendaylight.controller.cluster.messaging with parameters of type SliceOptions Modifier and Type Method Description boolean
MessageSlicer. slice(SliceOptions options)
Slices a message into chunks based on the serialized size, the maximum message slice size and the given options.
-