Enum Class 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>
,Constable
- Enclosing class:
- RouterDiagnostics
Description of router registers.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDumped Fixed Route Counter.Dumped Multicast Counter.Dumped Nearest Neighbour Counter.Dumped Peer-to-Peer Counter.External Fixed Route Counter.External Multicast Counter.External Nearest Neighbour Counter.External Peer-to-Peer Counter.Local Fixed Route Counter.Local Multicast Counter.Local Nearest Neighbour Counter.Local Peer-to-Peer Counter.Diagnostic Filter 0 Counter.Diagnostic Filter 1 Counter.Diagnostic Filter 2 Counter.Diagnostic Filter 3 Counter. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RouterDiagnostics.RouterRegister[]
values()
Returns an array containing the constants of this enum class, 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 class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
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.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-