public enum ContextChainMastershipState extends Enum<ContextChainMastershipState>
Enum Constant and Description |
---|
CHECK
Check mastership.
|
INITIAL_FLOW_REGISTRY_FILL
Initial flow registry fill is done.
|
INITIAL_GATHERING
Initial statics gathering done ok.
|
INITIAL_SUBMIT
Initial submit ok.
|
MASTER_ON_DEVICE
Device has role MASTER set.
|
RPC_REGISTRATION
Registration of RPC services is done.
|
Modifier and Type | Method and Description |
---|---|
static ContextChainMastershipState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextChainMastershipState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextChainMastershipState MASTER_ON_DEVICE
public static final ContextChainMastershipState INITIAL_GATHERING
public static final ContextChainMastershipState INITIAL_SUBMIT
public static final ContextChainMastershipState INITIAL_FLOW_REGISTRY_FILL
public static final ContextChainMastershipState RPC_REGISTRATION
public static final ContextChainMastershipState CHECK
public static ContextChainMastershipState[] values()
for (ContextChainMastershipState c : ContextChainMastershipState.values()) System.out.println(c);
public static ContextChainMastershipState 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 © 2018 OpenDaylight. All rights reserved.