Uses of Class
com.scaleoutsoftware.modules.hosting.MsgModuleOptionsBuilder
Packages that use MsgModuleOptionsBuilder
Package
Description
Hosting package for API and MSG modules is used to host modules on a ScaleOut in-memory data grid.
-
Uses of MsgModuleOptionsBuilder in com.scaleoutsoftware.modules.hosting
Methods in com.scaleoutsoftware.modules.hosting that return MsgModuleOptionsBuilderModifier and TypeMethodDescriptionMsgModuleOptionsBuilder.setLockMode(LockMode lockMode) Sets theLockModeof theModulePackage.MsgModuleOptionsBuilder.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.