Enum RouterDiagnostics.RouterRegister
java.lang.Object
java.lang.Enum<RouterDiagnostics.RouterRegister>
uk.ac.manchester.spinnaker.messages.model.RouterDiagnostics.RouterRegister
- All Implemented Interfaces:
Serializable
,Comparable<RouterDiagnostics.RouterRegister>
- Enclosing class:
- RouterDiagnostics
public static enum RouterDiagnostics.RouterRegister extends Enum<RouterDiagnostics.RouterRegister>
Description of router registers.
-
Enum Constant Summary
Enum Constants Enum Constant Description DUMP_FR
Dumped Fixed Route Counter.DUMP_MC
Dumped Multicast Counter.DUMP_NN
Dumped Nearest Neighbour Counter.DUMP_PP
Dumped Peer-to-Peer Counter.EXT_FR
External Fixed Route Counter.EXT_MC
External Multicast Counter.EXT_NN
External Nearest Neighbour Counter.EXT_PP
External Peer-to-Peer Counter.LOC_FR
Local Fixed Route Counter.LOC_MC
Local Multicast Counter.LOC_NN
Local Nearest Neighbour Counter.LOC_PP
Local Peer-to-Peer Counter.USER_0
Diagnostic Filter 0 Counter.USER_1
Diagnostic Filter 1 Counter.USER_2
Diagnostic Filter 2 Counter.USER_3
Diagnostic Filter 3 Counter. -
Method Summary
Modifier and Type Method Description static RouterDiagnostics.RouterRegister
valueOf(String name)
Returns the enum constant of this type with the specified name.static RouterDiagnostics.RouterRegister[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LOC_MC
Local Multicast Counter. -
EXT_MC
External Multicast Counter. -
LOC_PP
Local Peer-to-Peer Counter. -
EXT_PP
External Peer-to-Peer Counter. -
LOC_NN
Local Nearest Neighbour Counter. -
EXT_NN
External Nearest Neighbour Counter. -
LOC_FR
Local Fixed Route Counter. -
EXT_FR
External Fixed Route Counter. -
DUMP_MC
Dumped Multicast Counter. -
DUMP_PP
Dumped Peer-to-Peer Counter. -
DUMP_NN
Dumped Nearest Neighbour Counter. -
DUMP_FR
Dumped Fixed Route Counter. -
USER_0
Diagnostic Filter 0 Counter. -
USER_1
Diagnostic Filter 1 Counter. -
USER_2
Diagnostic Filter 2 Counter. -
USER_3
Diagnostic Filter 3 Counter.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-