Open Kilda Java Documentation
org.openkilda.constants.IConstants.Metrics Enum Reference

Public Member Functions

String getTag ()
 
String getDisplayTag ()
 

Static Public Member Functions

static List< String > flowValue (String tag, boolean uniDirectional)
 
static List< String > switchValue (String tag)
 
static List< String > getStartsWith (String tag)
 
static List< String > list ()
 
static Set< String > tags ()
 

Public Attributes

 PEN_FLOW_BITS =("Flow_bits", "pen.flow.bits")
 
 PEN_FLOW_BYTES =("Flow_bytes", "pen.flow.bytes")
 
 PEN_FLOW_PACKETS =("Flow_packets", "pen.flow.packets")
 
 PEN_FLOW_INGRESS_PACKETS =("Flow_ingress_packets", "pen.flow.ingress.packets")
 
 PEN_FLOW_RAW_PACKETS =("Flow_raw_packets", "pen.flow.raw.packets")
 
 PEN_FLOW_TABLEID =("Flow_tableid", "pen.flow.tableid")
 
 PEN_ISL_LATENCY =("Isl_latency", "pen.isl.latency")
 
 PEN_SWITCH_COLLISIONS =("Switch_collisions", "pen.switch.collisions")
 
 PEN_SWITCH_RX_CRC_ERROR =("Switch_crcerror", "pen.switch.rx-crc-error")
 
 PEN_SWITCH_RX_FRAME_ERROR =("Switch_frameerror", "pen.switch.rx-frame-error")
 
 PEN_SWITCH_RX_OVER_ERROR =("Switch_overerror", "pen.switch.rx-over-error")
 
 PEN_SWITCH_RX_BITS =("Switch_bits", "pen.switch.rx-bits")
 
 PEN_SWITCH_TX_BITS =("Switch_bits", "pen.switch.tx-bits")
 
 PEN_SWITCH_RX_BYTES =("Switch_bytes", "pen.switch.rx-bytes")
 
 PEN_SWITCH_TX_BYTES =("Switch_bytes", "pen.switch.tx-bytes")
 
 PEN_SWITCH_RX_DROPPED =("Switch_drops", "pen.switch.rx-dropped")
 
 PEN_SWITCH_TX_DROPPED =("Switch_drops", "pen.switch.tx-dropped")
 
 PEN_SWITCH_RX_ERRORS =("Switch_errors", "pen.switch.rx-errors")
 
 PEN_SWITCH_TX_ERRORS =("Switch_errors", "pen.switch.tx-errors")
 
 PEN_SWITCH_TX_PACKETS =("Switch_packets", "pen.switch.tx-packets")
 
 PEN_SWITCH_RX_PACKETS =("Switch_packets", "pen.switch.rx-packets")
 
 PEN_SWITCH_STATE =("Switch_state", "pen.switch.state")
 

Detailed Description

Definition at line 99 of file IConstants.java.

Member Function Documentation

◆ flowValue()

static List<String> org.openkilda.constants.IConstants.Metrics.flowValue ( String  tag,
boolean  uniDirectional 
)
static

Definition at line 169 of file IConstants.java.

◆ getDisplayTag()

String org.openkilda.constants.IConstants.Metrics.getDisplayTag ( )

Definition at line 165 of file IConstants.java.

◆ getStartsWith()

static List<String> org.openkilda.constants.IConstants.Metrics.getStartsWith ( String  tag)
static

Definition at line 199 of file IConstants.java.

◆ getTag()

String org.openkilda.constants.IConstants.Metrics.getTag ( )

Definition at line 157 of file IConstants.java.

◆ list()

static List<String> org.openkilda.constants.IConstants.Metrics.list ( )
static

Definition at line 209 of file IConstants.java.

◆ switchValue()

static List<String> org.openkilda.constants.IConstants.Metrics.switchValue ( String  tag)
static

Definition at line 183 of file IConstants.java.

◆ tags()

static Set<String> org.openkilda.constants.IConstants.Metrics.tags ( )
static

Definition at line 217 of file IConstants.java.

Member Data Documentation

◆ PEN_FLOW_BITS

org.openkilda.constants.IConstants.Metrics.PEN_FLOW_BITS =("Flow_bits", "pen.flow.bits")

Definition at line 101 of file IConstants.java.

◆ PEN_FLOW_BYTES

