Uses of Enum Class
org.openspaces.admin.internal.driver.DrainMode
Packages that use DrainMode
-
Uses of DrainMode in org.openspaces.admin.internal.driver
Methods in org.openspaces.admin.internal.driver that return DrainModeModifier and TypeMethodDescriptionUndeployOptions.getDrainMode()static DrainModeReturns the enum constant of this class with the specified name.static DrainMode[]DrainMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openspaces.admin.internal.driver with parameters of type DrainModeConstructors in org.openspaces.admin.internal.driver with parameters of type DrainModeModifierConstructorDescriptionUndeployOptions(DrainMode drainMode) UndeployOptions(DrainMode drainMode, Long drainTimeout)