com.endeca.portal.instrumentation
Class Metric

java.lang.Object
  extended by com.endeca.portal.instrumentation.Metric

public class Metric
extends java.lang.Object

A single metric.

Author:
huff

Constructor Summary
Metric(RequestIds requestIds, MetricType type)
           
 
Method Summary
 long getDuration()
           
 long getEnd()
           
 java.lang.String getGestureId()
           
 java.util.Map<java.lang.String,java.lang.String> getInfo()
           
 java.lang.String getPageId()
           
 java.lang.String getPortletId()
           
 java.lang.String getPortletType()
           
 java.lang.String getSessionId()
           
 long getStart()
           
 MetricType getType()
           
 void setEnd()
           
 void setEnd(long end)
           
 void setStart()
           
 void setStart(long start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metric

public Metric(RequestIds requestIds,
              MetricType type)
Method Detail

getStart

public long getStart()

setStart

public void setStart()

setStart

public void setStart(long start)

getEnd

public long getEnd()

setEnd

public void setEnd()

setEnd

public void setEnd(long end)

getDuration

public long getDuration()

getSessionId

public java.lang.String getSessionId()

getPageId

public java.lang.String getPageId()

getGestureId

public java.lang.String getGestureId()

getPortletId

public java.lang.String getPortletId()

getPortletType

public java.lang.String getPortletType()

getType

public MetricType getType()

getInfo

public java.util.Map<java.lang.String,java.lang.String> getInfo()