org.apache.blur.trace
Class Trace.TraceId

java.lang.Object
  extended by org.apache.blur.trace.Trace.TraceId
Enclosing class:
Trace

public static class Trace.TraceId
extends Object


Constructor Summary
Trace.TraceId(String rootId, String requestId)
           
 
Method Summary
 String getRequestId()
           
 String getRootId()
           
 org.json.JSONObject toJsonObject()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trace.TraceId

public Trace.TraceId(String rootId,
                     String requestId)
Method Detail

getRootId

public String getRootId()

getRequestId

public String getRequestId()

toJsonObject

public org.json.JSONObject toJsonObject()
                                 throws org.json.JSONException
Throws:
org.json.JSONException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.