Uses of Enum Class
com.scaleoutsoftware.modules.hosting.LockMode
Packages that use LockMode
Package
Description
Hosting package for API and MSG modules is used to host modules on a ScaleOut in-memory data grid.
-
Uses of LockMode in com.scaleoutsoftware.modules.hosting
Methods in com.scaleoutsoftware.modules.hosting that return LockModeModifier and TypeMethodDescriptionDigitalTwinModelOptions.getLockMode()TheLockModefor thisModulePackage.MsgModuleOptions.getLockMode()TheLockModefor thisModulePackage.static LockModeReturns the enum constant of this class with the specified name.static LockMode[]LockMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.scaleoutsoftware.modules.hosting with parameters of type LockModeModifier and TypeMethodDescriptionMsgModuleOptionsBuilder.setLockMode(LockMode lockMode) Sets theLockModeof theModulePackage.