public static enum MessageSpy.STATISTIC_GROUP extends Enum<MessageSpy.STATISTIC_GROUP>
Enum Constant and Description |
---|
FROM_SWITCH
message from switch
|
FROM_SWITCH_NOTIFICATION_REJECTED
message from switch to MD-SAL - notification service rejected notfication
|
FROM_SWITCH_PACKET_IN_LIMIT_REACHED_AND_DROPPED
packetIn from switch reached processing limit and got dropped
|
FROM_SWITCH_PUBLISHED_FAILURE
message from switch - publishing into MD-SAL failed
|
FROM_SWITCH_PUBLISHED_SUCCESS
message from switch finally published into MD-SAL
|
FROM_SWITCH_TRANSLATE_IN_SUCCESS
message from switch translated successfully - source
|
FROM_SWITCH_TRANSLATE_OUT_SUCCESS
message from switch translated successfully - target
|
FROM_SWITCH_TRANSLATE_SRC_FAILURE
message from switch where translation failed - source
|
OFJ_BACKPRESSURE_OFF
stop receiving data from device - turned off
|
OFJ_BACKPRESSURE_ON
stop receiving data from device - turned on
|
REQUEST_STACK_FREED
TEMPORARY STATISTIC VALUE
|
TO_SWITCH_DISREGARDED
message from MD-SAL was disregarded (e.g.
|
TO_SWITCH_ENTERED
message from MD-SAL entered service - first point of encounter
|
TO_SWITCH_READY_FOR_SUBMIT
message from MD-SAL to switch - ready to sent to OFJava (might be one-to-multiple ration between entered and sent)
|
TO_SWITCH_RESERVATION_REJECTED
message from MD-SAL to switch - asked for XID reservation in queue, but rejected
|
TO_SWITCH_SUBMIT_ERROR
message from MD-SAL to switch - sent to OFJava but failed with exception
|
TO_SWITCH_SUBMIT_FAILURE
message from MD-SAL to switch - sent to OFJava but failed
|
TO_SWITCH_SUBMIT_SUCCESS
message from MD-SAL to switch - sent to OFJava successfully
|
TO_SWITCH_SUBMIT_SUCCESS_NO_RESPONSE
message from MD-SAL to switch - sent to OFJava successfully, no response expected
|
Modifier and Type | Method and Description |
---|---|
static MessageSpy.STATISTIC_GROUP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageSpy.STATISTIC_GROUP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageSpy.STATISTIC_GROUP FROM_SWITCH
public static final MessageSpy.STATISTIC_GROUP FROM_SWITCH_TRANSLATE_IN_SUCCESS
public static final MessageSpy.STATISTIC_GROUP FROM_SWITCH_TRANSLATE_OUT_SUCCESS
public static final MessageSpy.STATISTIC_GROUP FROM_SWITCH_TRANSLATE_SRC_FAILURE
public static final MessageSpy.STATISTIC_GROUP FROM_SWITCH_PACKET_IN_LIMIT_REACHED_AND_DROPPED
public static final MessageSpy.STATISTIC_GROUP FROM_SWITCH_NOTIFICATION_REJECTED
public static final MessageSpy.STATISTIC_GROUP FROM_SWITCH_PUBLISHED_SUCCESS
public static final MessageSpy.STATISTIC_GROUP FROM_SWITCH_PUBLISHED_FAILURE
public static final MessageSpy.STATISTIC_GROUP TO_SWITCH_ENTERED
public static final MessageSpy.STATISTIC_GROUP TO_SWITCH_DISREGARDED
public static final MessageSpy.STATISTIC_GROUP TO_SWITCH_RESERVATION_REJECTED
public static final MessageSpy.STATISTIC_GROUP TO_SWITCH_READY_FOR_SUBMIT
public static final MessageSpy.STATISTIC_GROUP TO_SWITCH_SUBMIT_SUCCESS
public static final MessageSpy.STATISTIC_GROUP TO_SWITCH_SUBMIT_SUCCESS_NO_RESPONSE
public static final MessageSpy.STATISTIC_GROUP TO_SWITCH_SUBMIT_FAILURE
public static final MessageSpy.STATISTIC_GROUP TO_SWITCH_SUBMIT_ERROR
public static final MessageSpy.STATISTIC_GROUP REQUEST_STACK_FREED
public static final MessageSpy.STATISTIC_GROUP OFJ_BACKPRESSURE_ON
public static final MessageSpy.STATISTIC_GROUP OFJ_BACKPRESSURE_OFF
public static MessageSpy.STATISTIC_GROUP[] values()
for (MessageSpy.STATISTIC_GROUP c : MessageSpy.STATISTIC_GROUP.values()) System.out.println(c);
public static MessageSpy.STATISTIC_GROUP 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.