|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.clackrouter.chart.ChartUtils
public class ChartUtils
Field Summary | |
---|---|
static java.lang.String |
NON_FLOW
|
static java.lang.String |
TCP_FLOW
|
static java.lang.String |
UDP_FLOW
|
Constructor Summary | |
---|---|
ChartUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getFlowKeyForFilterEntry(FilterEntry.PacketInfo info)
If we are graphing with a queue that is also performing filtering, there is no need to inspect the packet twice for the same fields (once to filter, once to get key). |
static java.lang.String |
getFlowKeyForPacket(VNSPacket p)
Finds the ClackOccData object that corresponds to the flow for this particular packet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String NON_FLOW
public static java.lang.String TCP_FLOW
public static java.lang.String UDP_FLOW
Constructor Detail |
---|
public ChartUtils()
Method Detail |
---|
public static java.lang.String getFlowKeyForPacket(VNSPacket p)
public static java.lang.String getFlowKeyForFilterEntry(FilterEntry.PacketInfo info)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |