public static enum ParameterServerSubscriber.UpdateType extends Enum<ParameterServerSubscriber.UpdateType>
| Enum Constant and Description |
|---|
CUSTOM |
HOGWILD |
SOFTSYNC |
SYNC |
TIME_DELAYED |
| Modifier and Type | Method and Description |
|---|---|
static ParameterServerSubscriber.UpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterServerSubscriber.UpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterServerSubscriber.UpdateType HOGWILD
public static final ParameterServerSubscriber.UpdateType SYNC
public static final ParameterServerSubscriber.UpdateType TIME_DELAYED
public static final ParameterServerSubscriber.UpdateType SOFTSYNC
public static final ParameterServerSubscriber.UpdateType CUSTOM
public static ParameterServerSubscriber.UpdateType[] values()
for (ParameterServerSubscriber.UpdateType c : ParameterServerSubscriber.UpdateType.values()) System.out.println(c);
public static ParameterServerSubscriber.UpdateType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.