org.openkilda.constants.IConstants.Metrics.PEN_FLOW_BYTES =("Flow_bytes", "pen.flow.bytes")

Definition at line 103 of file IConstants.java.

◆ PEN_FLOW_INGRESS_PACKETS

org.openkilda.constants.IConstants.Metrics.PEN_FLOW_INGRESS_PACKETS =("Flow_ingress_packets", "pen.flow.ingress.packets")

Definition at line 107 of file IConstants.java.

◆ PEN_FLOW_PACKETS

org.openkilda.constants.IConstants.Metrics.PEN_FLOW_PACKETS =("Flow_packets", "pen.flow.packets")

Definition at line 105 of file IConstants.java.

◆ PEN_FLOW_RAW_PACKETS

org.openkilda.constants.IConstants.Metrics.PEN_FLOW_RAW_PACKETS =("Flow_raw_packets", "pen.flow.raw.packets")

Definition at line 109 of file IConstants.java.

◆ PEN_FLOW_TABLEID

org.openkilda.constants.IConstants.Metrics.PEN_FLOW_TABLEID =("Flow_tableid", "pen.flow.tableid")

Definition at line 111 of file IConstants.java.

◆ PEN_ISL_LATENCY

org.openkilda.constants.IConstants.Metrics.PEN_ISL_LATENCY =("Isl_latency", "pen.isl.latency")

Definition at line 113 of file IConstants.java.

◆ PEN_SWITCH_COLLISIONS

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_COLLISIONS =("Switch_collisions", "pen.switch.collisions")

Definition at line 115 of file IConstants.java.

◆ PEN_SWITCH_RX_BITS

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_RX_BITS =("Switch_bits", "pen.switch.rx-bits")

Definition at line 123 of file IConstants.java.

◆ PEN_SWITCH_RX_BYTES

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_RX_BYTES =("Switch_bytes", "pen.switch.rx-bytes")

Definition at line 127 of file IConstants.java.

◆ PEN_SWITCH_RX_CRC_ERROR

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_RX_CRC_ERROR =("Switch_crcerror", "pen.switch.rx-crc-error")

Definition at line 117 of file IConstants.java.

◆ PEN_SWITCH_RX_DROPPED

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_RX_DROPPED =("Switch_drops", "pen.switch.rx-dropped")

Definition at line 131 of file IConstants.java.

◆ PEN_SWITCH_RX_ERRORS

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_RX_ERRORS =("Switch_errors", "pen.switch.rx-errors")

Definition at line 135 of file IConstants.java.

◆ PEN_SWITCH_RX_FRAME_ERROR

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_RX_FRAME_ERROR =("Switch_frameerror", "pen.switch.rx-frame-error")

Definition at line 119 of file IConstants.java.

◆ PEN_SWITCH_RX_OVER_ERROR

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_RX_OVER_ERROR =("Switch_overerror", "pen.switch.rx-over-error")

Definition at line 121 of file IConstants.java.

◆ PEN_SWITCH_RX_PACKETS

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_RX_PACKETS =("Switch_packets", "pen.switch.rx-packets")

Definition at line 141 of file IConstants.java.

◆ PEN_SWITCH_STATE

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_STATE =("Switch_state", "pen.switch.state")

Definition at line 143 of file IConstants.java.

◆ PEN_SWITCH_TX_BITS

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_TX_BITS =("Switch_bits", "pen.switch.tx-bits")

Definition at line 125 of file IConstants.java.

◆ PEN_SWITCH_TX_BYTES

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_TX_BYTES =("Switch_bytes", "pen.switch.tx-bytes")

Definition at line 129 of file IConstants.java.

◆ PEN_SWITCH_TX_DROPPED

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_TX_DROPPED =("Switch_drops", "pen.switch.tx-dropped")

Definition at line 133 of file IConstants.java.

◆ PEN_SWITCH_TX_ERRORS

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_TX_ERRORS =("Switch_errors", "pen.switch.tx-errors")

Definition at line 137 of file IConstants.java.

◆ PEN_SWITCH_TX_PACKETS

org.openkilda.constants.IConstants.Metrics.PEN_SWITCH_TX_PACKETS =("Switch_packets", "pen.switch.tx-packets")

Definition at line 139 of file IConstants.java.


The documentation for this enum was generated from the following file: