Yael Nahon
NONE - make no attempt to wait for all data to be drained before shutting down
REQUIRED - make an attempt to wait for all data to be drained before shutting down,
shutdown even if drain wasn't completed before org.openspaces.admin.internal.driver.UndeployOptions#drainTimeout
ATTEMPT - make an attempt to wait for all data to be drained before shutting down,
shutdown will not occur if drain wasn't completed before org.openspaces.admin.internal.driver.UndeployOptions#drainTimeout
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.