Uses of Class
com.scaleoutsoftware.modules.hosting.ParallelOperationOptionsBuilder
Packages that use ParallelOperationOptionsBuilder
Package
Description
Hosting package for API and MSG modules is used to host modules on a ScaleOut in-memory data grid.
-
Uses of ParallelOperationOptionsBuilder in com.scaleoutsoftware.modules.hosting
Methods in com.scaleoutsoftware.modules.hosting that return ParallelOperationOptionsBuilderModifier and TypeMethodDescriptionParallelOperationOptionsBuilder.setSerialization(com.scaleout.client.caching.CacheSerializer<O> serializer, com.scaleout.client.caching.CacheDeserializer<O> deserializer, boolean isJsonSerializer) Sets theCacheSerializer,CacheDeserializer, and flag for if the SOSS objects are serialized to JSON.