Uses of Enum Class
stormpot.internal.AllocationProcessMode
Packages that use AllocationProcessMode
-
Uses of AllocationProcessMode in stormpot.internal
Fields in stormpot.internal with type parameters of type AllocationProcessModeModifier and TypeFieldDescriptionstatic final Map<AllocationProcessMode, PoolBuilderDefaults> PoolBuilderImpl.DEFAULTSMapping ofAllocationProcessModeto the pool builder default settings.static final Map<AllocationProcessMode, PoolBuilderPermissions> PoolBuilderImpl.PERMISSIONSMapping ofAllocationProcessModeto the pool builder permissions, deciding what settings can be changed.Methods in stormpot.internal that return AllocationProcessModeModifier and TypeMethodDescriptionAllocationProcess.getMode()Get the operating mode of this allocation process.static AllocationProcessModeReturns the enum constant of this class with the specified name.static AllocationProcessMode[]AllocationProcessMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in stormpot.internal with parameters of type AllocationProcessModeModifierConstructorDescriptionprotectedCreate an allocation process with the given operating mode.