jar

com.github.qiyimbd : meerkat

Maven & Gradle

Jul 11, 2017
52 stars

meerkat · Meerkat is an operation monitor and service degradation component which can 1. collect success rate and average time cost of predefined operations 2. Cutoff the function call when success rate falling below certain threshold, resume the function call after success rate back to normal.

Table Of Contents

Latest Version

Download com.github.qiyimbd : meerkat JAR file - Latest Versions:

All Versions

Download com.github.qiyimbd : meerkat JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window meerkat-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.qiyi.mbd.meerkat.fusing

├─ com.qiyi.mbd.meerkat.fusing.FusingCommand.class - [JAR]

├─ com.qiyi.mbd.meerkat.fusing.FusingConfig.class - [JAR]

├─ com.qiyi.mbd.meerkat.fusing.FusingMeter.class - [JAR]

├─ com.qiyi.mbd.meerkat.fusing.FusingMode.class - [JAR]

com.qiyi.mbd.meerkat.meter

├─ com.qiyi.mbd.meerkat.meter.EnablingGraphiteReporter.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.EnablingLogReporter.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.EnablingReporter.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.GraphiteReporterConfig.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.HistoryRatioGauge.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.LogicMeter.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.LogicMeterBuilder.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.LogicMeterStatusUpdater.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.MeterCenter.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.OperationMeter.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.Period.class - [JAR]

├─ com.qiyi.mbd.meerkat.meter.PoolMeter.class - [JAR]

Advertisement