Class CallsiteAnalyzer

java.lang.Object
io.datarouter.storage.callsite.CallsiteAnalyzer
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.String>

public class CallsiteAnalyzer
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.String>
  • Constructor Summary

    Constructors 
    Constructor Description
    CallsiteAnalyzer​(java.lang.String logPath, java.lang.Integer maxResults, CallsiteStatComparator comparatorEnum)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String call()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • call

      public java.lang.String call()
      Specified by:
      call in interface java.util.concurrent.Callable<java.lang.String>