Class CallsiteRecorder

java.lang.Object
io.datarouter.storage.callsite.CallsiteRecorder

@Singleton
public class CallsiteRecorder
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    CallsiteRecorder()  
  • Method Summary

    Modifier and Type Method Description
    static void record​(java.lang.String nodeName, java.lang.String datarouterMethodName, io.datarouter.util.lang.LineOfCode callsite, int numItems, long durationNs)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • record

      public static void record​(java.lang.String nodeName, java.lang.String datarouterMethodName, io.datarouter.util.lang.LineOfCode callsite, int numItems, long durationNs)